Jump to content

WPAbstract: Difference between revisions

From EDM2
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
This is the first of the three base Workplace object 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.
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.
;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.


;Default Title: "Abstract"
;Default Title: "Abstract"
; DLL: [[PMWP.DLL]]
;DLL: [[PMWP.DLL]]
; Class definition file: wpabs.idl
;Class definition file: wpabs.idl


==Class hierarchy SOMObject==
==Class hierarchy==
SOMObject
* [[WPObject]]
* [[WPObject]]
** [[WPAbstract]]
** WPAbstract


==Instance methods==
==Instance methods==
Line 19: Line 19:
===WPObject instance methods===
===WPObject instance methods===
Overridden methods.  
Overridden methods.  
*wpCopyObject
*[[wpCopyObject]]
*wpDragOver
*[[wpDragOver]]
*wpIdentify
*[[wpIdentify]]
*wpMoveObject
*[[wpMoveObject]]
*wpQueryHandle
*[[wpQueryHandle]]
*wpQueryIcon
*[[wpQueryIcon]]
*wpQueryIconData
*[[wpQueryIconData]]
*wpQueryNameClashOptions
*[[wpQueryNameClashOptions]]
*wpReplaceObject
*[[wpReplaceObject]]
*wpRestoreState
*[[wpRestoreState]]
*wpSaveImmediate
*[[wpSaveImmediate]]
*wpSaveState
*[[wpSaveState]]
*wpSetIconData
*[[wpSetIconData]]
*wpSetTitle
*[[wpSetTitle]]
*wpDestroyObject
*wpDestroyObject
*wpMakeObject
*wpMakeObject


==Class methods==
==Class methods==
*wpclsQuerySetting
*[[wpclsQuerySetting]]
*wpclsSetSetting
*[[wpclsSetSetting]]


==WPObject class methods==
==WPObject class methods==
Overridden methods.
Overridden methods.
*wpclsObjectFromHandle
*[[wpclsObjectFromHandle]]
*wpclsQueryTitle
*[[wpclsQueryTitle]]


[[Category:WPS Classes]]
[[Category:Workplace object storage class]]

Latest revision as of 15:10, 25 November 2025

This is the first of the three base Workplace object 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.
Default Title
"Abstract"
DLL
PMWP.DLL
Class definition file
wpabs.idl

Class hierarchy

SOMObject

Instance methods

SOMObject instance methods

WPObject instance methods

Overridden methods.

Class methods

WPObject class methods

Overridden methods.