Class TDISEntityTypeMappingNode
Unit
Declaration
type TDISEntityTypeMappingNode = class(TAbstractInfoNode, IAbstractUrlObject)
Description
No description available, ancestor TAbstractInfoNode description follows
Base class for all nodes that contain only information without visual semantics.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInfoNode
- TDISEntityTypeMappingNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetUrl(const Value: array of string); |
![]() |
procedure SetUrl(const Value: TCastleStringList); |
Properties
![]() |
property FdUrl: TMFString read FFdUrl; |
![]() |
property FdCategory: TSFInt32 read FFdCategory; |
![]() |
property FdCountry: TSFInt32 read FFdCountry; |
![]() |
property FdDomain: TSFInt32 read FFdDomain; |
![]() |
property FdExtra: TSFInt32 read FFdExtra; |
![]() |
property FdKind: TSFInt32 read FFdKind; |
![]() |
property FdSpecific: TSFInt32 read FFdSpecific; |
![]() |
property FdSubcategory: TSFInt32 read FFdSubcategory; |
![]() |
property Category: Integer read GetCategory write SetCategory; |
![]() |
property Country: Integer read GetCountry write SetCountry; |
![]() |
property Domain: Integer read GetDomain write SetDomain; |
![]() |
property Extra: Integer read GetExtra write SetExtra; |
![]() |
property Kind: Integer read GetKind write SetKind; |
![]() |
property Specific: Integer read GetSpecific write SetSpecific; |
![]() |
property Subcategory: Integer read GetSubcategory write SetSubcategory; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetUrl(const Value: array of string); |
![]() |
procedure SetUrl(const Value: TCastleStringList); |
Properties
![]() |
property FdUrl: TMFString read FFdUrl; |
![]() |
property FdCategory: TSFInt32 read FFdCategory; |
![]() |
property FdCountry: TSFInt32 read FFdCountry; |
![]() |
property FdDomain: TSFInt32 read FFdDomain; |
![]() |
property FdExtra: TSFInt32 read FFdExtra; |
![]() |
property FdKind: TSFInt32 read FFdKind; |
![]() |
property FdSpecific: TSFInt32 read FFdSpecific; |
![]() |
property FdSubcategory: TSFInt32 read FFdSubcategory; |
![]() |
property Category: Integer read GetCategory write SetCategory; |
![]() |
property Country: Integer read GetCountry write SetCountry; |
![]() |
property Domain: Integer read GetDomain write SetDomain; |
![]() |
property Extra: Integer read GetExtra write SetExtra; |
![]() |
property Kind: Integer read GetKind write SetKind; |
![]() |
property Specific: Integer read GetSpecific write SetSpecific; |
![]() |
property Subcategory: Integer read GetSubcategory write SetSubcategory; |
Generated by PasDoc 0.16.0.
