Class TTogglerNode
Unit
Declaration
type TTogglerNode = class(TAbstractChildNode)
Description
Utility for setting and observing a boolean value in various ways.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TTogglerNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdStatus: TSFBool read FFdStatus; |
![]() |
property FdNotStatus: TSFBool read FFdNotStatus; |
![]() |
property EventToggle: TXFAnyEvent read FEventToggle; |
![]() |
property EventSet: TXFAnyEvent read FEventSet; |
![]() |
property EventReset: TXFAnyEvent read FEventReset; |
![]() |
property EventChanged: TSFBoolEvent read FEventChanged; |
![]() |
property EventOn: TSFBoolEvent read FEventOn; |
![]() |
property EventOff: TSFBoolEvent read FEventOff; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
![]() |
property Status: Boolean read GetStatus write SetStatus; |
![]() |
property NotStatus: Boolean read GetNotStatus write SetNotStatus; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdStatus: TSFBool read FFdStatus; |
![]() |
property FdNotStatus: TSFBool read FFdNotStatus; |
![]() |
property EventToggle: TXFAnyEvent read FEventToggle; |
![]() |
property EventSet: TXFAnyEvent read FEventSet; |
![]() |
property EventReset: TXFAnyEvent read FEventReset; |
![]() |
property EventChanged: TSFBoolEvent read FEventChanged; |
![]() |
property EventOn: TSFBoolEvent read FEventOn; |
![]() |
property EventOff: TSFBoolEvent read FEventOff; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
![]() |
property Status: Boolean read GetStatus write SetStatus; |
![]() |
property NotStatus: Boolean read GetNotStatus write SetNotStatus; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
Generated by PasDoc 0.16.0.
