Up

NSColorPanel

Authors

Scott Christley (scottc@net-community.com)
System generic color panel

Copyright: (C) 1996 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSColorPanel class
  2. Software documentation for the NSApplication(NSColorPanel) category

Software documentation for the NSColorPanel class

NSColorPanel : NSPanel

Declared in:
AppKit/NSColorPanel.h
Standards:

Description forthcoming.



Instance Variables for NSColorPanel Class

_accessoryView

@private NSView* _accessoryView;

Description forthcoming.


_action

@private SEL _action;

Description forthcoming.


_alphaSlider

@private NSSlider* _alphaSlider;

Description forthcoming.


_colorWell

@private NSColorWell* _colorWell;

Description forthcoming.


_currentPicker

@private id _currentPicker;

Description forthcoming.


_isContinuous

@private BOOL _isContinuous;

Description forthcoming.


_magnifyButton

@private NSButton* _magnifyButton;

Description forthcoming.


_pickerBox

@private NSBox* _pickerBox;

Description forthcoming.


_pickerMatrix

@private NSMatrix* _pickerMatrix;

Description forthcoming.


_pickers

@private NSMutableArray* _pickers;

Description forthcoming.


_showsAlpha

@private BOOL _showsAlpha;

Description forthcoming.


_splitView

@private NSSplitView* _splitView;

Description forthcoming.


_target

@private id _target;

Description forthcoming.


_topView

@private NSView* _topView;

Description forthcoming.





Method summary

dragColor: withEvent: fromView: 

+ (BOOL) dragColor: (NSColor*)aColor withEvent: (NSEvent*)anEvent fromView: (NSView*)sourceView;

Description forthcoming.


setPickerMask: 

+ (void) setPickerMask: (int)mask;

Description forthcoming.


setPickerMode: 

+ (void) setPickerMode: (int)mode;

Description forthcoming.


sharedColorPanel 

+ (NSColorPanel*) sharedColorPanel;

Description forthcoming.


sharedColorPanelExists 

+ (BOOL) sharedColorPanelExists;

Description forthcoming.


accessoryView 

- (NSView*) accessoryView;

Description forthcoming.


alpha 

- (float) alpha;

Description forthcoming.


attachColorList: 

- (void) attachColorList: (NSColorList*)aColorList;

Description forthcoming.


color 

- (NSColor*) color;

Description forthcoming.


detachColorList: 

- (void) detachColorList: (NSColorList*)aColorList;

Description forthcoming.


isContinuous 

- (BOOL) isContinuous;

Description forthcoming.


mode 

- (int) mode;

Description forthcoming.


setAccessoryView: 

- (void) setAccessoryView: (NSView*)aView;

Description forthcoming.


setAction: 

- (void) setAction: (SEL)aSelector;

Description forthcoming.


setColor: 

- (void) setColor: (NSColor*)aColor;

Description forthcoming.


setContinuous: 

- (void) setContinuous: (BOOL)flag;

Description forthcoming.


setMode: 

- (void) setMode: (int)mode;

Description forthcoming.


setShowsAlpha: 

- (void) setShowsAlpha: (BOOL)flag;

Description forthcoming.


setTarget: 

- (void) setTarget: (id)anObject;

Description forthcoming.


showsAlpha 

- (BOOL) showsAlpha;

Description forthcoming.


Software documentation for the NSApplication(NSColorPanel) category

NSApplication(NSColorPanel)

Declared in:
AppKit/NSColorPanel.h
Standards:
  • MacOS-X
  • OpenStep
  • GNUstep

Description forthcoming.

Method summary

orderFrontColorPanel: 

- (void) orderFrontColorPanel: (id)sender;

Description forthcoming.



Up