Home
last modified time | relevance | path

Searched refs:OpenPrivateChat (Results 1 – 7 of 7) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/
H A Dmainwindow.h60 void OpenPrivateChat( const User& user, bool doFocus = false );
H A Dmainwindow.cpp438 void MainWindow::OpenPrivateChat( const User& user, bool doFocus ) in OpenPrivateChat() function in MainWindow
506 OpenPrivateChat( serverSelector().GetServer().GetUser( answer ), true ); in OnMenuChat()
H A Dnicklistctrl.cpp117 ui().mw().OpenPrivateChat( *user, true ); //true --> setfoucs in OnActivateItem()
H A Dui.cpp845 mw().OpenPrivateChat( user ); in OnUserSaid()
855 mw().OpenPrivateChat( user ); in OnUserSaidEx()
H A Dchatpanelmenu.cpp505 ui().mw().OpenPrivateChat( *user ); in OnUserMenuOpenChat()
/dports/irc/smuxi/smuxi-1.1/src/Engine-Twitter/Protocols/Twitter/
H A DTwitterProtocolManager.cs451 OpenPrivateChat(chat.ID); in OpenChat()
541 private ChatModel OpenPrivateChat(string userId) in OpenPrivateChat() method in Smuxi.Engine.TwitterProtocolManager
543 return OpenPrivateChat(Decimal.Parse(userId)); in OpenPrivateChat()
546 private ChatModel OpenPrivateChat(decimal userId) in OpenPrivateChat() method in Smuxi.Engine.TwitterProtocolManager
1015 var chat = OpenPrivateChat(user.Id); in CommandMessage()
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dbattleroomlistctrl.cpp894 ui().mw().OpenPrivateChat( *usr ); in OnActivateItem()