Home
last modified time | relevance | path

Searched refs:GetActiveChatPanel (Results 1 – 9 of 9) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/
H A Dmainchattab.cpp95 ChatPanel* MainChatTab::GetActiveChatPanel() in GetActiveChatPanel() function in MainChatTab
332 GetActiveChatPanel()->SetIconIndex( 2 ); in OnTabsChanged()
337 GetActiveChatPanel()->SetIconIndex( 3 ); in OnTabsChanged()
342 GetActiveChatPanel()->SetIconIndex( 1 ); in OnTabsChanged()
352 GetActiveChatPanel()->FocusInputBox(); in OnTabsChanged()
H A Dmainwindow.cpp407 ChatPanel* MainWindow::GetActiveChatPanel() in GetActiveChatPanel() function in MainWindow
410 if ( index == PAGE_CHAT ) return m_chat_tab->GetActiveChatPanel(); in GetActiveChatPanel()
412 if ( index == PAGE_JOIN ) return m_join_tab->GetActiveChatPanel(); in GetActiveChatPanel()
612 ChatPanel* panel = ui().GetActiveChatPanel(); //set input focus to edit field on tab change in OnTabsChanged()
696 wxWindow* active_chat_tab = static_cast<wxWindow*> ( m_chat_tab->GetActiveChatPanel() ); in LoadPerspectives()
H A Dmainchattab.h24 ChatPanel* GetActiveChatPanel();
H A Dui.cpp102 ChatPanel* Ui::GetActiveChatPanel() in GetActiveChatPanel() function in Ui
104 return mw().GetActiveChatPanel(); in GetActiveChatPanel()
425 ChatPanel* panel = GetActiveChatPanel(); in ConsoleHelp()
755 ChatPanel* panel = GetActiveChatPanel(); in OnChannelList()
830 ChatPanel* activepanel = mw().GetChatTab().GetActiveChatPanel(); in OnServerMessage()
H A Dmainwindow.h110 ChatPanel* GetActiveChatPanel();
H A Dui.h46 ChatPanel* GetActiveChatPanel();
H A Dchatpanel.cpp581 bool inactive = ui().GetActiveChatPanel() != this || !wxTheApp->IsActive() ; in Said()
608 if ( m_type == CPT_User && ( ui().GetActiveChatPanel() != this || !wxTheApp->IsActive() ) ) { in DidAction()
1092 if ( ui().GetActiveChatPanel() != this && m_chat_tabs && !IsShownOnScreen() ) { in SetIconHighlight()
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dmainjoinbattletab.h32 ChatPanel* GetActiveChatPanel();
H A Dmainjoinbattletab.cpp85 ChatPanel* MainJoinBattleTab::GetActiveChatPanel() in GetActiveChatPanel() function in MainJoinBattleTab