Jump to content

WPColorPalette: Difference between revisions

From EDM2
Created page with "==Description== ==Class definition file== * ==DLL== ==Class hierarchy SOMObject== * WPObject ** WPAbstract *** WPPalette **** '''WPColorPalette''' ==Instance methods== N/A..."
 
Ak120 (talk | contribs)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
[[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".


==Class definition file==
;Default Tittle: "Color Palette"
*
;DLL: [[WPCONFIG.DLL]]
;Class definition file: wpclrpal.idl


==DLL==
==Class hierarchy==
 
SOMObject
==Class hierarchy SOMObject==
*[[WPObject]]
* WPObject
**[[WPAbstract]]
** WPAbstract
***[[WPPalette]]
*** WPPalette  
****WPColorPalette
**** '''WPColorPalette'''
 
==Instance methods==
N/A


==SOMObject instance methods==
==SOMObject instance methods==
* [[OS2 API:SOM:ObjectMethods:somDefaultInit|somDefaultInit]]
*somDefaultInit  
* [[OS2 API:SOM:ObjectMethods:somDestruct|somDestruct]]
*somDestruct  


==WPObject instance methods==
==WPObject instance methods==
* [[OS2 API:SOM:ObjectMethods:wpInitData|SOM:ObjectMethods:wpInitData]] �
*wpInitData  
* [[OS2 API:SOM:ObjectMethods:wpMenuItemHelpSelected|SOM:ObjectMethods:wpMenuItemHelpSelected]]
*wpMenuItemHelpSelected  
* [[OS2 API:SOM:ObjectMethods:wpSetup|SOM:ObjectMethods:wpSetup]]
*wpSetup
 


==WPPalette instance methods==
==WPPalette instance methods==
* [[OS2 API:SOM:ObjectMethods:wpDragCell|SOM:ObjectMethods:wpDragCell]]
*wpDragCell
* [[OS2 API:SOM:ObjectMethods:wpEditCell|SOM:ObjectMethods:wpEditCell]]
*wpEditCell
* [[OS2 API:SOM:ObjectMethods:wpPaintCell|SOM:ObjectMethods:wpPaintCell]]
*wpPaintCell
* [[OS2 API:SOM:ObjectMethods:wpQueryPaletteHelp|SOM:ObjectMethods:wpQueryPaletteHelp]]
*wpQueryPaletteHelp
* [[OS2 API:SOM:ObjectMethods:wpSelectCell|SOM:ObjectMethods:wpSelectCell]]
*wpSelectCell
 
==Class methods==
* N/A


==WPObject class methods==
==WPObject class methods==
* [[OS2 API:SOM:ObjectMethods:wpclsCreateDefaultTemplates|SOM:ObjectMethods:wpclsCreateDefaultTemplates]] �
Class methods overridden by the WPColorPalette class.
* [[OS2 API:SOM:ObjectMethods:wpclsQueryDefaultHelp|SOM:ObjectMethods:wpclsQueryDefaultHelp]]
*wpclsCreateDefaultTemplates  
* [[OS2 API:SOM:ObjectMethods:wpclsQueryIconData|SOM:ObjectMethods:wpclsQueryIconData]]
*wpclsQueryDefaultHelp  
* [[OS2 API:SOM:ObjectMethods:wpclsQueryStyle|SOM:ObjectMethods:wpclsQueryStyle]]
*wpclsQueryIconData  
* [[OS2 API:SOM:ObjectMethods:wpclsQueryTitle|SOM:ObjectMethods:wpclsQueryTitle]]
*wpclsQueryStyle  
 
*wpclsQueryTitle


==WPPalette class methods==
==WPPalette class methods==
* [[OS2 API:SOM:ObjectMethods:wpclsQueryEditString|SOM:ObjectMethods:wpclsQueryEditString]]
Class methods overridden by the WPColorPalette class.
 
*wpclsQueryEditString
 
==wpSetup override by WPColorPalette==


[[Category: The OS/2 API Project]]
[[Category:WPS Classes]]

Latest revision as of 01:30, 22 July 2020

Mixed Color Palette
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

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