Home
last modified time | relevance | path

Searched refs:GUI_HoF (Results 1 – 10 of 10) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/kyra/resource/
H A Dstaticres.cpp1573 _mainMenu.item[1].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::saveMenu); in initStaticData()
1575 _mainMenu.item[2].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::deleteMenu); in initStaticData()
1577 _mainMenu.item[3].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::gameOptionsTalkie); in initStaticData()
1579 _mainMenu.item[4].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::audioOptions); in initStaticData()
1583 _mainMenu.item[6].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::resumeGame); in initStaticData()
1593 _mainMenu.item[3].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::gameOptions); in initStaticData()
1605 _gameOptions.item[2].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::toggleText); in initStaticData()
1636 _choiceMenu.item[0].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::choiceYes); in initStaticData()
1638 _choiceMenu.item[1].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::choiceNo); in initStaticData()
1653 _loadMenu.item[5].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::cancelLoadMenu); in initStaticData()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/resource/
H A Dstaticres.cpp1564 _mainMenu.item[1].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::saveMenu); in initStaticData()
1566 _mainMenu.item[2].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::deleteMenu); in initStaticData()
1568 _mainMenu.item[3].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::gameOptionsTalkie); in initStaticData()
1570 _mainMenu.item[4].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::audioOptions); in initStaticData()
1574 _mainMenu.item[6].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::resumeGame); in initStaticData()
1584 _mainMenu.item[3].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::gameOptions); in initStaticData()
1596 _gameOptions.item[2].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::toggleText); in initStaticData()
1627 _choiceMenu.item[0].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::choiceYes); in initStaticData()
1629 _choiceMenu.item[1].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::choiceNo); in initStaticData()
1644 _loadMenu.item[5].callback = BUTTON_FUNCTOR(GUI_HoF, this, &GUI_HoF::cancelLoadMenu); in initStaticData()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/gui/
H A Dgui_hof.cpp79 GUI_HoF::GUI_HoF(KyraEngine_HoF *vm) : GUI_v2(vm), _vm(vm), _screen(_vm->_screen) { in GUI_HoF() function in Kyra::GUI_HoF
664 int GUI_HoF::optionsButton(Button *button) { in optionsButton()
779 void GUI_HoF::setupPalette() { in setupPalette()
792 void GUI_HoF::restorePalette() { in restorePalette()
797 void GUI_HoF::resetState(int item) { in resetState()
837 int GUI_HoF::quitGame(Button *caller) { in quitGame()
855 int GUI_HoF::audioOptions(Button *caller) { in audioOptions()
905 int GUI_HoF::gameOptions(Button *caller) { in gameOptions()
1009 void GUI_HoF::setupOptionsButtons() { in setupOptionsButtons()
1038 int GUI_HoF::sliderHandler(Button *caller) { in sliderHandler()
[all …]
H A Dgui_hof.h33 class GUI_HoF : public GUI_v2 {
36 GUI_HoF(KyraEngine_HoF *engine);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/gui/
H A Dgui_hof.cpp79 GUI_HoF::GUI_HoF(KyraEngine_HoF *vm) : GUI_v2(vm), _vm(vm), _screen(_vm->_screen) { in GUI_HoF() function in Kyra::GUI_HoF
107 char *GUI_HoF::getTableString(int id) { in getTableString()
645 int GUI_HoF::optionsButton(Button *button) { in optionsButton()
760 void GUI_HoF::setupPalette() { in setupPalette()
773 void GUI_HoF::restorePalette() { in restorePalette()
778 void GUI_HoF::resetState(int item) { in resetState()
818 int GUI_HoF::quitGame(Button *caller) { in quitGame()
836 int GUI_HoF::audioOptions(Button *caller) { in audioOptions()
886 int GUI_HoF::gameOptions(Button *caller) { in gameOptions()
992 void GUI_HoF::setupOptionsButtons() { in setupOptionsButtons()
[all …]
H A Dgui_hof.h33 class GUI_HoF : public GUI_v2 {
36 GUI_HoF(KyraEngine_HoF *engine);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dkyra_hof.h48 friend class GUI_HoF; variable
264 GUI_HoF *_gui;
H A Dkyra_hof.cpp188 _gui = new GUI_HoF(this); in init()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dkyra_hof.h48 friend class GUI_HoF; variable
264 GUI_HoF *_gui;
H A Dkyra_hof.cpp185 _gui = new GUI_HoF(this); in init()