|
| SimpleAction (string role) |
|
void | setLabel (string id) |
|
short | getQualifier () |
|
void | setQualifier (short qualifier) |
|
string | getRepeat () |
|
string | getRepeatDelay () |
|
void | setRepeatDelay (string time) |
|
void | setRepeat (string newRepetitions) |
|
short | getActionType () |
|
void | setActionType (short action) |
|
string | getValue () |
|
void | setValue (string value) |
|
Animation * | getAnimation () |
|
void | setAnimation (Animation *animation) |
|
bool | instanceOf (string type) |
|
| Action (string newDelay) |
|
string | getDelay () |
|
void | setDelay (string dur) |
|
virtual string | toString () |
|
virtual short | getEventType () |
|
virtual string | getLabel () |
|
virtual void | setEventType (short type) |
|
virtual int | getMinCon () |
|
virtual int | getMaxCon () |
|
virtual void | setMinCon (int minCon) |
|
virtual void | setMaxCon (int maxCon) |
|
|
static const short | ACT_START = 1 |
|
static const short | ACT_PAUSE = 2 |
|
static const short | ACT_RESUME = 3 |
|
static const short | ACT_STOP = 4 |
|
static const short | ACT_ABORT = 5 |
|
static const short | ACT_SET = 6 |
|
static const int | UNBOUNDED = 2^30 |
|
|
set< string > | typeSet |
|
string | label |
|
short | eventType |
|
int | maxCon |
|
int | minCon |
|
The documentation for this class was generated from the following files:
- ncl30/include/ncl/connectors/SimpleAction.h
- ncl30/src/connectors/SimpleAction.cpp