Jump to content

WPFileSystem: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
This is the second of the three base WPS storage classes which are derived from WPObject. All 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.  
This is the second of the three base WPS storage classes which are derived from WPObject. All 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.  


Line 5: Line 4:


==Class definition file==
==Class definition file==
* [[wptrans.idl]]
*wptrans.idl


==DLL==
==DLL==
Line 15: Line 14:


==SOMObject instance methods==
==SOMObject instance methods==
* [[somDefaultInit]]
*somDefaultInit
* [[somDestruct]]
*somDestruct


==WPObject instance methods==
==WPObject instance methods==
Overridden methods.
Overridden methods
* [[wpCopyObject]]
*wpCopyObject
* [[wpIdentify]]
*wpIdentify
* [[wpQueryHandle]]
*wpQueryHandle
* [[wpQueryIcon]]
*wpQueryIcon
* [[wpSaveImmediate]]
*wpSaveImmediate


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


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

Revision as of 21:38, 18 January 2017

This is the second of the three base WPS storage classes which are derived from WPObject. All 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.

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