Home
last modified time | relevance | path

Searched refs:chatWindow (Results 1 – 25 of 66) sorted by relevance

123

/dports/polish/kadu/kadu-4.3/kadu-core/gui/windows/chat-window/
H A Dwindow-chat-widget-container-handler.cpp66 if (!chatWindow) in addChat()
69 if (!chatWindow) in addChat()
79 chatWindow->showMinimized(); in addChat()
82 chatWindow->show(); in addChat()
87 qApp->alert(chatWindow); in addChat()
98 chatWindow->deleteLater(); in removeChat()
107 return chatWindow ? chatWindow->isChatWidgetActive(chatWidget) : false; in isChatWidgetActive()
116 if (chatWindow) in tryActivateChatWidget()
126 if (chatWindow) in tryMinimizeChatWidget()
127 chatWindow->showMinimized(); in tryMinimizeChatWidget()
[all …]
H A Dchat-window-repository.cpp57 void ChatWindowRepository::addChatWindow(ChatWindow *chatWindow) in addChatWindow() argument
59 if (!chatWindow || hasWindowForChat(chatWindow->chat())) in addChatWindow()
62 m_windows.insert(std::make_pair(chatWindow->chat(), chatWindow)); in addChatWindow()
63 …connect(chatWindow, SIGNAL(windowDestroyed(ChatWindow*)), this, SLOT(removeChatWindow(ChatWindow*)… in addChatWindow()
66 void ChatWindowRepository::removeChatWindow(ChatWindow *chatWindow) in removeChatWindow() argument
68 if (!chatWindow || !hasWindowForChat(chatWindow->chat())) in removeChatWindow()
71 m_windows.erase(chatWindow->chat()); in removeChatWindow()
H A Dchat-window-repository.h94 void addChatWindow(ChatWindow *chatWindow);
101 void removeChatWindow(ChatWindow *chatWindow);
H A Dchat-window.h56 void activated(ChatWindow *chatWindow);
57 void windowDestroyed(ChatWindow *chatWindow);
/dports/games/manaplus/manaplus-2.1.3.17/src/progs/manaplus/actions/
H A Dchat.cpp135 return chatWindow != nullptr ? chatWindow->requestChatFocus() : false; in impHandler0()
140 if (chatWindow != nullptr) in impHandler0()
142 chatWindow->prevTab(); in impHandler0()
150 if (chatWindow != nullptr) in impHandler0()
152 chatWindow->nextTab(); in impHandler0()
160 if (chatWindow != nullptr) in impHandler0()
162 chatWindow->closeTab(); in impHandler0()
170 if (chatWindow != nullptr) in impHandler0()
181 if (chatWindow != nullptr) in impHandler0()
192 if ((chatWindow != nullptr) && chatWindow->isWindowVisible()) in impHandler0()
[all …]
H A Dcommands.cpp315 if (chatWindow == nullptr) in impHandler()
352 if (chatWindow != nullptr) in impHandler0()
354 chatWindow->doPresent(); in impHandler0()
770 if (chatWindow != nullptr) in impHandler()
772 chatWindow->saveState(); in impHandler()
784 if (chatWindow != nullptr) in impHandler()
786 chatWindow->saveState(); in impHandler()
798 if (chatWindow != nullptr) in impHandler()
812 if (chatWindow != nullptr) in impHandler()
826 if (chatWindow != nullptr) in impHandler()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/net/tmwa/
H A Dchatrecv.cpp78 if (chatWindow != nullptr) in processChatContinue()
80 allow = chatWindow->resortChatLog(chatMsg, in processChatContinue()
136 chatWindow != nullptr) in processGmChat()
139 chatWindow->addGlobalMessage(chatMsg); in processGmChat()
278 else if (chatWindow != nullptr) in processWhisperContinue()
285 else if (chatWindow != nullptr) in processWhisperContinue()
287 chatWindow->addWhisper(nick, in processWhisperContinue()
294 if (chatWindow != nullptr && in processWhisperContinue()
299 chatWindow->addWhisper(nick, in processWhisperContinue()
394 (chatWindow != nullptr)) in processBeingChat()
[all …]
H A Dbuysellhandler.cpp70 if (chatWindow != nullptr) in requestSellList()
71 chatWindow->addWhisper(nick, data, ChatMsgType::BY_PLAYER); in requestSellList()
89 if (chatWindow != nullptr) in requestBuyList()
90 chatWindow->addWhisper(nick, data, ChatMsgType::BY_PLAYER); in requestBuyList()
98 if ((chatWindow == nullptr) || nick.empty() || (item == nullptr) || in sendBuyRequest()
109 chatWindow->addWhisper(nick, data, ChatMsgType::BY_PLAYER); in sendBuyRequest()
116 if ((chatWindow == nullptr) || nick.empty() || (item == nullptr) || in sendSellRequest()
128 chatWindow->addWhisper(nick, data, ChatMsgType::BY_PLAYER); in sendSellRequest()
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DClient_NetHandler.cpp87 chatWindow->TeamColorMessage(world->GetTeam(teamId).name, teamId); in TeamCapturedTerritory()
94 chatWindow->AddMessage(msg); in TeamCapturedTerritory()
126 std::string otherTeamName = chatWindow->TeamColorMessage( in PlayerCapturedIntel()
129 chatWindow->AddMessage(msg); in PlayerCapturedIntel()
157 std::string otherTeamName = chatWindow->TeamColorMessage( in PlayerPickedIntel()
160 chatWindow->AddMessage(msg); in PlayerPickedIntel()
182 std::string otherTeamName = chatWindow->TeamColorMessage( in PlayerDropIntel()
185 chatWindow->AddMessage(msg); in PlayerDropIntel()
251 chatWindow->AddMessage(msg); in PlayerLeaving()
278 chatWindow->AddMessage(msg); in PlayerJoinedTeam()
[all …]
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/app/
H A Demoticon-text-edit-action.cpp33 EmoticonTextEditActionPrivate( ChatWindow *chatWindow ) { in EmoticonTextEditActionPrivate() argument
35 selector = new EmoticonTextEditSelector( chatWindow , emoticonMenu ); in EmoticonTextEditActionPrivate()
50 EmoticonTextEditAction::EmoticonTextEditAction( ChatWindow * chatWindow ) in EmoticonTextEditAction() argument
51 …: KActionMenu( i18n( "Add Smiley" ), chatWindow ), d( new EmoticonTextEditActionPrivate( chatWindo… in EmoticonTextEditAction()
H A Demoticon-text-edit-selector.cpp66 ChatWindow *chatWindow; member in EmoticonTextEditSelector::EmoticonTextEditSelectorPrivate
69 EmoticonTextEditSelector::EmoticonTextEditSelector( ChatWindow *chatWindow, QWidget * parent ) in EmoticonTextEditSelector() argument
72 d->chatWindow = chatWindow; in EmoticonTextEditSelector()
97 Tp::AccountPtr currentAccount = d->chatWindow->getCurrentTab()->account(); in slotCreateEmoticonList()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/eathena/
H A Dchatrecv.cpp284 if (chatWindow != nullptr) in processChatContinue()
322 if (chatWindow != nullptr) in processGmChat()
335 if (chatWindow != nullptr) in processGmChat2()
440 chatWindow->joinRoom(true); in processChatRoomJoinAck()
476 if (chatWindow != nullptr) in processChatRoomLeave()
477 chatWindow->joinRoom(false); in processChatRoomLeave()
493 if (chatWindow == nullptr) in processJoinChannel()
539 chatWindow->addWhisper(nick, in processWhisperContinue()
598 allow = chatWindow->resortChatLog( in processBeingChat()
624 chatWindow->joinRoom(true); in processChatRoomCreateAck()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/tabs/chat/
H A Dchattab.cpp89 if (chatWindow != nullptr) in ChatTab()
97 if (chatWindow != nullptr) in ChatTab()
98 chatWindow->addTab(this); in ChatTab()
104 if (chatWindow != nullptr) in ~ChatTab()
105 chatWindow->removeTab(this); in ~ChatTab()
299 chatWindow->addToAwayLog(line); in chatLog()
324 if (chatWindow != nullptr && in chatLog()
337 if (chatWindow != nullptr && in chatLog()
352 if (chatWindow != nullptr) in chatLog()
353 chatWindow->unHideWindow(); in chatLog()
[all …]
H A Dchanneltab.cpp43 if (chatWindow != nullptr) in ~ChannelTab()
44 chatWindow->removeChannel(mChannelName); in ~ChannelTab()
63 if (chatWindow != nullptr) in handleCommand()
64 chatWindow->defaultTab(); in handleCommand()
H A Dwhispertab.cpp49 if (chatWindow != nullptr) in ~WhisperTab()
50 chatWindow->removeWhisper(mNick); in ~WhisperTab()
102 if (chatWindow != nullptr) in handleCommand()
103 chatWindow->defaultTab(); in handleCommand()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/ea/
H A Dchatrecv.cpp91 if (chatWindow != nullptr) in processWhisperResponseContinue()
93 chatWindow->addWhisper(nick, in processWhisperResponseContinue()
101 if (chatWindow != nullptr) in processWhisperResponseContinue()
103 chatWindow->addWhisper(nick, in processWhisperResponseContinue()
111 if (chatWindow != nullptr) in processWhisperResponseContinue()
113 chatWindow->addWhisper(nick, in processWhisperResponseContinue()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchat.c101 if (PRTGIF || noChatWindow || chatWindow == None) return; in RedrawChatWindow()
110 TgDrawThreeDButton(mainDisplay, chatWindow, textMenuGC, &bbox, in RedrawChatWindow()
114 XDrawRectangle(mainDisplay, chatWindow, nameGC, 0, 0, in RedrawChatWindow()
144 XMoveResizeWindow(mainDisplay, chatWindow, x, y, w, h);
274 if (PRTGIF || noChatWindow || chatWindow == None) return;
282 if (input->xany.window == chatWindow) {
411 if (chatWindow == None) return FALSE;
413 if (input->xany.window == chatWindow) return TRUE;
648 gstChatInfo.btn_ctl[CHAT_BTN_AUTO] = CreateTdgtBtn(chatWindow, NULL, in CreateChatSubWindows()
658 gstChatInfo.btn_ctl[CHAT_BTN_BOLD] = CreateTdgtBtn(chatWindow, NULL, in CreateChatSubWindows()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/
H A Dwindowmanager.cpp137 if (chatWindow != nullptr) in createWindows()
139 chatWindow->scheduleDelete(); in createWindows()
140 chatWindow = nullptr; in createWindows()
142 CREATEWIDGETV(chatWindow, ChatWindow, in createWindows()
145 debugChatTab = new ChatTab(chatWindow, _("Debug"), "", in createWindows()
148 chatWindow->setVisible(Visible_false); in createWindows()
198 delete2(chatWindow) in deleteWindows()
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dgame.cpp208 if (chatWindow != nullptr) in createGuiWindows()
210 chatWindow->scheduleDelete(); in createGuiWindows()
211 chatWindow = nullptr; in createGuiWindows()
213 CREATEWIDGETV(chatWindow, ChatWindow, in createGuiWindows()
324 battleChatTab = new BattleTab(chatWindow); in createGuiWindows()
332 chatWindow->showGMTab(); in createGuiWindows()
334 chatWindow->loadState(); in createGuiWindows()
375 delete2(chatWindow) in destroyGuiWindows()
459 chatWindow->postConnection(); in Game()
930 if ((chatWindow != nullptr) && in handleMove()
[all …]
H A Dspellmanager.cpp184 if ((chatWindow == nullptr) || (spell == nullptr)) in invokeSpell()
186 chatWindow->localChatInput(parseCommand(spell->getCommand(), nullptr)); in invokeSpell()
192 if (chatWindow == nullptr || in invokeSpell()
198 chatWindow->localChatInput(parseCommand(spell->getCommand(), target)); in invokeSpell()
204 if (chatWindow == nullptr) in invokeCommand()
206 chatWindow->localChatInput(parseCommand(command, target)); in invokeCommand()
H A Dgamemodifiers.cpp437 if (chatWindow != nullptr) in changeAwayMode()
438 chatWindow->clearAwayLog(); in changeAwayMode()
464 if (chatWindow != nullptr) in changeAwayMode()
466 chatWindow->displayAwayLog(); in changeAwayMode()
467 chatWindow->clearAwayLog(); in changeAwayMode()
/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dhighlight.cpp94 for (QString& chatWindow : m_chatWindowList) { in setChatWindows()
95 chatWindow = chatWindow.trimmed(); in setChatWindows()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/tabs/
H A Dsetup_chat.cpp373 if (chatWindow != nullptr) in apply()
375 chatWindow->adjustTabSize(); in apply()
376 chatWindow->parseHighlights(); in apply()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dchatinput.h65 if (chatWindow != nullptr) in A_DELETE_COPY()
66 chatWindow->updateVisibility(); in A_DELETE_COPY()
/dports/net-im/ricochet/ricochet-1.1.4/src/ui/qml/
H A DChatWindow.qml7 id: chatWindow
50 onTriggered: chatWindow.close()

123