Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTLayer.h File Reference
#import "CPTResponder.h"
#import <QuartzCore/QuartzCore.h>
#import "CPTDefinitions.h"
+ Include dependency graph for CPTLayer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

protocol  <CPTLayerDelegate>
 Layer delegate. More...
 
class  CPTLayer
 Base class for all Core Animation layers in Core Plot. More...
 

Typedefs

typedef NSStringCPTLayerNotification
 Layer notification type. More...
 
typedef NSArray< CPTLayer * > CPTLayerArray
 An array of CPTLayer objects. More...
 
typedef NSMutableArray< CPTLayer * > CPTMutableLayerArray
 A mutable array of CPTLayer objects. More...
 
typedef NSSet< CPTLayer * > CPTLayerSet
 A set of CPTLayer objects. More...
 
typedef NSMutableSet< CPTLayer * > CPTMutableLayerSet
 A mutable set of CPTLayer objects. More...
 
typedef NSArray< CALayer * > CPTSublayerArray
 An array of CALayer objects. More...
 
typedef NSMutableArray< CALayer * > CPTMutableSublayerArray
 A mutable array of CALayer objects. More...
 
typedef NSSet< CALayer * > CPTSublayerSet
 A set of CALayer objects. More...
 
typedef NSMutableSet< CALayer * > CPTMutableSublayerSet
 A mutable set of CALayer objects. More...
 

Variables

Layout
CPTLayerNotification __nonnull const CPTLayerBoundsDidChangeNotification
 Notification sent by all layers when the layer bounds change. More...
 

Typedef Documentation

◆ CPTLayerArray

An array of CPTLayer objects.

◆ CPTLayerNotification

Layer notification type.

◆ CPTLayerSet

A set of CPTLayer objects.

◆ CPTMutableLayerArray

A mutable array of CPTLayer objects.

◆ CPTMutableLayerSet

A mutable set of CPTLayer objects.

◆ CPTMutableSublayerArray

A mutable array of CALayer objects.

◆ CPTMutableSublayerSet

A mutable set of CALayer objects.

◆ CPTSublayerArray

An array of CALayer objects.

◆ CPTSublayerSet

A set of CALayer objects.