Class TDISEntityTypeMappingNode
Unit
Declaration
type TDISEntityTypeMappingNode = class(TAbstractInfoNode)
Description
Base class for all nodes that contain only information without visual semantics.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInfoNode
- TDISEntityTypeMappingNode
Overview
Methods
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetUrl(const Value: array of string); overload; |
|
procedure SetUrl(const Value: TCastleStringList); overload; |
Properties
property FdUrl: TMFString read FFdUrl; |
|
property FdCategory: TSFInt32 read FFdCategory; |
|
property Category: Integer read GetCategory write SetCategory; |
|
property FdCountry: TSFInt32 read FFdCountry; |
|
property Country: Integer read GetCountry write SetCountry; |
|
property FdDomain: TSFInt32 read FFdDomain; |
|
property Domain: Integer read GetDomain write SetDomain; |
|
property FdExtra: TSFInt32 read FFdExtra; |
|
property Extra: Integer read GetExtra write SetExtra; |
|
property FdKind: TSFInt32 read FFdKind; |
|
property Kind: Integer read GetKind write SetKind; |
|
property FdSpecific: TSFInt32 read FFdSpecific; |
|
property Specific: Integer read GetSpecific write SetSpecific; |
|
property FdSubcategory: TSFInt32 read FFdSubcategory; |
|
property Subcategory: Integer read GetSubcategory write SetSubcategory; |
Description
Methods
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetUrl(const Value: array of string); overload; |
|
procedure SetUrl(const Value: TCastleStringList); overload; |
|
Properties
property FdUrl: TMFString read FFdUrl; |
|
Internal wrapper for property |
property FdCategory: TSFInt32 read FFdCategory; |
|
Internal wrapper for property Category. This wrapper API may change, we advise to access simpler Category instead. |
property Category: Integer read GetCategory write SetCategory; |
|
property FdCountry: TSFInt32 read FFdCountry; |
|
Internal wrapper for property Country. This wrapper API may change, we advise to access simpler Country instead. |
property Country: Integer read GetCountry write SetCountry; |
|
property FdDomain: TSFInt32 read FFdDomain; |
|
Internal wrapper for property Domain. This wrapper API may change, we advise to access simpler Domain instead. |
property Domain: Integer read GetDomain write SetDomain; |
|
property FdExtra: TSFInt32 read FFdExtra; |
|
Internal wrapper for property Extra. This wrapper API may change, we advise to access simpler Extra instead. |
property Extra: Integer read GetExtra write SetExtra; |
|
property FdKind: TSFInt32 read FFdKind; |
|
Internal wrapper for property Kind. This wrapper API may change, we advise to access simpler Kind instead. |
property Kind: Integer read GetKind write SetKind; |
|
property FdSpecific: TSFInt32 read FFdSpecific; |
|
Internal wrapper for property Specific. This wrapper API may change, we advise to access simpler Specific instead. |
property Specific: Integer read GetSpecific write SetSpecific; |
|
property FdSubcategory: TSFInt32 read FFdSubcategory; |
|
Internal wrapper for property Subcategory. This wrapper API may change, we advise to access simpler Subcategory instead. |
property Subcategory: Integer read GetSubcategory write SetSubcategory; |
|
Generated by PasDoc 0.16.0.