Home
last modified time | relevance | path

Searched refs:GetDisplayOptionBox (Results 1 – 3 of 3) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_dialogue_supervisor.cpp236 _dialogue_window.GetDisplayOptionBox().Update(); in _UpdateOptions()
240 _dialogue_window.GetDisplayOptionBox().InputConfirm(); in _UpdateOptions()
246 _dialogue_window.GetDisplayOptionBox().InputUp(); in _UpdateOptions()
250 _dialogue_window.GetDisplayOptionBox().InputDown(); in _UpdateOptions()
305 _dialogue_window.GetDisplayOptionBox().AddOption(_current_options->GetOptionText(i)); in _BeginLine()
307 _dialogue_window.GetDisplayOptionBox().SetSelection(0); in _BeginLine()
321 uint32_t selected_option = _dialogue_window.GetDisplayOptionBox().GetSelection(); in _EndLine()
332 uint32_t selected_option = _dialogue_window.GetDisplayOptionBox().GetSelection(); in _EndLine()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Ddialogue.cpp558 _dialogue_window.GetDisplayOptionBox().Update(); in _UpdateOptions()
562 _dialogue_window.GetDisplayOptionBox().InputConfirm(); in _UpdateOptions()
568 _dialogue_window.GetDisplayOptionBox().InputUp(); in _UpdateOptions()
573 _dialogue_window.GetDisplayOptionBox().InputDown(); in _UpdateOptions()
599 _dialogue_window.GetDisplayOptionBox().AddOption(_current_options->GetOptionText(i)); in _BeginLine()
602 _dialogue_window.GetDisplayOptionBox().SetSelection(0); in _BeginLine()
623 uint32_t selected_option = _dialogue_window.GetDisplayOptionBox().GetSelection(); in _EndLine()
H A Ddialogue.h401 vt_gui::OptionBox &GetDisplayOptionBox() { in GetDisplayOptionBox() function