![]() |
API
0.9.6
|
#import <CPColorPicker.h>
Additional Inherited Members | |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
![]() | |
Class | isa |
CPColorPicker is an abstract superclass for all color picker subclasses. If you want a particular color picker, use CPColorPanel's +setPickerMode
: method. The simplest way to implement your own color picker is to create a subclass of CPColorPicker.
Definition at line 2 of file CPColorPicker.h.
|
implementation |
Returns the color panel that owns this picker
Definition at line 57 of file CPColorPicker.j.
|
implementation |
Initializes the color picker.
aMask | a unique unsigned int identifying your color picker |
aPanel | the color panel that owns this picker |
Reimplemented in CPColorWheelColorPicker, and CPSliderColorPicker.
Definition at line 43 of file CPColorPicker.j.
|
implementation |
Reimplemented in CPColorWheelColorPicker, and CPSliderColorPicker.
Definition at line 67 of file CPColorPicker.j.
|
implementation |
Sets the picker's color.
aColor | the new color for the picker |
Reimplemented in CPColorWheelColorPicker, and CPSliderColorPicker.
Definition at line 84 of file CPColorPicker.j.
|
implementation |
Sets the color picker's mode.
mode | the color panel mode |
Definition at line 76 of file CPColorPicker.j.