Class TX3DExport
Unit
Declaration
type TX3DExport = class(TX3DFileItem)
Description
This item has no description. Showing description inherited from TX3DFileItem.
Base class for any item within X3D file: a node, a field, a route, a prototype etc. We need a common base class for all such things to store PositionInParent.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DExport
Overview
Fields
ExportedAlias: String; |
Methods
destructor Destroy; override; |
|
procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); |
|
procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
|
procedure SaveToStream(Writer: TX3DWriter); override; |
|
function DeepCopy(const CopyState: TX3DNodeDeepCopyState): TX3DExport; |
Properties
property ExportedNode: TX3DNode read FExportedNode write SetExportedNode; |
Description
Fields
ExportedAlias: String; |
|
Name under which the EXPORTed node is available in outer files, i.e. IMPORT statements should refer to this alias. If empty, just use ExportedNode.X3DName. |
Methods
destructor Destroy; override; |
|
This item has no description. |
procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); |
|
This item has no description. |
procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
|
Parse the EXPORT declaration (XML encoding). Given Element here must have TagName = 'EXPORT'. |
procedure SaveToStream(Writer: TX3DWriter); override; |
|
This item has no description. Showing description inherited from TX3DFileItem.SaveToStream. Save to stream. |
function DeepCopy(const CopyState: TX3DNodeDeepCopyState): TX3DExport; |
|
This item has no description. |
Properties
property ExportedNode: TX3DNode read FExportedNode write SetExportedNode; |
|
Exported node. Note that we store node reference, not just ExportedNodeName, this way renaming the |
Generated by PasDoc 0.16.0-snapshot.