Class TBooleanFilterNode
Unit
Declaration
type TBooleanFilterNode = class(TAbstractChildNode)
Description
Filters boolean events, allowing for selective routing of TRUE or FALSE values and negation.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TBooleanFilterNode
Overview
Methods
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property EventSet_boolean: TSFBoolEvent read FEventSet_boolean; |
|
property EventInputFalse: TSFBoolEvent read FEventInputFalse; |
|
property EventInputNegate: TSFBoolEvent read FEventInputNegate; |
|
property EventInputTrue: TSFBoolEvent read FEventInputTrue; |
Description
Methods
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
|
class function ClassX3DType: string; override; |
|
Properties
property EventSet_boolean: TSFBoolEvent read FEventSet_boolean; |
|
property EventInputFalse: TSFBoolEvent read FEventInputFalse; |
|
property EventInputNegate: TSFBoolEvent read FEventInputNegate; |
|
property EventInputTrue: TSFBoolEvent read FEventInputTrue; |
|
Generated by PasDoc 0.16.0.