Public Member Functions | |
| MenuView (MADSEngine *vm) | |
| virtual void | show () |
| Common::String | getResourceName () |
Public Member Functions inherited from MADS::FullScreenDialog | |
| FullScreenDialog (MADSEngine *vm) | |
Protected Member Functions | |
| virtual void | doFrame ()=0 |
| void | display () override |
| bool | onEvent (Common::Event &event) override |
Protected Attributes | |
| bool | _breakFlag |
| bool | _redrawFlag |
| Common::Path | _filename |
Protected Attributes inherited from MADS::FullScreenDialog | |
| MADSEngine * | _vm |
| int | _screenId |
| bool | _palFlag |
|
overrideprotectedvirtual |
Handles displaying the screen background and dialog
Reimplemented from MADS::FullScreenDialog.
Reimplemented in MADS::AnimationView, MADS::TextView, and MADS::Nebular::MainMenu.
|
overrideprotectedvirtual |
Event handler
Reimplemented from MADS::EventTarget.
Reimplemented in MADS::AnimationView, and MADS::Nebular::MainMenu.