Home
last modified time | relevance | path

Searched refs:actionChat (Results 1 – 6 of 6) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/gui/actions/
H A Ddelete-talkable-action.cpp84 Chat DeleteTalkableAction::actionChat(ActionContext *context) const in actionChat() function in DeleteTalkableAction
111 auto const &chat = actionChat(action->context()); in updateChatActionState()
162 const Chat &chat = actionChat(context); in chatActionTriggered()
H A Dedit-talkable-action.cpp88 Chat EditTalkableAction::actionChat(ActionContext *context) const in actionChat() function in EditTalkableAction
126 const Chat &chat = actionChat(action->context()); in updateChatActionState()
180 const Chat &chat = actionChat(context); in chatActionTriggered()
H A Ddelete-talkable-action.h57 Chat actionChat(ActionContext *context) const;
H A Dedit-talkable-action.h49 Chat actionChat(ActionContext *context) const;
/dports/polish/kadu/kadu-4.3/plugins/history/actions/
H A Dshow-history-action-description.cpp153 Chat actionChat = act ? act->context()->chat() : Chat::null; in showDaysMessages() local
158 m_historyWindowService->show(actionChat); in showDaysMessages()
165 m_historyWindowService->show(actionChat); in showDaysMessages()
/dports/net-im/kopete/kopete-21.12.3/libkopete/
H A Dkopetecontact.cpp306 QAction *actionChat = KopeteStdAction::chat(this, SLOT(startChat()), menu); in popupMenu() local
307 actionChat->setEnabled(reach && !myself); in popupMenu()
308 menu->addAction(actionChat); in popupMenu()