Home
last modified time | relevance | path

Searched refs:GetGui (Results 1 – 19 of 19) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dclientstate.cpp1661 client->GetGui().refreshPot(); in InternalHandlePacket()
1833 client->GetGui().refreshPot(); in InternalHandlePacket()
1834 client->GetGui().refreshSet(); in InternalHandlePacket()
1888 client->GetGui().refreshPot(); in InternalHandlePacket()
1889 client->GetGui().refreshSet(); in InternalHandlePacket()
1905 client->GetGui().refreshPot(); in InternalHandlePacket()
1906 client->GetGui().refreshSet(); in InternalHandlePacket()
1922 client->GetGui().refreshPot(); in InternalHandlePacket()
1923 client->GetGui().refreshSet(); in InternalHandlePacket()
1956 client->GetGui().refreshPot(); in InternalHandlePacket()
[all …]
H A Dservermanager.cpp87 …eptInterface> tcpAcceptHelper(new ServerAcceptHelper<boost::asio::ip::tcp>(GetGui(), m_ioService)); in Init()
99 new ServerAcceptWebHelper(GetGui(), m_ioService, webSocketResource, webSocketOrigin)); in Init()
H A Dclientthread.cpp535 ClientThread::GetGui() in GetGui() function in ClientThread
647 GetGui().initGui(minimumGuiSpeed); in InitGame()
895 GetGui().setPlayerAvatar(playerId, GetQtToolsInterface().stringToUtf8(fileName)); in PassAvatarFileToManager()
1527 GetGui().startVoteOnKick(kickPlayerId, proposingPlayerId, timeoutSec, numVotesToKick); in StartPetition()
1530 GetGui().changeVoteOnKickButtonsState(true); in StartPetition()
1543 GetGui().refreshVotesMonitor(numVotesInFavourOfKicking, numVotesToKick); in UpdatePetition()
1556 GetGui().endVoteOnKick(); in EndPetition()
H A Dservergame.cpp344 GuiInterface &gui = GetGui(); in InternalStartGame()
1163 ServerGame::GetGui() in GetGui() function in ServerGame
H A Dserverlobbythread.cpp1390 GetGui(), in HandleNetPacketCreateGame()
2303 ServerLobbyThread::GetGui() in GetGui() function in ServerLobbyThread
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DGuiScript.cpp79 drawWin_t *win = window->GetGui()->GetDesktop()->FindChildByName(*parm); in Script_SetFocus()
95 window->GetGui()->GetDesktop()->ClearFlag( WIN_NOCURSOR ); in Script_ShowCursor()
97 window->GetGui()->GetDesktop()->SetFlag( WIN_NOCURSOR ); in Script_ShowCursor()
159 win = window->GetGui()->GetDesktop()->FindChildByName(*parm); in Script_ResetTime()
210 …common->Warning("Bad transition in gui %s in window %s\n", window->GetGui()->GetSourceFile(), wind… in Script_Transition()
480 dest = win->GetGui()->GetDesktop()->GetWinVarByName((const char*)(*str) + 1, true); in FixupParms()
509 …ndow %s in gui %s has a bad transition definition", win->GetName(), win->GetGui()->GetSourceFile()… in FixupParms()
524 …ansition does not have a valid destination var %s", win->GetName(), win->GetGui()->GetSourceFile()… in FixupParms()
H A DWinvar.cpp61 SetGuiInfo( win->GetGui()->GetStateDict(), key ); in Init()
H A DChoiceWindow.cpp392 && ( idStr::Icmp(GetGui()->GetSourceFile(), "guis/demo_mainmenu.gui") == 0 || in PostParse()
393 idStr::Icmp(GetGui()->GetSourceFile(), "guis/mainmenu.gui") == 0 ) ) in PostParse()
H A DRenderWindow.cpp98 common->Warning( "Window '%s' in gui '%s': no model set", GetName(), GetGui()->GetSourceFile() ); in PreRender()
H A DWindow.h231 idUserInterfaceLocal *GetGui() {return gui;}; in GetGui() function
H A DSimpleWindow.cpp37 gui = win->GetGui(); in idSimpleWindow()
H A DWindow.cpp1887 drawWin_t *win = GetGui()->GetDesktop()->FindChildByName(winName); in GetWinVarByName()
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/
H A DMain.cpp86 if(!CommandLineOptions::GetBenchmark() && !CommandLineOptions::GetGui()) { in main()
115 if(CommandLineOptions::GetGui()) { in main()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dservermanagerirc.h57 GuiInterface &GetGui();
H A Dservermanager.h74 GuiInterface &GetGui() in GetGui() function
H A Dservergame.h190 GuiInterface &GetGui();
H A Dclientthread.h171 GuiInterface &GetGui();
H A Dserverlobbythread.h216 GuiInterface &GetGui();
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/common/
H A DCommandLineOptions.h63 inline static bool GetGui() { return GetInstance()->m_gui; } in GetGui() function