Home
last modified time | relevance | path

Searched refs:OtherOptionsDialog (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/worldofxeen/
H A Dworldofxeen_menu.cpp449 owner->setOwner(new OtherOptionsDialog(owner)); in handleEvents()
506 owner->setOwner(new OtherOptionsDialog(owner)); in handleEvents()
519 OtherOptionsDialog::OtherOptionsDialog(MainMenuContainer *owner) : MenuContainerDialog(owner) { in OtherOptionsDialog() function in Xeen::WorldOfXeen::OtherOptionsDialog
535 OtherOptionsDialog::~OtherOptionsDialog() { in ~OtherOptionsDialog()
541 void OtherOptionsDialog::loadButtons() { in loadButtons()
581 void OtherOptionsDialog::draw() { in draw()
592 bool OtherOptionsDialog::handleEvents() { in handleEvents()
H A Dworldofxeen_menu.h289 class OtherOptionsDialog : public MenuContainerDialog {
301 OtherOptionsDialog(MainMenuContainer *owner);
306 virtual ~OtherOptionsDialog();
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/worldofxeen/
H A Dworldofxeen_menu.cpp433 owner->setOwner(new OtherOptionsDialog(owner)); in handleEvents()
490 owner->setOwner(new OtherOptionsDialog(owner)); in handleEvents()
503 OtherOptionsDialog::OtherOptionsDialog(MainMenuContainer *owner) : MenuContainerDialog(owner) { in OtherOptionsDialog() function in Xeen::WorldOfXeen::OtherOptionsDialog
519 OtherOptionsDialog::~OtherOptionsDialog() { in ~OtherOptionsDialog()
525 void OtherOptionsDialog::loadButtons() { in loadButtons()
565 void OtherOptionsDialog::draw() { in draw()
576 bool OtherOptionsDialog::handleEvents() { in handleEvents()
H A Dworldofxeen_menu.h289 class OtherOptionsDialog : public MenuContainerDialog {
301 OtherOptionsDialog(MainMenuContainer *owner);
306 ~OtherOptionsDialog() override;