Home
last modified time | relevance | path

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

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/finish/
H A Dbattle_defeat.cpp69_options_window.Create(TOP_WINDOW_WIDTH, TOP_WINDOW_HEIGHT, ~VIDEO_MENU_EDGE_BOTTOM, VIDEO_MENU_ED… in BattleDefeat()
70 _options_window.SetPosition(TOP_WINDOW_XPOS, TOP_WINDOW_YPOS); in BattleDefeat()
71 _options_window.SetAlignment(VIDEO_X_CENTER, VIDEO_Y_TOP); in BattleDefeat()
72 _options_window.Show(); in BattleDefeat()
79 _defeat_options.SetOwner(&_options_window); in BattleDefeat()
92 _confirm_options.SetOwner(&_options_window); in BattleDefeat()
117 _options_window.Destroy(); in ~BattleDefeat()
128 _options_window.Show(); in Initialize()
168 _options_window.Hide(); in Update()
219 _options_window.Draw(); in Draw()
H A Dbattle_defeat.h64 vt_gui::MenuWindow _options_window; variable
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Doptions_handler.cpp148 _options_window.Create(400.0f, 550.0f); in GameOptionsMenuHandler()
150 _options_window.Hide(); in GameOptionsMenuHandler()
168 _options_window.Destroy(); in ~GameOptionsMenuHandler()
179 _options_window.Show(); in Activate()
186 _options_window.Show(); in ShowFirstRunLanguageSelection()
220 _options_window.Hide(); in Update()
312 _options_window.Hide(); in Update()
345 _options_window.Draw(); in Draw()
1229 _options_window.Destroy(); in _ReloadGUIDefaultSkin()
1230 _options_window.Create(400.0f, 550.0f); in _ReloadGUIDefaultSkin()
[all …]
H A Doptions_handler.h170 vt_gui::MenuWindow _options_window; variable
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_finish.cpp52 _options_window.Create(512.0f, 64.0f); in FinishDefeat()
53 _options_window.SetPosition(512.0f, 60.0f); in FinishDefeat()
54 _options_window.SetAlignment(VIDEO_X_CENTER, VIDEO_Y_TOP); in FinishDefeat()
82 _options.SetOwner(&_options_window); in FinishDefeat()
125 _options_window.Draw(); in Draw()
H A Dbattle_finish.h80 hoa_gui::MenuWindow _options_window; variable
/dports/games/allacrost/allacrost-1.0.2/src/modes/boot/
H A Dboot.cpp145 _options_window.Create(300.0f, 550.0f); in BootMode()
146 _options_window.SetPosition(360.0f, 580.0f); in BootMode()
147 _options_window.SetDisplayMode(VIDEO_MENU_INSTANT); in BootMode()
148 _options_window.Hide(); in BootMode()
206 _options_window.Destroy(); in ~BootMode()
243 _options_window.Update(SystemManager->GetUpdateTime()); in Update()
415 _options_window.Hide(); in Update()
474 _options_window.Draw(); in Draw()
941 _options_window.Show(); in _OnOptions()
H A Dboot.h162 hoa_gui::MenuWindow _options_window; variable
/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Dui_gtk.h78 UI_Gtk_Window *_options_window; variable
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dui_gtk.cc450 delete _options_window; in ~UI_Gtk()
533 _options_window = new OptionsWindow("options.glade"); in init2()