@interface NSColorPicker : NSObject <NSColorPickingDefault>
|
// Initializers |
- (id)initWithPickerMask:(int)mask colorPanel:(NSColorPanel *)owningColorPanel;
|
// Accessor Methods |
- (void)setMode:(int)mode;
|
// Instance Methods |
- (void)attachColorList:(NSColorList *)colorList;
|
- (NSColorPanel *)colorPanel;
|
- (void)detachColorList:(NSColorList *)colorList;
|
- (void)insertNewButtonImage:(NSImage *)newButtonImage in:(NSButtonCell *)buttonCell;
|
- (NSImage *)provideNewButtonImage;
|
- (void)viewSizeChanged:(id)sender;
|
// Methods Implementing NSColorPickingDefault |
- (id)initWithPickerMask:(int)mask colorPanel:(NSColorPanel *)owningColorPanel;
|
- (NSImage *)provideNewButtonImage;
|
- (void)insertNewButtonImage:(NSImage *)newButtonImage in:(NSButtonCell *)buttonCell;
|
- (void)viewSizeChanged:(id)sender;
|
- (void)alphaControlAddedOrRemoved:(id)sender;
|
- (void)attachColorList:(NSColorList *)colorList;
|
- (void)detachColorList:(NSColorList *)colorList;
|
- (void)setMode:(int)mode;
|