WPAbstract: Difference between revisions
Appearance
No edit summary |
|||
Line 11: | Line 11: | ||
==Class hierarchy SOMObject== | ==Class hierarchy SOMObject== | ||
* [[ | * [[WPObject]] | ||
** WPAbstract | ** WPAbstract | ||
==Instance methods== | ==Instance methods== | ||
===SOMObject instance methods=== | |||
*somDefaultInit | |||
*somDestruct | |||
= | ===WPObject instance methods=== | ||
==WPObject instance methods== | |||
Overridden methods. | Overridden methods. | ||
* | *wpCopyObject | ||
* | *wpDragOver | ||
* | *wpIdentify | ||
* | *wpMoveObject | ||
* | *wpQueryHandle | ||
* | *wpQueryIcon | ||
* | *wpQueryIconData | ||
* | *wpQueryNameClashOptions | ||
* | *wpReplaceObject | ||
* | *wpRestoreState | ||
* | *wpSaveImmediate | ||
* | *wpSaveState | ||
* | *wpSetIconData | ||
* | *wpSetTitle | ||
* | *wpDestroyObject | ||
* | *wpMakeObject | ||
==Class methods== | ==Class methods== | ||
* | *wpclsQuerySetting | ||
* | *wpclsSetSetting | ||
==WPObject class methods== | ==WPObject class methods== | ||
Overridden methods. | Overridden methods. | ||
* | *wpclsObjectFromHandle | ||
* | *wpclsQueryTitle | ||
[[Category: | [[Category:SOM Class]] |
Revision as of 22:30, 17 November 2016
Description
This is the first of the three base WPS storage classes which are derived from WPObject. All subclasses of this class have in common that objects of them do not physically exist as files in the file system, but save their data in OS2.INI only. As a result, objects of subclasses of this class are not visible outside the WPS.
Note: This class is only an abstract superclass for subclasses. There should not be any objects of this class directly, but only of the subclasses.
Class definition file
- wpabs.idl
DLL
- PMWP.DLL
Class hierarchy SOMObject
- WPObject
- WPAbstract
Instance methods
SOMObject instance methods
- somDefaultInit
- somDestruct
WPObject instance methods
Overridden methods.
- wpCopyObject
- wpDragOver
- wpIdentify
- wpMoveObject
- wpQueryHandle
- wpQueryIcon
- wpQueryIconData
- wpQueryNameClashOptions
- wpReplaceObject
- wpRestoreState
- wpSaveImmediate
- wpSaveState
- wpSetIconData
- wpSetTitle
- wpDestroyObject
- wpMakeObject
Class methods
- wpclsQuerySetting
- wpclsSetSetting
WPObject class methods
Overridden methods.
- wpclsObjectFromHandle
- wpclsQueryTitle