WPColorPalette: Difference between revisions
Appearance
Created page with "==Description== ==Class definition file== * ==DLL== ==Class hierarchy SOMObject== * WPObject ** WPAbstract *** WPPalette **** '''WPColorPalette''' ==Instance methods== N/A..." |
|||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:WPColorPalette.png|thumb]] | |||
[[Image:MixedColorPalette.png|thumb|Mixed Color Palette]] | |||
[[Image:SolidColorPalette.png|thumb|Solid Color Palette]] | |||
Two objects of this class can be found in the "System setup" folder. One is the "Mixed Color Palette" and other the "Solid Color Palette". | |||
;Default Tittle: "Color Palette" | |||
;DLL: [[WPCONFIG.DLL]] | |||
;Class definition file: wpclrpal.idl | |||
== | ==Class hierarchy== | ||
SOMObject | |||
*[[WPObject]] | |||
* WPObject | **[[WPAbstract]] | ||
** WPAbstract | ***[[WPPalette]] | ||
*** WPPalette | ****WPColorPalette | ||
**** | |||
==SOMObject instance methods== | ==SOMObject instance methods== | ||
* | *somDefaultInit | ||
* | *somDestruct | ||
==WPObject instance methods== | ==WPObject instance methods== | ||
* | *wpInitData | ||
* | *wpMenuItemHelpSelected | ||
* | *wpSetup | ||
==WPPalette instance methods== | ==WPPalette instance methods== | ||
* | *wpDragCell | ||
* | *wpEditCell | ||
* | *wpPaintCell | ||
* | *wpQueryPaletteHelp | ||
* | *wpSelectCell | ||
==WPObject class methods== | ==WPObject class methods== | ||
* | Class methods overridden by the WPColorPalette class. | ||
* | *wpclsCreateDefaultTemplates | ||
* | *wpclsQueryDefaultHelp | ||
* | *wpclsQueryIconData | ||
* | *wpclsQueryStyle | ||
*wpclsQueryTitle | |||
==WPPalette class methods== | ==WPPalette class methods== | ||
* | Class methods overridden by the WPColorPalette class. | ||
*wpclsQueryEditString | |||
[[Category: | [[Category:WPS Classes]] |
Latest revision as of 01:30, 22 July 2020



Two objects of this class can be found in the "System setup" folder. One is the "Mixed Color Palette" and other the "Solid Color Palette".
- Default Tittle
- "Color Palette"
- DLL
- WPCONFIG.DLL
- Class definition file
- wpclrpal.idl
Class hierarchy
SOMObject
- WPObject
- WPAbstract
- WPPalette
- WPColorPalette
- WPPalette
- WPAbstract
SOMObject instance methods
- somDefaultInit
- somDestruct
WPObject instance methods
- wpInitData
- wpMenuItemHelpSelected
- wpSetup
WPPalette instance methods
- wpDragCell
- wpEditCell
- wpPaintCell
- wpQueryPaletteHelp
- wpSelectCell
WPObject class methods
Class methods overridden by the WPColorPalette class.
- wpclsCreateDefaultTemplates
- wpclsQueryDefaultHelp
- wpclsQueryIconData
- wpclsQueryStyle
- wpclsQueryTitle
WPPalette class methods
Class methods overridden by the WPColorPalette class.
- wpclsQueryEditString