API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
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:
 
(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:
 
(Class) + class
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isSubclassOfClass:
 
(CPSet+ keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 
- Instance Variables inherited from CPObject
Class isa
 

Detailed Description

Definition at line 2 of file CPSliderColorPicker.h.

Method Documentation

- (void) controlTextDidEndEditing: (CPNotification aNotification
implementation

Definition at line 327 of file CPSliderColorPicker.j.

- (int) currentMode
implementation

Definition at line 231 of file CPSliderColorPicker.j.

- (id) initView
implementation

Definition at line 64 of file CPSliderColorPicker.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 59 of file CPSliderColorPicker.j.

- (CPImage) provideNewAlternateButtonImage
implementation

Definition at line 322 of file CPSliderColorPicker.j.

- (CPImage) provideNewButtonImage
implementation

Reimplemented from CPColorPicker.

Definition at line 317 of file CPSliderColorPicker.j.

- (CPView) provideNewView: (BOOL)  initialRequest
implementation

Definition at line 223 of file CPSliderColorPicker.j.

- (void) setColor: (CPColor aColor
implementation

Sets the picker's color.

Parameters
aColorthe new color for the picker

Reimplemented from CPColorPicker.

Definition at line 275 of file CPSliderColorPicker.j.

- (void) sliderChanged: (id)  sender
implementation

Definition at line 241 of file CPSliderColorPicker.j.

- (BOOL) supportsMode: (int)  mode
implementation

Definition at line 236 of file CPSliderColorPicker.j.

- (void) updateHex: (CPColor aColor
implementation

Definition at line 292 of file CPSliderColorPicker.j.

- (void) updateHSBSliders: (CPColor aColor
implementation

Definition at line 283 of file CPSliderColorPicker.j.

- (void) updateLabels
implementation

Definition at line 306 of file CPSliderColorPicker.j.

- (void) updateRGBSliders: (CPColor aColor
implementation

Definition at line 297 of file CPSliderColorPicker.j.


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