Class TLayoutNode
Unit
Declaration
type TLayoutNode = class(TAbstractLayoutNode)
Description
This item has no description. Showing description inherited from TAbstractChildNode.
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractGroupingNode.FdChildren.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractLayoutNode
- TLayoutNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAlign(const Value: array of string); overload; |
![]() |
procedure SetAlign(const Value: TCastleStringList); overload; |
![]() |
procedure SetOffset(const Value: array of Single); overload; |
![]() |
procedure SetOffset(const Value: TSingleList); overload; |
![]() |
procedure SetOffsetUnits(const Value: array of string); overload; |
![]() |
procedure SetOffsetUnits(const Value: TCastleStringList); overload; |
![]() |
procedure SetScaleMode(const Value: array of string); overload; |
![]() |
procedure SetScaleMode(const Value: TCastleStringList); overload; |
![]() |
procedure SetSize(const Value: array of Single); overload; |
![]() |
procedure SetSize(const Value: TSingleList); overload; |
![]() |
procedure SetSizeUnits(const Value: array of string); overload; |
![]() |
procedure SetSizeUnits(const Value: TCastleStringList); overload; |
Properties
![]() |
property FdAlign: TMFString read FFdAlign; |
![]() |
property FdOffset: TMFFloat read FFdOffset; |
![]() |
property FdOffsetUnits: TMFString read FFdOffsetUnits; |
![]() |
property FdScaleMode: TMFString read FFdScaleMode; |
![]() |
property FdSize: TMFFloat read FFdSize; |
![]() |
property FdSizeUnits: TMFString read FFdSizeUnits; |
Description
Methods
![]() |
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 SetAlign(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetAlign(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetOffset(const Value: array of Single); overload; |
This item has no description. |
![]() |
procedure SetOffset(const Value: TSingleList); overload; |
This item has no description. |
![]() |
procedure SetOffsetUnits(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetOffsetUnits(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetScaleMode(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetScaleMode(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetSize(const Value: array of Single); overload; |
This item has no description. |
![]() |
procedure SetSize(const Value: TSingleList); overload; |
This item has no description. |
![]() |
procedure SetSizeUnits(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetSizeUnits(const Value: TCastleStringList); overload; |
This item has no description. |
Properties
![]() |
property FdAlign: TMFString read FFdAlign; |
Internal wrapper for property |
![]() |
property FdOffset: TMFFloat read FFdOffset; |
Internal wrapper for property Offset. This wrapper API may change, we advise to access simpler Offset instead. |
![]() |
property FdOffsetUnits: TMFString read FFdOffsetUnits; |
Internal wrapper for property |
![]() |
property FdScaleMode: TMFString read FFdScaleMode; |
Internal wrapper for property |
![]() |
property FdSize: TMFFloat read FFdSize; |
Internal wrapper for property |
![]() |
property FdSizeUnits: TMFString read FFdSizeUnits; |
Internal wrapper for property |
Generated by PasDoc 0.16.0-snapshot.