Static Public Member Functions | |
| static void | show (XeenEngine *vm) |
Additional Inherited Members | |
Public Member Functions inherited from Xeen::ButtonContainer | |
| ButtonContainer (XeenEngine *vm) | |
| void | saveButtons () |
| void | clearButtons () |
| void | restoreButtons () |
| void | addButton (const Common::Rect &bounds, int val, SpriteResource *sprites=nullptr) |
| void | addButton (const Common::Rect &bounds, int val, int frameNum, SpriteResource *sprites=nullptr) |
| void | addPartyButtons (XeenEngine *vm) |
| void | drawButtons (XSurface *surface) |
| void | clearEvents () |
Protected Member Functions inherited from Xeen::ButtonContainer | |
| bool | checkEvents (XeenEngine *vm) |
| bool | doScroll (bool rollUp, bool fadeIn) override |
| void | loadStrings (const Common::String &name) |
| void | loadStrings (const Common::String &name, int ccMode) |
| void | setWaitBounds () |
Protected Member Functions inherited from Xeen::Cutscenes | |
| Cutscenes (XeenEngine *vm) | |
| uint | getSpeakingFrame (uint minFrame, uint maxFrame) |
Protected Attributes inherited from Xeen::ButtonContainer | |
| Common::Array< UIButton > | _buttons |
| Common::StringArray | _textStrings |
| Common::Rect | _waitBounds |
| int | _buttonValue |
Protected Attributes inherited from Xeen::Cutscenes | |
| XeenEngine * | _vm |