| addHintToItemByCVar(std::string &sHint, const PGEcfgVariable &cvar) | proofps_dd::GUI | privatestatic |
| calcContentStartY(const float &fContentHeight, const float &fRemainingSpaceY) | proofps_dd::GUI | privatestatic |
| calculatePlayerNameColWidthAndTableWidthPixels(float &fTableWidthPixels, float &fPlayerNameColWidthPixels, float fPlayerNameColReqWidthPixels, const float &fTableColIndentPixels, const float &fColsTotalWidthAfterPlayerNameCol) | proofps_dd::GUI | privatestatic |
| calculatePlayersTableGeometry(const std::vector< const char * > &vecHeaderLabels, const float &fTableColIndentPixels, std::vector< float > &vecColumnWidthsPixels, float &fTableStartPosX, float &fTableWidthPixels, float &fPlayerNameColWidthPixels, float &fTableHeightPixels) | proofps_dd::GUI | privatestatic |
| CbColumnLoopForPlayerFunc typedef | proofps_dd::GUI | private |
| CbIsPlayerValidForCurrentRowFunc typedef | proofps_dd::GUI | private |
| CVAR_GUI_MAINMENU | proofps_dd::GUI | static |
| drawAboutMenu(const float &fRemainingSpaceY) | proofps_dd::GUI | privatestatic |
| drawAllPlayersDebugDataServer(const int &nYPosBiasToMinimapBottom) | proofps_dd::GUI | privatestatic |
| drawAllPlayersDebugDataTableServer_columnLoopForPlayer(const proofps_dd::PlayersTableRow &player, const std::vector< const char * > &vecHeaderLabels, const int &iColNetworkDataStart) | proofps_dd::GUI | privatestatic |
| drawClientConnectionDebugInfo(float fThisRowY) | proofps_dd::GUI | privatestatic |
| drawCreateGameMenu(const float &fRemainingSpaceY) | proofps_dd::GUI | privatestatic |
| drawCreateGameServerMapSelection() | proofps_dd::GUI | privatestatic |
| drawCurrentPlayerInfo(const proofps_dd::Player &player) | proofps_dd::GUI | privatestatic |
| drawDearImGuiCb() | proofps_dd::GUI | privatestatic |
| drawFragTable(const std::string &sCaption, const float &fStartPosY, const std::vector< const char * > &vecHeaderLabels, const int &iColNetworkDataStart) | proofps_dd::GUI | privatestatic |
| drawFragTable_columnLoopForPlayer(const proofps_dd::PlayersTableRow &player, const std::vector< const char * > &vecHeaderLabels, const int &iColNetworkDataStart) | proofps_dd::GUI | privatestatic |
| drawGameInfoPages() | proofps_dd::GUI | privatestatic |
| drawGameObjectives(const int &nYPosBiasToMinimapBottom) | proofps_dd::GUI | privatestatic |
| drawGameObjectivesClient(const std::string &sCaption, const float &fStartPosY) | proofps_dd::GUI | privatestatic |
| drawGameObjectivesServer(const std::string &sCaption, const float &fStartPosY) | proofps_dd::GUI | privatestatic |
| drawGameServerConfig(const int &nYPosBiasToMinimapBottom) | proofps_dd::GUI | privatestatic |
| drawInGameMenu(const std::map< pge_network::PgeNetworkConnectionHandle, proofps_dd::Player >::iterator &itCurrentPlayer) | proofps_dd::GUI | privatestatic |
| drawInGameServerAdminMenu() | proofps_dd::GUI | privatestatic |
| drawInGameWelcomeTeamSelectSpectatorMenu(const std::map< pge_network::PgeNetworkConnectionHandle, proofps_dd::Player >::iterator &itCurrentPlayer) | proofps_dd::GUI | privatestatic |
| drawJoinGameMenu(const float &fRemainingSpaceY) | proofps_dd::GUI | privatestatic |
| drawMainMenu(const float &fRemainingSpaceY) | proofps_dd::GUI | privatestatic |
| drawPlayerNameInputBox() | proofps_dd::GUI | privatestatic |
| drawPlayersTable(const std::vector< const char * > &vecHeaderLabels, const float &fTableColIndentPixels, const std::vector< float > &vecColumnWidthsPixels, const float &fTableStartPosX, const float &fTableWidthPixels, const float &fPlayerNameColWidthPixels, const float &fTableHeightPixels, const int &iColNetworkDataStart, CbIsPlayerValidForCurrentRowFunc cbIsPlayerValidForCurrentRowFunc, CbColumnLoopForPlayerFunc cbColumnLoopForPlayerFunc) | proofps_dd::GUI | privatestatic |
| drawRespawnTimer() | proofps_dd::GUI | privatestatic |
| drawSettingsMenu(const float &fRemainingSpaceY) | proofps_dd::GUI | privatestatic |
| drawSpectatorMode(const proofps_dd::Player &player) | proofps_dd::GUI | privatestatic |
| drawTabCreateGameServerSettings() | proofps_dd::GUI | privatestatic |
| drawTabCreateGameServerTweaks() | proofps_dd::GUI | privatestatic |
| drawTableCaption(const std::string &sTableCaption, const float &fStartPosY, const float &fTableStartPosX, const float &fTableWidthPixels) | proofps_dd::GUI | privatestatic |
| drawTableCaptionColored(const std::string &sTableCaption, const float &fStartPosY, const float &fTableStartPosX, const float &fTableWidthPixels, const ImVec4 &color) | proofps_dd::GUI | privatestatic |
| drawTabMiscSettings() | proofps_dd::GUI | privatestatic |
| drawTabWeaponSettings() | proofps_dd::GUI | privatestatic |
| drawText(const float &fImGuiX, const float &fImGuiY, const std::string &text) | proofps_dd::GUI | privatestatic |
| drawTextHighlighted(const float &fImGuiX, const float &fImGuiY, const std::string &text) | proofps_dd::GUI | privatestatic |
| drawTextShadowed(const float &fImGuiX, const float &fImGuiY, const std::string &text) | proofps_dd::GUI | privatestatic |
| drawWindowForMainMenu() | proofps_dd::GUI | privatestatic |
| drawXHairAboveText() | proofps_dd::GUI | privatestatic |
| drawXHairHoverText() | proofps_dd::GUI | privatestatic |
| fastForwardRespawnTimer(std::chrono::milliseconds::rep byMillisecs) | proofps_dd::GUI | |
| GameInfoPage enum name | proofps_dd::GUI | |
| getConsole() | proofps_dd::GUI | static |
| getDearImGui2DposXforCenteredText(const std::string &text, const float &fImGuiX) | proofps_dd::GUI | privatestatic |
| getDearImGui2DposXforRightAdjustedText(const std::string &text, const float &fImGuiX) | proofps_dd::GUI | privatestatic |
| getDearImGui2DposXforTableCurrentCellCenteredText(const std::string &text) | proofps_dd::GUI | privatestatic |
| getDearImGui2DposXforTableCurrentCellRightAdjustedText(const std::string &text) | proofps_dd::GUI | privatestatic |
| getDearImGui2DposXforWindowCenteredText(const std::string &text) | proofps_dd::GUI | privatestatic |
| getDearImGui2DposXFromPure2DposX(const float &fPureX) | proofps_dd::GUI | privatestatic |
| getDearImGui2DposYFromPure2DposY(const float &fPureY) | proofps_dd::GUI | privatestatic |
| getDeathKillEvents() | proofps_dd::GUI | |
| getGuiInstance(PGE &pge, proofps_dd::CameraHandling &camera, proofps_dd::Config &config, proofps_dd::Maps &maps, proofps_dd::Networking &networking, std::map< pge_network::PgeNetworkConnectionHandle, proofps_dd::Player > &mapPlayers, const PgeObjectPool< proofps_dd::Smoke > &smokes) | proofps_dd::GUI | static |
| getImVec4fromPureColor(const PureColor &pureColor) | proofps_dd::GUI | static |
| getInGameMenuState() const | proofps_dd::GUI | |
| getItemPickupEvents() | proofps_dd::GUI | |
| getLoggerModuleName() | proofps_dd::GUI | static |
| getMainMenuState() const | proofps_dd::GUI | |
| getMinimap() | proofps_dd::GUI | |
| getPlayerAmmoChangeEvents() | proofps_dd::GUI | |
| getPlayerApChangeEvents() | proofps_dd::GUI | |
| getPlayerHpChangeEvents() | proofps_dd::GUI | |
| getPlayerInventoryChangeEvents() | proofps_dd::GUI | |
| getServerEvents() | proofps_dd::GUI | |
| getSlidingProof88Laugh() | proofps_dd::GUI | |
| getXHair() | proofps_dd::GUI | |
| GUI() | proofps_dd::GUI | private |
| GUI(const GUI &)=delete | proofps_dd::GUI | private |
| GUI(GUI &&)=delete | proofps_dd::GUI | private |
| handleEnterSpectatorMode(const proofps_dd::Player &player) | proofps_dd::GUI | privatestatic |
| handleExitSpectatorMode(const proofps_dd::Player &player) | proofps_dd::GUI | privatestatic |
| handleSpectatorMode(const proofps_dd::Player &player) | proofps_dd::GUI | privatestatic |
| hideBgWithLogo() | proofps_dd::GUI | static |
| hideGameObjectives() | proofps_dd::GUI | static |
| hideInGameMenu() | proofps_dd::GUI | static |
| hideLoadingScreen() | proofps_dd::GUI | static |
| hideRespawnTimer() | proofps_dd::GUI | |
| ImGuiTextTableCurrentCellCentered(const std::string &text) | proofps_dd::GUI | privatestatic |
| ImGuiTextTableCurrentCellRightAdjusted(const std::string &text) | proofps_dd::GUI | privatestatic |
| ImGuiTextTableCurrentCellShortenedFit(const std::string &text, size_t nAppendLastNChars=0) | proofps_dd::GUI | privatestatic |
| InGameMenuState enum name | proofps_dd::GUI | |
| initialize() | proofps_dd::GUI | |
| isLoadingScreenVisible() | proofps_dd::GUI | static |
| m_bShowHealthAndArmor | proofps_dd::GUI | privatestatic |
| m_bShowRespawnTimer | proofps_dd::GUI | privatestatic |
| m_cbServerHardRestartGame | proofps_dd::GUI | privatestatic |
| m_cbServerSoftRestartGame | proofps_dd::GUI | privatestatic |
| m_colorRespawnTimerExtraText | proofps_dd::GUI | privatestatic |
| m_currentMenuInInGameMenu | proofps_dd::GUI | privatestatic |
| m_currentMenuInMainMenu | proofps_dd::GUI | privatestatic |
| m_fFontSizePxHudGeneralScaled | proofps_dd::GUI | privatestatic |
| m_gameInfoPageCurrent | proofps_dd::GUI | privatestatic |
| m_pCamera | proofps_dd::GUI | privatestatic |
| m_pConfig | proofps_dd::GUI | privatestatic |
| m_pEventsDeathKill | proofps_dd::GUI | privatestatic |
| m_pEventsItemPickup | proofps_dd::GUI | privatestatic |
| m_pEventsPlayerAmmoChange | proofps_dd::GUI | privatestatic |
| m_pEventsPlayerApChange | proofps_dd::GUI | privatestatic |
| m_pEventsPlayerHpChange | proofps_dd::GUI | privatestatic |
| m_pEventsPlayerInventoryChange | proofps_dd::GUI | privatestatic |
| m_pEventsServer | proofps_dd::GUI | privatestatic |
| m_pImFontFragTableNonScaled | proofps_dd::GUI | privatestatic |
| m_pImFontHudGeneralScaled | proofps_dd::GUI | privatestatic |
| m_pMapPlayers | proofps_dd::GUI | privatestatic |
| m_pMaps | proofps_dd::GUI | privatestatic |
| m_pMinimap | proofps_dd::GUI | privatestatic |
| m_pNetworking | proofps_dd::GUI | privatestatic |
| m_pObjLoadingScreenBg | proofps_dd::GUI | privatestatic |
| m_pObjLoadingScreenLogoImg | proofps_dd::GUI | privatestatic |
| m_pPge | proofps_dd::GUI | privatestatic |
| m_pSlidingProof88Laugh | proofps_dd::GUI | privatestatic |
| m_pSmokes | proofps_dd::GUI | privatestatic |
| m_pXHair | proofps_dd::GUI | privatestatic |
| m_sAvailableMapsListForForceSelectComboBox | proofps_dd::GUI | privatestatic |
| m_sRespawnTimerExtraText | proofps_dd::GUI | privatestatic |
| m_sRespawnTimerExtraText2 | proofps_dd::GUI | privatestatic |
| m_timePlayerDied | proofps_dd::GUI | privatestatic |
| MainMenuState enum name | proofps_dd::GUI | |
| operator=(const GUI &)=delete | proofps_dd::GUI | private |
| operator=(GUI &&)=delete | proofps_dd::GUI | private |
| resetMenuStates(bool bExitingFromGameSession) | proofps_dd::GUI | |
| ServerRestartGameCallback typedef | proofps_dd::GUI | |
| setServerHardRestartGameCallback(ServerRestartGameCallback cb) | proofps_dd::GUI | static |
| setServerSoftRestartGameCallback(ServerRestartGameCallback cb) | proofps_dd::GUI | static |
| showAndLoopGameInfoPages() | proofps_dd::GUI | static |
| showBgWithLogo() | proofps_dd::GUI | static |
| showConfigApplyAndRestartDialogBox(PGEcfgVariable &cvar, const std::string &sPopupId) | proofps_dd::GUI | privatestatic |
| showGameObjectives() | proofps_dd::GUI | static |
| showHideInGameServerAdminMenu() | proofps_dd::GUI | static |
| showHideInGameTeamSelectMenu() | proofps_dd::GUI | static |
| showInGameTeamSelectMenu() | proofps_dd::GUI | static |
| showLoadingScreen(int nProgress, const std::string &sMapFilename) | proofps_dd::GUI | static |
| showMandatoryGameModeConfigMenu() | proofps_dd::GUI | static |
| showMandatoryGameModeConfigMenuOnlyIfGameModeIsNotYetConfiguredForCurrentPlayer() | proofps_dd::GUI | static |
| showRespawnTimer(const Player *const pKillerPlayer) | proofps_dd::GUI | |
| shutdown() | proofps_dd::GUI | |
| textForNextFrame(const std::string &s, int nPureX, int nPureY) | proofps_dd::GUI | static |
| textPermanent(const std::string &s, int nPureX, int nPureY) | proofps_dd::GUI | static |
| updateDeathKillEvents() | proofps_dd::GUI | privatestatic |
| updateItemPickupEvents() | proofps_dd::GUI | privatestatic |
| updateNonDearImGuiElements() | proofps_dd::GUI | |
| updatePlayerAmmoChangeEvents() | proofps_dd::GUI | privatestatic |
| updatePlayerApChangeEvents() | proofps_dd::GUI | privatestatic |
| updatePlayerHpChangeEvents() | proofps_dd::GUI | privatestatic |
| updatePlayerInventoryChangeEvents() | proofps_dd::GUI | privatestatic |
| updateServerEvents() | proofps_dd::GUI | privatestatic |
| updateXHair() | proofps_dd::GUI | privatestatic |
| ~GUI() | proofps_dd::GUI | private |