Public Member Functions | |
int | show () override |
Public Member Functions inherited from Xeen::Locations::CutsceneLocation | |
CutsceneLocation (LocationAction action) | |
Public Member Functions inherited from Xeen::Locations::BaseLocation | |
BaseLocation (LocationAction action) | |
void | drawAnim (bool flag) |
int | wait () |
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 () |
Additional Inherited Members | |
Protected Member Functions inherited from Xeen::Locations::CutsceneLocation | |
void | setNewLocation () |
Protected Member Functions inherited from Xeen::Locations::BaseLocation | |
void | drawWindow () |
virtual Common::String | createLocationText (Character &ch) |
virtual void | drawBackground () |
virtual Character * | doOptions (Character *c) |
virtual void | farewell () |
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::Locations::CutsceneLocation | |
Subtitles | _subtitles |
int | _mazeId |
Direction | _mazeDir |
Common::Point | _mazePos |
bool | _keyFound |
Protected Attributes inherited from Xeen::Locations::BaseLocation | |
LocationAction | _locationActionId |
Common::Array< SpriteResource > | _townSprites |
SpriteResource | _icons1 |
SpriteResource | _icons2 |
int | _townMaxId |
const int & | _ccNum |
int | _animFrame |
Common::String | _vocName |
Common::String | _songName |
Common::Point | _animPos |
int | _drawFrameIndex |
uint | _farewellTime |
int | _drawCtr1 |
int | _drawCtr2 |
bool | _exitToUi |
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 |
|
overridevirtual |
Show the town location
Reimplemented from Xeen::Locations::BaseLocation.