|
void | readData (Common::SeekableReadStream &stream) override |
|
void | execute () override |
|
virtual void | onPause (bool pause) |
|
virtual CursorManager::CursorType | getHoverCursor () const |
|
virtual void | handleInput (NancyInput &input) |
|
|
Common::String | getRecordTypeName () const override |
|
void | finishExecution () |
|
virtual bool | canHaveHotspot () const |
|
|
enum | ExecutionState { kBegin,
kRun,
kActionTrigger
} |
|
enum | ExecutionType { kOneShot = 1,
kRepeating = 2
} |
|
Common::String | _description |
|
byte | _type |
|
ExecutionType | _execType |
|
DependencyRecord | _dependencies |
|
bool | _isActive |
|
bool | _isDone |
|
bool | _hasHotspot |
|
Common::Rect | _hotspot |
|
ExecutionState | _state |
|
int16 | _days |
|
DependencyRecord * | _cursorDependency |
|
The documentation for this class was generated from the following file: