Condition for triggers.
More...
◆ Condition()
Wraps a given native Condition.
Called by KanziObject.connectObject(ObjectWrapper) when connecting to a native condition.
- Parameters
-
domain | UI Domain where this condition belongs. |
handle | Native object that is backing this condition. |
metaclass | Metaclass data for this condition. |
◆ createDerived()
Creates a derived class instance.
Call this method as part of the create method for a derived class.
- Parameters
-
domain | UI Domain where this condition belongs. |
metaclass | Metaclass data of the condition. |
- Returns
- An ObjectRef that holds the created instance.
◆ getTrigger()
Returns the pointer to a trigger to which an condition is attached.
- Returns
- The attached trigger.
◆ onCheck()
abstract boolean onCheck |
( |
| ) |
|
|
abstractprotected |
Check function for condition.
- Returns
- true if the condition is valid
◆ metaclass