Static Public Member Functions | |
| static int | show (XeenEngine *vm, bool type, const Common::String &msg1, const Common::String &msg2, int opcode) |
Static Public Member Functions inherited from MM::Xeen::Input | |
| static int | show (XeenEngine *vm, Window *window, Common::String &line, uint maxLen, int maxWidth, bool isNumeric=false) |
Protected Member Functions | |
| StringInput (XeenEngine *vm) | |
| int | execute (bool type, const Common::String &expected, const Common::String &title, int opcode) |
Protected Member Functions inherited from MM::Xeen::Input | |
| int | nonEnToUpper (uint16 ascii) |
| int | nonEnToLower (uint16 ascii) |
| int | getString (Common::String &line, uint maxLen, int maxWidth, bool isNumeric) |
| Input (XeenEngine *vm, Window *window) | |
Protected Member Functions inherited from MM::Xeen::ButtonContainer | |
| bool | checkEvents (XeenEngine *vm) |
| bool | doScroll (bool rollUp, bool fadeIn) override |
| void | loadStrings (const Common::Path &name) |
| void | loadStrings (const Common::Path &name, int ccMode) |
| void | setWaitBounds () |
| Common::String | getNextTextSection (const Common::String &text, uint &index, uint count, const char *separator) const |
| Common::String | getNextTextSection (const Common::String &text, uint &index, uint count) const |
| Common::String | getNextTextSection (const Common::String &text, uint &index) const |
| Common::String | addNextTextToButtons (const Common::String &text, uint &index) |
| Common::String | addNextTextToButtons (const Common::String &text, uint &index, uint count) |
| void | setButtonTexts (const Common::String &text) |
| void | disableButtonVoicing (uint startIndex, uint endIndex) |
| void | enableButtonVoicing (uint startIndex, uint endIndex) |
Protected Member Functions inherited from MM::Xeen::Cutscenes | |
| Cutscenes (XeenEngine *vm) | |
| uint | getSpeakingFrame (uint minFrame, uint maxFrame) |
Additional Inherited Members | |
Public Member Functions inherited from MM::Xeen::ButtonContainer | |
| ButtonContainer (XeenEngine *vm) | |
| void | saveButtons () |
| void | clearButtons () |
| void | restoreButtons () |
| void | addButton (const Common::Rect &bounds, int val, SpriteResource *sprites=nullptr, uint8 ttsIndex=UINT8_MAX) |
| void | addButton (const Common::Rect &bounds, int val, int frameNum, SpriteResource *sprites=nullptr, uint8 ttsIndex=UINT8_MAX) |
| void | addPartyButtons (XeenEngine *vm) |
| void | drawButtons (XSurface *surface) |
| void | clearEvents () |
| void | checkHoverOverButton () |
Protected Attributes inherited from MM::Xeen::Input | |
| Window * | _window |
| int | _cursorAnimIndex |
Protected Attributes inherited from MM::Xeen::ButtonContainer | |
| Common::Array< UIButton > | _buttons |
| Common::StringArray | _textStrings |
| Common::Rect | _waitBounds |
| int | _buttonValue |
| Common::StringArray | _buttonTexts |
| int | _previousButton |
Protected Attributes inherited from MM::Xeen::Cutscenes | |
| XeenEngine * | _vm |