Home
last modified time | relevance | path

Searched refs:SendChat (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DClientUIHelper.cpp33 ui->SendChat(text, true); in SayGlobal()
39 ui->SendChat(text, false); in SayTeam()
H A DClientUI.h47 void SendChat(const std::string &, bool isGlobal);
H A DClientUI.cpp65 void ClientUI::SendChat(const std::string &msg, bool isGlobal) { in SendChat() function in spades::client::ClientUI
68 client->net->SendChat(msg, isGlobal); in SendChat()
H A DNetClient.h164 void SendChat(std::string, bool global);
/dports/net-im/licq-qt-gui/licq-f271d55/qt-gui/src/core/
H A Dusermenu.cpp79 ADD_SEND(tr("Send &Chat Request..."), SendChat) in UserMenu()
190 mySendActions[SendChat]->setIcon(iconman->getIcon(IconManager::ChatMessageIcon)); in updateIcons()
271 mySendActions[SendChat]->setEnabled(u->isOnline()); in aboutToShowMenu()
289 mySendActions[SendChat]->setVisible(sendFuncs & Licq::ProtocolPlugin::CanSendChat); in aboutToShowMenu()
327 …mySendActions[SendChat]->setShortcut(shortcuts->getShortcut(Config::Shortcuts::MainwinUserSendChat… in aboutToShowMenu()
338 mySendActions[SendChat]->setShortcut(QKeySequence()); in aboutToShowMenu()
H A Dusermenu.h117 SendChat = ChatEvent, enumerator
/dports/net-im/licq-osd/licq-f271d55/qt-gui/src/core/
H A Dusermenu.cpp79 ADD_SEND(tr("Send &Chat Request..."), SendChat) in UserMenu()
190 mySendActions[SendChat]->setIcon(iconman->getIcon(IconManager::ChatMessageIcon)); in updateIcons()
271 mySendActions[SendChat]->setEnabled(u->isOnline()); in aboutToShowMenu()
289 mySendActions[SendChat]->setVisible(sendFuncs & Licq::ProtocolPlugin::CanSendChat); in aboutToShowMenu()
327 …mySendActions[SendChat]->setShortcut(shortcuts->getShortcut(Config::Shortcuts::MainwinUserSendChat… in aboutToShowMenu()
338 mySendActions[SendChat]->setShortcut(QKeySequence()); in aboutToShowMenu()
H A Dusermenu.h117 SendChat = ChatEvent, enumerator
/dports/net-im/licq-jabber/licq-f271d55/qt-gui/src/core/
H A Dusermenu.cpp79 ADD_SEND(tr("Send &Chat Request..."), SendChat) in UserMenu()
190 mySendActions[SendChat]->setIcon(iconman->getIcon(IconManager::ChatMessageIcon)); in updateIcons()
271 mySendActions[SendChat]->setEnabled(u->isOnline()); in aboutToShowMenu()
289 mySendActions[SendChat]->setVisible(sendFuncs & Licq::ProtocolPlugin::CanSendChat); in aboutToShowMenu()
327 …mySendActions[SendChat]->setShortcut(shortcuts->getShortcut(Config::Shortcuts::MainwinUserSendChat… in aboutToShowMenu()
338 mySendActions[SendChat]->setShortcut(QKeySequence()); in aboutToShowMenu()
H A Dusermenu.h117 SendChat = ChatEvent, enumerator
/dports/net-im/licq/licq-f271d55/qt-gui/src/core/
H A Dusermenu.cpp79 ADD_SEND(tr("Send &Chat Request..."), SendChat) in UserMenu()
190 mySendActions[SendChat]->setIcon(iconman->getIcon(IconManager::ChatMessageIcon)); in updateIcons()
271 mySendActions[SendChat]->setEnabled(u->isOnline()); in aboutToShowMenu()
289 mySendActions[SendChat]->setVisible(sendFuncs & Licq::ProtocolPlugin::CanSendChat); in aboutToShowMenu()
327 …mySendActions[SendChat]->setShortcut(shortcuts->getShortcut(Config::Shortcuts::MainwinUserSendChat… in aboutToShowMenu()
338 mySendActions[SendChat]->setShortcut(QKeySequence()); in aboutToShowMenu()
H A Dusermenu.h117 SendChat = ChatEvent, enumerator
/dports/net-im/licq-icq/licq-f271d55/qt-gui/src/core/
H A Dusermenu.cpp79 ADD_SEND(tr("Send &Chat Request..."), SendChat) in UserMenu()
190 mySendActions[SendChat]->setIcon(iconman->getIcon(IconManager::ChatMessageIcon)); in updateIcons()
271 mySendActions[SendChat]->setEnabled(u->isOnline()); in aboutToShowMenu()
289 mySendActions[SendChat]->setVisible(sendFuncs & Licq::ProtocolPlugin::CanSendChat); in aboutToShowMenu()
327 …mySendActions[SendChat]->setShortcut(shortcuts->getShortcut(Config::Shortcuts::MainwinUserSendChat… in aboutToShowMenu()
338 mySendActions[SendChat]->setShortcut(QKeySequence()); in aboutToShowMenu()
H A Dusermenu.h117 SendChat = ChatEvent, enumerator
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_chat_gui.cpp262 static void SendChat(const std::string &buf, DestType type, int dest) in SendChat() function
266 MyClient::SendChat((NetworkAction)(NETWORK_ACTION_CHAT + type), type, dest, buf, 0); in SendChat()
470 SendChat(this->message_editbox.text.buf, this->dtype, this->dest); in OnClick()
H A Dnetwork_server.h95 …NetworkRecvStatus SendChat(NetworkAction action, ClientID client_id, bool self_send, const std::st…
H A Dnetwork_server.cpp657 NetworkRecvStatus ServerNetworkGameSocketHandler::SendChat(NetworkAction action, ClientID client_id… in SendChat() function in ServerNetworkGameSocketHandler
1203 cs->SendChat(action, from_id, false, msg, data); in NetworkServerSendChat()
1220 cs->SendChat(action, (ClientID)dest, true, msg, data); in NetworkServerSendChat()
1235 cs->SendChat(action, from_id, false, msg, data); in NetworkServerSendChat()
1267 cs->SendChat(action, ci_to->client_id, true, msg, data); in NetworkServerSendChat()
1280 cs->SendChat(action, from_id, false, msg, data); in NetworkServerSendChat()
H A Dnetwork_admin.h65 …NetworkRecvStatus SendChat(NetworkAction action, DestType desttype, ClientID client_id, const std:…
H A Dnetwork_client.h91 …static NetworkRecvStatus SendChat(NetworkAction action, DestType type, int dest, const std::string…
H A Dnetwork_admin.cpp458 NetworkRecvStatus ServerNetworkAdminSocketHandler::SendChat(NetworkAction action, DestType desttype… in SendChat() function in ServerNetworkAdminSocketHandler
932 as->SendChat(action, desttype, client_id, msg, data); in NetworkAdminChat()
/dports/net-p2p/dclib/dclib-0.3.23/dclib/
H A Dcdcproto.h50 int SendChat( CString sNick, CString s );
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/
H A Dgame.h96 void SendChat(const QString & msg);
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/
H A Dgame.h96 void SendChat(const QString & msg);
/dports/security/keybase/client-v5.7.1/go/chat/flip/
H A Dflip.go74SendChat(ctx context.Context, initiatorUID gregor1.UID, ch chat1.ConversationID, gameID chat1.Flip… methodSpec
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/examples/call/
H A Dcallclient.h138 void SendChat(const std::string& to, const std::string msg);

12