|
|
| 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 () |
| |
|
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) |
| |
|
| Cutscenes (XeenEngine *vm) |
| |
| uint | getSpeakingFrame (uint minFrame, uint maxFrame) |
| |
|
Common::Array< UIButton > | _buttons |
| |
|
Common::StringArray | _textStrings |
| |
|
Common::Rect | _waitBounds |
| |
|
int | _buttonValue |
| |
|
Common::StringArray | _buttonTexts |
| |
|
int | _previousButton |
| |
|
XeenEngine * | _vm |
| |