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
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

dragColor: withEvent: fromView: 

+ (BOOL) dragColor: (NSColor*)aColor withEvent: (NSEvent*)anEvent fromView: (NSView*)sourceView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setPickerMask: 

+ (void) setPickerMask: (int)mask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setPickerMode: 

+ (void) setPickerMode: (int)mode;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


sharedColorPanel 

+ (NSColorPanel*) sharedColorPanel;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


sharedColorPanelExists 

+ (BOOL) sharedColorPanelExists;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


accessoryView 

- (NSView*) accessoryView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


alpha 

- (float) alpha;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


attachColorList: 

- (void) attachColorList: (NSColorList*)aColorList;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


color 

- (NSColor*) color;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


detachColorList: 

- (void) detachColorList: (NSColorList*)aColorList;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isContinuous 

- (BOOL) isContinuous;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


mode 

- (int) mode;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAccessoryView: 

- (void) setAccessoryView: (NSView*)aView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAction: 

- (void) setAction: (SEL)aSelector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setColor: 

- (void) setColor: (NSColor*)aColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setContinuous: 

- (void) setContinuous: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setMode: 

- (void) setMode: (int)mode;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setShowsAlpha: 

- (void) setShowsAlpha: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTarget: 

- (void) setTarget: (id)anObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


showsAlpha 

- (BOOL) showsAlpha;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSColorPanel Class

_accessoryView

@protected NSView* _accessoryView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_action

@protected SEL _action;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_alphaSlider

@protected NSSlider* _alphaSlider;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_colorWell

@protected NSColorWell* _colorWell;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_currentPicker

@protected id _currentPicker;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isContinuous

@protected BOOL _isContinuous;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_magnifyButton

@protected NSButton* _magnifyButton;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pickerBox

@protected NSBox* _pickerBox;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pickerMatrix

@protected NSMatrix* _pickerMatrix;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pickers

@protected NSMutableArray* _pickers;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_showsAlpha

@protected BOOL _showsAlpha;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_splitView

@protected NSSplitView* _splitView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_target

@protected id _target;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_topView

@protected NSView* _topView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the NSApplication(NSColorPanel) category

NSApplication(NSColorPanel)

Declared in:
AppKit/NSColorPanel.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

orderFrontColorPanel: 

- (void) orderFrontColorPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Up