Jump to content

WPPalette: Difference between revisions

From EDM2
Ak120 (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
Common superclass for the different palettes in the "System setup" folder. There should not be any objects of this class directly.


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


==DLL==
==Class hierarchy==
 
SOMObject
==Class hierarchy SOMObject==
*[[WPObject]]
* WPObject
**[[WPAbstract]]
** WPAbstract
***WPPalette
*** '''WPPalette'''


==Instance methods==
==Instance methods==
 
*wpDragCell
* [[OS2 API:SOM:ObjectMethods:wpDragCell|SOM:ObjectMethods:wpDragCell]]
*wpEditCell
* [[OS2 API:SOM:ObjectMethods:wpEditCell|SOM:ObjectMethods:wpEditCell]]
*wpFreeCellData
* [[OS2 API:SOM:ObjectMethods:wpFreeCellData|SOM:ObjectMethods:wpFreeCellData]]
*wpInitCellStructs
* [[OS2 API:SOM:ObjectMethods:wpInitCellStructs|SOM:ObjectMethods:wpInitCellStructs]]
*wpPaintCell
* [[OS2 API:SOM:ObjectMethods:wpPaintCell|SOM:ObjectMethods:wpPaintCell]]
*wpPaintPalette
* [[OS2 API:SOM:ObjectMethods:wpPaintPalette|SOM:ObjectMethods:wpPaintPalette]]
*wpQueryPaletteHelp
* [[OS2 API:SOM:ObjectMethods:wpQueryPaletteHelp|SOM:ObjectMethods:wpQueryPaletteHelp]]
*wpQueryPaletteInfo
* [[OS2 API:SOM:ObjectMethods:wpQueryPaletteInfo|SOM:ObjectMethods:wpQueryPaletteInfo]]
*wpRedrawCell
* [[OS2 API:SOM:ObjectMethods:wpRedrawCell|SOM:ObjectMethods:wpRedrawCell]]
*wpRestoreCellData
* [[OS2 API:SOM:ObjectMethods:wpRestoreCellData|SOM:ObjectMethods:wpRestoreCellData]]
*wpSaveCellData
* [[OS2 API:SOM:ObjectMethods:wpSaveCellData|SOM:ObjectMethods:wpSaveCellData]]
*wpSelectCell
* [[OS2 API:SOM:ObjectMethods:wpSelectCell|SOM:ObjectMethods:wpSelectCell]]
*wpSetPaletteInfo
* [[OS2 API:SOM:ObjectMethods:wpSetPaletteInfo|SOM:ObjectMethods:wpSetPaletteInfo]]
*wpSetupCell
* [[OS2 API:SOM:ObjectMethods:wpSetupCell|SOM:ObjectMethods:wpSetupCell]]


==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==
 
*wpFilterMenu
 
*wpInitData
* [[OS2 API:SOM:ObjectMethods:wpFilterMenu|SOM:ObjectMethods:wpFilterMenu]]
*wpMenuItemHelpSelected
* [[OS2 API:SOM:ObjectMethods:wpInitData|SOM:ObjectMethods:wpInitData]]
*wpMenuItemSelected
* [[OS2 API:SOM:ObjectMethods:wpMenuItemHelpSelected|SOM:ObjectMethods:wpMenuItemHelpSelected]]
*wpModifyMenu
* [[OS2 API:SOM:ObjectMethods:wpMenuItemSelected|SOM:ObjectMethods:wpMenuItemSelected]]
*wpOpen
* [[OS2 API:SOM:ObjectMethods:wpModifyMenu|SOM:ObjectMethods:wpModifyMenu]]
*wpRestoreState
* [[OS2 API:SOM:ObjectMethods:wpOpen|SOM:ObjectMethods:wpOpen]]
*wpSaveState
* [[OS2 API:SOM:ObjectMethods:wpRestoreState|SOM:ObjectMethods:wpRestoreState]]
*wpSetup
* [[OS2 API:SOM:ObjectMethods:wpSaveState|SOM:ObjectMethods:wpSaveState]]
*wpUnInitData
* [[OS2 API:SOM:ObjectMethods:wpSetup|SOM:ObjectMethods:wpSetup]]
* [[OS2 API:SOM:ObjectMethods:wpUnInitData|SOM:ObjectMethods:wpUnInitData]]


==Class methods==
==Class methods==
* [[OS2 API:SOM:ObjectMethods:wpclsQueryEditString|SOM:ObjectMethods:wpclsQueryEditString]] 
*wpclsQueryEditString


==WPObject class methods==
==WPObject class methods==
* [[OS2 API:SOM:ObjectMethods:wpclsQueryDefaultHelp |SOM:ObjectMethods:wpclsQueryDefaultHelp]]
*wpclsQueryDefaultHelp
* [[OS2 API:SOM:ObjectMethods:wpclsQueryDefaultView|SOM:ObjectMethods:wpclsQueryDefaultView]]
*wpclsQueryDefaultView
* [[OS2 API:SOM:ObjectMethods:wpclsQueryStyle|SOM:ObjectMethods:wpclsQueryStyle]]
*wpclsQueryStyle  
* [[OS2 API:SOM:ObjectMethods:wpclsQueryTitle|SOM:ObjectMethods:wpclsQueryTitle]]
*wpclsQueryTitle


==wpSetup override by WPPalette==
==wpSetup override by WPPalette==
Line 63: Line 60:
* YCELLGAP
* YCELLGAP


[[Category: The OS/2 API Project]]
[[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

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