/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/ |
H A D | clientstate.cpp | 1661 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 D | servermanager.cpp | 87 …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 D | clientthread.cpp | 535 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 D | servergame.cpp | 344 GuiInterface &gui = GetGui(); in InternalStartGame() 1163 ServerGame::GetGui() in GetGui() function in ServerGame
|
H A D | serverlobbythread.cpp | 1390 GetGui(), in HandleNetPacketCreateGame() 2303 ServerLobbyThread::GetGui() in GetGui() function in ServerLobbyThread
|
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/ |
H A D | GuiScript.cpp | 79 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 D | Winvar.cpp | 61 SetGuiInfo( win->GetGui()->GetStateDict(), key ); in Init()
|
H A D | ChoiceWindow.cpp | 392 && ( idStr::Icmp(GetGui()->GetSourceFile(), "guis/demo_mainmenu.gui") == 0 || in PostParse() 393 idStr::Icmp(GetGui()->GetSourceFile(), "guis/mainmenu.gui") == 0 ) ) in PostParse()
|
H A D | RenderWindow.cpp | 98 common->Warning( "Window '%s' in gui '%s': no model set", GetName(), GetGui()->GetSourceFile() ); in PreRender()
|
H A D | Window.h | 231 idUserInterfaceLocal *GetGui() {return gui;}; in GetGui() function
|
H A D | SimpleWindow.cpp | 37 gui = win->GetGui(); in idSimpleWindow()
|
H A D | Window.cpp | 1887 drawWin_t *win = GetGui()->GetDesktop()->FindChildByName(winName); in GetWinVarByName()
|
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/ |
H A D | Main.cpp | 86 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 D | servermanagerirc.h | 57 GuiInterface &GetGui();
|
H A D | servermanager.h | 74 GuiInterface &GetGui() in GetGui() function
|
H A D | servergame.h | 190 GuiInterface &GetGui();
|
H A D | clientthread.h | 171 GuiInterface &GetGui();
|
H A D | serverlobbythread.h | 216 GuiInterface &GetGui();
|
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/common/ |
H A D | CommandLineOptions.h | 63 inline static bool GetGui() { return GetInstance()->m_gui; } in GetGui() function
|