API  0.9.9
CPColorWheelColorPicker Class Reference

#import <CPColorWheelColorPicker.h>

+ Inheritance diagram for CPColorWheelColorPicker:

Instance Methods

(void) - brightnessSliderDidChange:
 
(void) - colorWheelDidChange:
 
(int) - currentMode
 
(id) - initView
 
(id) - initWithPickerMask:colorPanel:
 
(CPImage- provideNewAlternateButtonImage
 
(CPImage- provideNewButtonImage
 
(CPView- provideNewView:
 
(void) - setColor:
 
(BOOL) - supportsMode:
 
(void) - updateColor
 
- 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) + 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 98 of file CPColorPicker.j.

Method Documentation

- (void) brightnessSliderDidChange: (id)  sender
implementation

Definition at line 140 of file CPColorPicker.j.

- (void) colorWheelDidChange: (id)  sender
implementation

Definition at line 145 of file CPColorPicker.j.

- (int) currentMode
implementation

Definition at line 172 of file CPColorPicker.j.

- (id) initView
implementation

Definition at line 112 of file CPColorPicker.j.

- (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 107 of file CPColorPicker.j.

- (CPImage) provideNewAlternateButtonImage
implementation

Definition at line 204 of file CPColorPicker.j.

- (CPImage) provideNewButtonImage
implementation

Reimplemented from CPColorPicker.

Definition at line 199 of file CPColorPicker.j.

- (CPView) provideNewView: (BOOL)  initialRequest
implementation

Definition at line 177 of file CPColorPicker.j.

- (void) setColor: (CPColor aColor
implementation

Sets the picker's color.

Parameters
aColorthe new color for the picker

Reimplemented from CPColorPicker.

Definition at line 185 of file CPColorPicker.j.

- (BOOL) supportsMode: (int)  mode
implementation

Definition at line 167 of file CPColorPicker.j.

- (void) updateColor
implementation

Definition at line 150 of file CPColorPicker.j.


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