Jump to content

WPFileSystem

From EDM2
Revision as of 00:14, 19 April 2012 by Martini (talk | contribs) (Created page with "==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 th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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

  • PMWP.DLL

Class hierarchy SOMObject

Instance methods

N/A

SOMObject instance methods

WPObject instance methods

Overridden methods.

  • wpCopyObject
  • wpIdentify
  • wpQueryHandle
  • wpQueryIcon
  • wpSaveImmediate

Class methods

N/A

WPObject class methods

Overridden methods.

  • wpclsObjectFromHandle
  • wpclsQueryStyle
  • wpclsQueryTitle