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:
Condition

List of all members.

Public Member Functions

 TrueCondition (const Action &action=NoAction())
virtual bool met () const throw ()
 This implements the actual checking of the Condition.
virtual TrueConditionclone () 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.