Class TX3DExport
Unit
X3DNodes
Declaration
type TX3DExport = class(TX3DFileItem)
Description
no description available, TX3DFileItem description follows
Base class for any item within VRML/X3D file: a node, a field, a route, a prototype etc. We need a common base class for all such things to store PositionInParent.
About ancestry: TX3DFieldOrEvent make use of Assign mechanism and so need to descend from TPersistent. TX3DNode make use of interfaces and so must descend from something like TNonRefCountedInterfacedXxx. These are the only reasons, for now, why this descends from TNonRefCountedInterfacedPersistent.
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
ExportedNodeName: string; |
|
 |
ExportedNodeAlias: string; |
|
Methods
 |
procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
Parse the EXPORT declaration (XML encoding). Given Element here must have TagName = 'EXPORT'.
|
 |
procedure SaveToStream(Writer: TX3DWriter); override; |
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:53
|