Action Class Reference
An Action can be executed by a Property when a Condition is met. More...
#include <action.h>
Inheritance diagram for Action:
Public Member Functions | |
| virtual Action * | clone () const =0 |
| virtual void | exec ()=0 |
| virtual bool | isNoAction () const |
Detailed Description
An Action can be executed by a Property when a Condition is met.