|
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the documentation of this file.
28 @property (atomic, getter = isCanceled) BOOL
canceled;
33 @property (nonatomic, readwrite,
copy, nullable) id<NSCopying, NSObject>
identifier;
39 -(nonnull instancetype)initWithAnimationPeriod:(nonnull
CPTAnimationPeriod *)animationPeriod animationCurve:(
CPTAnimationCurve)curve object:(nonnull
id)object getter:(nonnull
SEL)getter setter:(nonnull
SEL)setter NS_DESIGNATED_INITIALIZER;
SEL boundGetter
The boundObject getter method for the property to update for each animation frame.
Definition: CPTAnimationOperation.h:17
SEL boundSetter
The boundObject setter method for the property to update for each animation frame.
Definition: CPTAnimationOperation.h:18
CPTAnimationCurve
Enumeration of animation curves.
Definition: CPTAnimation.h:9
NSDictionary * userInfo
Application-specific user info that can be attached to the operation.
Definition: CPTAnimationOperation.h:34
id< CPTAnimationDelegate > delegate
The animation delegate.
Definition: CPTAnimationOperation.h:23
CPTAnimationCurve animationCurve
The animation curve used to animate this operation.
Definition: CPTAnimationOperation.h:11
id boundObject
The object to update for each animation frame.
Definition: CPTAnimationOperation.h:16
Animation timing information and animated values.
Definition: CPTAnimationPeriod.h:7
CPTAnimationPeriod * period
The start value, end value, and duration of this animation operation.
Definition: CPTAnimationOperation.h:10
Describes all aspects of an animation operation, including the value range, duration,...
Definition: CPTAnimationOperation.h:7
id< NSCopying, NSObject > identifier
An object used to identify the animation operation in collections.
Definition: CPTAnimationOperation.h:33
BOOL canceled
If YES, this animation operation has been canceled and will no longer post updates.
Definition: CPTAnimationOperation.h:28
#define cpt_weak_property
A custom definition for automatic reference counting (ARC) weak properties that falls back to assign ...
Definition: CPTDefinitions.h:32