Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameLobby.cpp202pGameOptionButtons = new C4GameOptionButtons(caBottom.GetCentered(caBottom.GetInnerWidth(), std::m… in MainDlg()
265 AddElement(pGameOptionButtons); in MainDlg()
347 pGameOptionButtons->SetCountdown(IsCountdown()); in SetCountdownState()
708 pGameOptionButtons->UpdatePasswordBtn(); in UpdatePassword()
H A DC4GameLobby.h96 C4GameOptionButtons *pGameOptionButtons; variable
H A DC4StartupScenSelDlg.h431 class C4GameOptionButtons *pGameOptionButtons; variable
H A DC4StartupScenSelDlg.cpp1493 pGameOptionButtons = new C4GameOptionButtons(caButtonArea.GetAll(), fNetwork, true, false); in C4StartupScenSelDlg()
1494 AddElement(pGameOptionButtons); in C4StartupScenSelDlg()