Home
last modified time | relevance | path

Searched refs:ShowModalDlg (Results 1 – 8 of 8) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4FileSelDlg.cpp430 if ((fResult = pOnScreen->ShowModalDlg(pDlg, false))) in SelectDefinitions()
637 if ((fResult = pOnScreen->ShowModalDlg(pDlg, false))) in SelectPortrait()
H A DC4StartupMainDlg.cpp337 GetScreen()->ShowModalDlg(pDlg=new C4StartupPlrPropertiesDlg(nullptr, nullptr), true); in OnShown()
H A DC4GuiDialogs.cpp1052 …return ShowModalDlg(new MessageDialog(szMessage, szCaption, dwButtons, icoIcon, MessageDialog::dsR… in ShowMessageModal()
1065 bool Screen::ShowModalDlg(Dialog *pDlg, bool fDestruct) in ShowModalDlg() function in C4GUI::Screen
H A DC4StartupOptionsDlg.cpp271 bool success = GetScreen()->ShowModalDlg(dlg, false); in MouseInput()
1176 if (!pScreen->ShowModalDlg(pConfirmDlg, true)) in TryNewResolution()
H A DC4StartupPlrSelDlg.cpp1465 GetScreen()->ShowModalDlg(new C4StartupPlrColorPickerDlg(&C4P)); in OnClrChangeCustom()
H A DC4Gui.h2644 …bool ShowModalDlg(Dialog *pDlg, bool fDestruct=true); // show any dialog modal and destruct it aft…
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4League.cpp667 bool fResult = ::pGUI->ShowModalDlg(pDlg, false); in ShowModal()
H A DC4Network2.cpp790 if (!::pGUI->ShowModalDlg(pInputDlg, false)) in QueryClientPassword()