|
| enum | ExecutionState { kBegin,
kRun,
kActionTrigger
} |
| |
| enum | ExecutionType { kOneShot = 1,
kRepeating = 2
} |
| |
|
|
virtual void | readData (Common::SeekableReadStream &stream)=0 |
| |
|
virtual void | execute () |
| |
|
virtual void | onPause (bool pause) |
| |
|
virtual CursorManager::CursorType | getHoverCursor () const |
| |
|
virtual void | handleInput (NancyInput &input) |
| |
|
|
void | finishExecution () |
| |
|
virtual bool | canHaveHotspot () const |
| |
|
virtual Common::String | getRecordTypeName () const =0 |
| |
The documentation for this class was generated from the following file: