TrueCondition Class Reference
This Condition is always met() and thus always execs its Actions when check()ed. More...
#include <condition.h>
Inheritance diagram for TrueCondition:
Public Member Functions | |
| TrueCondition (const Action &action=NoAction()) | |
| virtual bool | met () const throw () |
| This implements the actual checking of the Condition. | |
| virtual TrueCondition * | clone () const |
Detailed Description
This Condition is always met() and thus always execs its Actions when check()ed.
Used to implement the onChange()-Mechanism in TemplateProperty
Definition at line 112 of file condition.h.