![]() |
API 0.9.5
|
#import <CPSliderColorPicker.h>
Instance Methods | |
(void) | - controlTextDidEndEditing: |
(int) | - currentMode |
(id) | - initView |
(id) | - initWithPickerMask:colorPanel: |
(CPImage) | - provideNewAlternateButtonImage |
(CPImage) | - provideNewButtonImage |
(CPView) | - provideNewView: |
(void) | - setColor: |
(void) | - sliderChanged: |
(BOOL) | - supportsMode: |
(void) | - updateHex: |
(void) | - updateHSBSliders: |
(void) | - updateLabels |
(void) | - updateRGBSliders: |
Definition at line 2 of file CPSliderColorPicker.h.
- (void) controlTextDidEndEditing: | (CPNotification) | aNotification |
Definition at line 327 of file CPSliderColorPicker.j.
- (int) currentMode |
Definition at line 231 of file CPSliderColorPicker.j.
- (id) initView |
Definition at line 64 of file CPSliderColorPicker.j.
- (id) initWithPickerMask: | (int) | aMask | |
colorPanel: | (CPColorPanel) | aPanel | |
Initializes the color picker.
aMask | a unique unsigned int identifying your color picker |
aPanel | the color panel that owns this picker |
Reimplemented from CPColorPicker.
Definition at line 59 of file CPSliderColorPicker.j.
- (CPImage) provideNewAlternateButtonImage |
Definition at line 322 of file CPSliderColorPicker.j.
- (CPImage) provideNewButtonImage |
Reimplemented from CPColorPicker.
Definition at line 317 of file CPSliderColorPicker.j.
- (CPView) provideNewView: | (BOOL) | initialRequest |
Definition at line 223 of file CPSliderColorPicker.j.
- (void) setColor: | (CPColor) | aColor |
Sets the picker's color.
aColor | the new color for the picker |
Reimplemented from CPColorPicker.
Definition at line 275 of file CPSliderColorPicker.j.
- (void) sliderChanged: | (id) | sender |
Definition at line 241 of file CPSliderColorPicker.j.
- (BOOL) supportsMode: | (int) | mode |
Definition at line 236 of file CPSliderColorPicker.j.
- (void) updateHex: | (CPColor) | aColor |
Definition at line 292 of file CPSliderColorPicker.j.
- (void) updateHSBSliders: | (CPColor) | aColor |
Definition at line 283 of file CPSliderColorPicker.j.
- (void) updateLabels |
Definition at line 306 of file CPSliderColorPicker.j.
- (void) updateRGBSliders: | (CPColor) | aColor |
Definition at line 297 of file CPSliderColorPicker.j.