Class TDISEntityTypeMappingNode
Unit
Declaration
type TDISEntityTypeMappingNode = class(TAbstractInfoNode)
Description
This item has no description. Showing description inherited from TAbstractInfoNode.
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; |
This item has no description. Showing description inherited from TX3DNode.Create. Constructor. Initializes various properties:
|
![]() |
procedure CreateNode; override; |
This item has no description. Showing description inherited from TAbstractInfoNode.CreateNode. Automatically generated node properties. Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal |
![]() |
class function ClassX3DType: string; override; |
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
![]() |
procedure SetUrl(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetUrl(const Value: TCastleStringList); overload; |
This item has no description. |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.