Jump to content

WPAbstract: Difference between revisions

From EDM2
mNo edit summary
Line 18: Line 18:


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


==WPObject instance methods==
==WPObject instance methods==
Overridden methods.  
Overridden methods.  
* [[OS2 API:wpCopyObject|wpCopyObject]]
* [[OS2 API:SOM:ObjectMethods:wpCopyObject|wpCopyObject]]
* [[OS2 API:wpDragOver|wpDragOver]]
* [[OS2 API:SOM:ObjectMethods:wpDragOver|wpDragOver]]
* [[OS2 API:wpIdentify|wpIdentify]]
* [[OS2 API:SOM:ObjectMethods:wpIdentify|wpIdentify]]
* [[OS2 API:wpMoveObject|wpMoveObject]]
* [[OS2 API:SOM:ObjectMethods:wpMoveObject|wpMoveObject]]
* [[OS2 API:wpQueryHandle|wpQueryHandle]]
* [[OS2 API:SOM:ObjectMethods:wpQueryHandle|wpQueryHandle]]
* [[OS2 API:wpQueryIcon|wpQueryIcon]]  
* [[OS2 API:SOM:ObjectMethods:wpQueryIcon|wpQueryIcon]]  
* [[OS2 API:wpQueryIconData|wpQueryIconData]]  
* [[OS2 API:SOM:ObjectMethods:wpQueryIconData|wpQueryIconData]]  
* [[OS2 API:wpQueryNameClashOptions|wpQueryNameClashOptions]]  
* [[OS2 API:SOM:ObjectMethods:wpQueryNameClashOptions|wpQueryNameClashOptions]]  
* [[OS2 API:wpReplaceObject|wpReplaceObject]]  
* [[OS2 API:SOM:ObjectMethods:wpReplaceObject|wpReplaceObject]]  
* [[OS2 API:wpRestoreState|wpRestoreState]]  
* [[OS2 API:SOM:ObjectMethods:wpRestoreState|wpRestoreState]]  
* [[OS2 API:wpSaveImmediate|wpSaveImmediate]]  
* [[OS2 API:SOM:ObjectMethods:wpSaveImmediate|wpSaveImmediate]]  
* [[OS2 API:wpSaveState|wpSaveState]]  
* [[OS2 API:SOM:ObjectMethods:wpSaveState|wpSaveState]]  
* [[OS2 API:wpSetIconData|wpSetIconData]]  
* [[OS2 API:SOM:ObjectMethods:wpSetIconData|wpSetIconData]]  
* [[OS2 API:wpSetTitle|wpSetTitle]]
* [[OS2 API:SOM:ObjectMethods:wpSetTitle|wpSetTitle]]


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


==WPObject class methods==
==WPObject class methods==
Overridden methods.
Overridden methods.
* [[OS2 API:wpclsObjectFromHandle|wpclsObjectFromHandle]]
* [[OS2 API:SOM:ObjectMethods:wpclsObjectFromHandle|wpclsObjectFromHandle]]
* [[OS2 API:wpclsQueryTitle|wpclsQueryTitl]]  
* [[OS2 API:SOM:ObjectMethods:wpclsQueryTitle|wpclsQueryTitl]]  




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

Revision as of 22:24, 13 April 2012

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

Instance methods

N/A

SOMObject instance methods

WPObject instance methods

Overridden methods.

Class methods

WPObject class methods

Overridden methods.