Public Types | |
| enum | ExecutionState { kBegin, kRun, kActionTrigger } |
| enum | ExecutionType { kOneShot = 1, kRepeating = 2 } |
Public Member Functions | |
| 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) |
| virtual Common::String | getRecordTypeName () const =0 |
| virtual bool | canHaveHotspot () const |
Public Attributes | |
| Common::String | _description |
| byte | _type |
| ExecutionType | _execType |
| DependencyRecord | _dependencies |
| bool | _isActive |
| bool | _isDone |
| bool | _hasHotspot |
| Common::Rect | _hotspot |
| ExecutionState | _state |
| int16 | _days |
| DependencyRecord * | _cursorDependency |
Protected Member Functions | |
| void | finishExecution () |