Action Class Reference

An Action can be executed by a Property when a Condition is met. More...

#include <action.h>

Inheritance diagram for Action:
ChangeAction NoAction TargetAction< T > Call1ParMemberAction< T, P > CallMemberAction< T >

List of all members.

Public Member Functions

virtual Actionclone () 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.

Definition at line 40 of file action.h.