Public Member Functions | |
Dialog (Myst3Engine *vm, uint id) | |
void | draw () override |
virtual int16 | update ()=0 |
Public Member Functions inherited from Myst3::Drawable | |
virtual void | drawOverlay () |
bool | isConstrainedToWindow () const |
bool | is3D () const |
bool | isScaled () const |
Protected Member Functions | |
Common::Rect | getPosition () const |
Protected Attributes | |
Myst3Engine * | _vm |
Video::BinkDecoder | _bink |
Texture * | _texture |
uint | _buttonCount |
Protected Attributes inherited from Myst3::Drawable | |
bool | _isConstrainedToWindow |
bool | _is3D |
bool | _scaled |