WPFileSystem: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This is the second of the three base | This is the second of the three base Workplace object storage classes which are derived from WPObject. Subclasses of this class ([[WPDataFile]] and [[WPFolder]]) have in common that they physically exist in the file system. The WPS stores additional configuration data for those objects in the Extended Attributes of the file, mostly in .CLASSINFO. | ||
;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 | ; Default Title: "File System" | ||
; DLL: [[PMWP.DLL]] | ; DLL: [[PMWP.DLL]] | ||
; Class definition file: wptrans.idl | ; Class definition file: wptrans.idl | ||
Line 9: | Line 9: | ||
==Class hierarchy SOMObject== | ==Class hierarchy SOMObject== | ||
* [[WPObject]] | * [[WPObject]] | ||
** | ** WPFileSystem | ||
==SOMObject instance methods== | ==SOMObject instance methods== | ||
Line 17: | Line 17: | ||
==WPObject instance methods== | ==WPObject instance methods== | ||
Overridden methods | Overridden methods | ||
*wpCopyObject | *[[wpCopyObject]] | ||
*wpIdentify | *wpIdentify | ||
*wpQueryHandle | *wpQueryHandle | ||
Line 29: | Line 29: | ||
*wpclsQueryTitle | *wpclsQueryTitle | ||
[[Category: | [[Category:Workplace object storage class]] |
Latest revision as of 18:44, 30 January 2020
This is the second of the three base Workplace object storage classes which are derived from WPObject. Subclasses of this class (WPDataFile and WPFolder) have in common that they physically exist in the file system. The WPS stores additional configuration data for those objects in the Extended Attributes of the file, mostly in .CLASSINFO.
- 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
- "File System"
- DLL
- PMWP.DLL
- Class definition file
- wptrans.idl
Class hierarchy SOMObject
- WPObject
- WPFileSystem
SOMObject instance methods
- somDefaultInit
- somDestruct
WPObject instance methods
Overridden methods
- wpCopyObject
- wpIdentify
- wpQueryHandle
- wpQueryIcon
- wpSaveImmediate
WPObject class methods
Overridden methods.
- wpclsObjectFromHandle
- wpclsQueryStyle]]
- wpclsQueryTitle