WPPalette: Difference between revisions
Appearance
Created page with "==Description== ==Class definition file== * ==DLL== ==Class hierarchy SOMObject== * WPObject ** WPAbstract *** '''WPPalette''' ==Instance methods== * [[OS2 API:SOM:ObjectM..." |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Common superclass for the different palettes in the "System setup" folder. There should not be any objects of this class directly. | |||
;Default Tittle: "Palette" | |||
;DLL: [[WPCONFIG.DLL]] | |||
;Class definition file: wppalet.idl | |||
== | ==Class hierarchy== | ||
SOMObject | |||
*[[WPObject]] | |||
* WPObject | **[[WPAbstract]] | ||
** WPAbstract | ***WPPalette | ||
*** | |||
==Instance methods== | ==Instance methods== | ||
*wpDragCell | |||
* | *wpEditCell | ||
* | *wpFreeCellData | ||
* | *wpInitCellStructs | ||
* | *wpPaintCell | ||
* | *wpPaintPalette | ||
* | *wpQueryPaletteHelp | ||
* | *wpQueryPaletteInfo | ||
* | *wpRedrawCell | ||
* | *wpRestoreCellData | ||
* | *wpSaveCellData | ||
* | *wpSelectCell | ||
* | *wpSetPaletteInfo | ||
* | *wpSetupCell | ||
* | |||
==SOMObject instance methods== | ==SOMObject instance methods== | ||
* | *somDefaultInit | ||
* | *somDestruct | ||
==WPObject instance methods== | ==WPObject instance methods== | ||
*wpFilterMenu | |||
*wpInitData | |||
* | *wpMenuItemHelpSelected | ||
* | *wpMenuItemSelected | ||
* | *wpModifyMenu | ||
* | *wpOpen | ||
* | *wpRestoreState | ||
* | *wpSaveState | ||
* | *wpSetup | ||
* | *wpUnInitData | ||
* | |||
* | |||
==Class methods== | ==Class methods== | ||
* | *wpclsQueryEditString | ||
==WPObject class methods== | ==WPObject class methods== | ||
* | *wpclsQueryDefaultHelp | ||
* | *wpclsQueryDefaultView | ||
* | *wpclsQueryStyle | ||
* | *wpclsQueryTitle | ||
==wpSetup override by WPPalette== | ==wpSetup override by WPPalette== | ||
Line 63: | Line 60: | ||
* YCELLGAP | * YCELLGAP | ||
[[Category: | [[Category:WPS Classes]] |
Latest revision as of 01:14, 22 July 2020
Common superclass for the different palettes in the "System setup" folder. There should not be any objects of this class directly.
- Default Tittle
- "Palette"
- DLL
- WPCONFIG.DLL
- Class definition file
- wppalet.idl
Class hierarchy
SOMObject
- WPObject
- WPAbstract
- WPPalette
- WPAbstract
Instance methods
- wpDragCell
- wpEditCell
- wpFreeCellData
- wpInitCellStructs
- wpPaintCell
- wpPaintPalette
- wpQueryPaletteHelp
- wpQueryPaletteInfo
- wpRedrawCell
- wpRestoreCellData
- wpSaveCellData
- wpSelectCell
- wpSetPaletteInfo
- wpSetupCell
SOMObject instance methods
- somDefaultInit
- somDestruct
WPObject instance methods
- wpFilterMenu
- wpInitData
- wpMenuItemHelpSelected
- wpMenuItemSelected
- wpModifyMenu
- wpOpen
- wpRestoreState
- wpSaveState
- wpSetup
- wpUnInitData
Class methods
- wpclsQueryEditString
WPObject class methods
- wpclsQueryDefaultHelp
- wpclsQueryDefaultView
- wpclsQueryStyle
- wpclsQueryTitle
wpSetup override by WPPalette
- XCELLCOUNT
- YCELLCOUNT
- XCELLWIDTH
- YCELLHEIGHT
- XCELLGAP
- YCELLGAP