|
| AnchorEvent (string id, void *executionObject, ContentAnchor *anchor) |
|
ContentAnchor * | getAnchor () |
|
virtual bool | start () |
|
virtual bool | stop () |
|
| FormatterEvent (string id, void *executionObject) |
|
bool | instanceOf (string s) |
|
void | setEventType (short eventType) |
|
virtual short | getEventType () |
|
void | setId (string id) |
|
void | addEventListener (IEventListener *listener) |
|
bool | containsEventListener (IEventListener *listener) |
|
void | removeEventListener (IEventListener *listener) |
|
bool | abort () |
|
bool | pause () |
|
bool | resume () |
|
void | setCurrentState (short newState) |
|
short | getCurrentState () |
|
short | getPreviousState () |
|
void * | getExecutionObject () |
|
void | setExecutionObject (void *object) |
|
string | getId () |
|
long | getOccurrences () |
|
|
ContentAnchor * | anchor |
|
string | id |
|
short | currentState |
|
short | previousState |
|
long | occurrences |
|
void * | executionObject |
|
set< IEventListener * > | coreListeners |
|
set< IEventListener * > | linksListeners |
|
set< IEventListener * > | objectsListeners |
|
set< string > | typeSet |
|
bool | deleting |
|
short | eventType |
|
pthread_mutex_t | mutex |
|
|
static bool | hasInstance (FormatterEvent *event, bool remove) |
|
static bool | hasNcmId (FormatterEvent *event, string anchorId) |
|
static short | getTransistion (short previousState, short newState) |
|
static string | getStateName (short state) |
|
short | getNewState (short transition) |
|
short | getTransition (short newState) |
|
bool | changeState (short newState, short transition) |
|
static bool | removeInstance (FormatterEvent *event) |
|
static set< FormatterEvent * > | instances |
|
static bool | init = false |
|
static pthread_mutex_t | iMutex |
|
The documentation for this class was generated from the following files:
- gingancl/include/gingancl/model/AnchorEvent.h
- gingancl/src/model/event/AnchorEvent.cpp