WPTransient: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
==DLL== | ==DLL== | ||
* PMWP.DLL | *[[PMWP.DLL]] | ||
==Class hierarchy SOMObject== | ==Class hierarchy SOMObject== | ||
* [[WPObject]] | *[[WPObject]] | ||
** [[WPTransient]] | **[[WPTransient]] | ||
==SOMObject instance methods== | ==SOMObject instance methods== | ||
* | *somDefaultInit | ||
* | *somDestruct | ||
==WPObject instance methods== | ==WPObject instance methods== | ||
Overridden methods. | Overridden methods. | ||
* | *wpCopyObject | ||
* | *wpIdentify | ||
* | *wpQueryHandle | ||
* | *wpQueryIcon | ||
* | *wpSaveImmediate | ||
==WPObject class methods== | ==WPObject class methods== | ||
Overridden methods. | Overridden methods. | ||
* | *wpclsObjectFromHandle | ||
* | *wpclsQueryStyle | ||
* | *wpclsQueryTitle | ||
[[Category:SOM Class]] | [[Category:SOM Class]] |
Revision as of 02:35, 29 December 2016
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 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
- wptrans.idl
DLL
Class hierarchy SOMObject
SOMObject instance methods
- somDefaultInit
- somDestruct
WPObject instance methods
Overridden methods.
- wpCopyObject
- wpIdentify
- wpQueryHandle
- wpQueryIcon
- wpSaveImmediate
WPObject class methods
Overridden methods.
- wpclsObjectFromHandle
- wpclsQueryStyle
- wpclsQueryTitle