TemplatePropertyCondition< T, S > Class Template Reference
Base for Conditions that observe a TemplateProperty and exec actions depending on that Property's value. More...
#include <templatepropertycondition.h>
Inheritance diagram for TemplatePropertyCondition< T, S >:
Public Member Functions | |
| TemplatePropertyCondition (TemplateProperty< T > *observed, const S &value, const Action &action=NoAction(), const Action &elseaction=NoAction()) | |
| virtual bool | met () const =0 throw () |
| This implements the actual checking of the Condition. | |
| void | set (const S &value) |
| const S & | get () const |
Protected Attributes | |
| TemplateProperty< T > * | observed_ |
| S | value_ |
Detailed Description
template<class T, class S>
class voreen::TemplatePropertyCondition< T, S >
Base for Conditions that observe a TemplateProperty and exec actions depending on that Property's value.
Definition at line 42 of file templatepropertycondition.h.