Public Member Functions | |
| CSTimeHelp (MohawkEngine_CSTime *vm) | |
| void | addQaR (uint16 text, uint16 speech) |
| void | start () |
| void | end (bool runEvents=true) |
| void | cleanupAfterFlapping () |
| void | mouseDown (Common::Point &pos) |
| void | mouseMove (Common::Point &pos) |
| void | mouseUp (Common::Point &pos) |
| void | reset () |
| uint | getState () |
Protected Member Functions | |
| void | display () |
| void | highlightLine (uint line) |
| void | unhighlightLine (uint line) |
| void | selectStrings () |
| bool | noHelperChanges () |
Protected Attributes | |
| MohawkEngine_CSTime * | _vm |
| uint | _state |
| uint16 | _currHover |
| uint16 | _currEntry |
| uint16 | _nextToProcess |
| Common::Array< CSTimeHelpQaR > | _qars |
| Common::Array< uint16 > | _askedAlready |