API  1.0.0
CPSliderColorPicker Class Reference

#import <CPSliderColorPicker.h>

+ Inheritance diagram for CPSliderColorPicker:

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:
 
- Instance Methods inherited from CPColorPicker
(CPColorPanel- colorPanel
 
(void) - setMode:
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPSliderColorPicker.h.

Method Documentation

◆ controlTextDidEndEditing:()

- (void) controlTextDidEndEditing: (CPNotification aNotification
implementation

Definition at line 333 of file CPSliderColorPicker.j.

◆ currentMode()

- (int) currentMode
implementation

Definition at line 234 of file CPSliderColorPicker.j.

◆ initView()

- (id) initView
implementation

Definition at line 67 of file CPSliderColorPicker.j.

◆ initWithPickerMask:colorPanel:()

- (id) initWithPickerMask: (int)  aMask
colorPanel: (CPColorPanel aPanel 
implementation

Initializes the color picker.

Parameters
aMaska unique unsigned int identifying your color picker
aPanelthe color panel that owns this picker

Reimplemented from CPColorPicker.

Definition at line 62 of file CPSliderColorPicker.j.

◆ provideNewAlternateButtonImage()

- (CPImage) provideNewAlternateButtonImage
implementation

Definition at line 328 of file CPSliderColorPicker.j.

◆ provideNewButtonImage()

- (CPImage) provideNewButtonImage
implementation

Reimplemented from CPColorPicker.

Definition at line 323 of file CPSliderColorPicker.j.

◆ provideNewView:()

- (CPView) provideNewView: (BOOL)  initialRequest
implementation

Definition at line 226 of file CPSliderColorPicker.j.

◆ setColor:()

- (void) setColor: (CPColor aColor
implementation

Sets the picker's color.

Parameters
aColorthe new color for the picker

Reimplemented from CPColorPicker.

Definition at line 278 of file CPSliderColorPicker.j.

◆ sliderChanged:()

- (void) sliderChanged: (id)  sender
implementation

Definition at line 244 of file CPSliderColorPicker.j.

◆ supportsMode:()

- (BOOL) supportsMode: (int)  mode
implementation

Definition at line 239 of file CPSliderColorPicker.j.

◆ updateHex:()

- (void) updateHex: (CPColor aColor
implementation

Definition at line 298 of file CPSliderColorPicker.j.

◆ updateHSBSliders:()

- (void) updateHSBSliders: (CPColor aColor
implementation

Definition at line 289 of file CPSliderColorPicker.j.

◆ updateLabels()

- (void) updateLabels
implementation

Definition at line 312 of file CPSliderColorPicker.j.

◆ updateRGBSliders:()

- (void) updateRGBSliders: (CPColor aColor
implementation

Definition at line 303 of file CPSliderColorPicker.j.


The documentation for this class was generated from the following files: