Jump to content

WPTransient: Difference between revisions

From EDM2
Created page with "==Description== This is the third of three base WPS storage classes which are derived from WPObject. All subclasses of this class have in common that they do not store data at al..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
This is the third of three base [[Workplace object storage class]]es which are derived from WPObject. All subclasses of this class have in common that they do not store data at all, i.e. objects of these subclasses only exist temporarily, mostly for displaying information. 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.
This is the third of three base WPS storage classes which are derived from WPObject. All subclasses of this class have in common that they do not store data at all, i.e. objects of these subclasses only exist temporarily, mostly for displaying information. 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==
;Default Title: "Transient"
* wptrans.idl  
;DLL: [[PMWP.DLL]]
 
;Class definition file: wptrans.idl  
==DLL==
* PMWP.DLL


==Class hierarchy SOMObject==
==Class hierarchy SOMObject==
* [[OS2 API:SOM:Classes:WPObject|WPObject]]
*[[WPObject]]
** [[OS2 API:SOM:Classes:WPTransient|WPTransient]]
**WPTransient
 
==Instance methods==
N/A


==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==
Overridden methods.
Overridden methods
* [[OS2 API:SOM:ObjectMethods:wpCopyObject|wpCopyObject]]
* wpCopyObject
* [[OS2 API:SOM:ObjectMethods:wpIdentify|wpIdentify]]
* wpIdentify
* [[OS2 API:SOM:ObjectMethods:wpQueryHandle|wpQueryHandle]]
* wpQueryHandle
* [[OS2 API:SOM:ObjectMethods:wpQueryIcon|wpQueryIcon]]
* wpQueryIcon
* [[OS2 API:SOM:ObjectMethods:wpSaveImmediate|wpSaveImmediate]]
* wpSaveImmediate
 
==Class methods==
N/A


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


[[Category:The OS/2 API Project]]
[[Category:Workplace object storage class]]

Latest revision as of 18:46, 30 January 2020

This is the third of three base Workplace object storage classes which are derived from WPObject. All subclasses of this class have in common that they do not store data at all, i.e. objects of these subclasses only exist temporarily, mostly for displaying information. 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
"Transient"
DLL
PMWP.DLL
Class definition file
wptrans.idl

Class hierarchy SOMObject

SOMObject instance methods

WPObject instance methods

Overridden methods

  • wpCopyObject
  • wpIdentify
  • wpQueryHandle
  • wpQueryIcon
  • wpSaveImmediate

WPObject class methods

Overridden methods

  • wpclsObjectFromHandle
  • wpclsQueryStyle
  • wpclsQueryTitle