Class TKambiInlineNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TKambiInlineNode = class(TInlineNode)

Description

no description available, TInlineNode description follows

Inline node.

The loaded inline contents are accessible in the Inlined object. Currently this is also kept in the Children list of this node. Originally, Children list is for VRML 1.0 children, but for inline node this is just used for inlined content (regardless of VRML/X3D version).

This means that most methods, like TX3DNode.EnumerateNodes, descend into inlined content normally.

Hierarchy

Overview

Methods

Protected procedure AfterLoadInlined; override;
Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdReplaceNames: TMFString read FFdReplaceNames;
Public property FdReplaceNodes: TMFNode read FFdReplaceNodes;

Description

Methods

Protected procedure AfterLoadInlined; override;
 
Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdReplaceNames: TMFString read FFdReplaceNames;
 
Public property FdReplaceNodes: TMFNode read FFdReplaceNodes;
 

Generated by PasDoc 0.13.0 on 2014-08-30 12:10:52