Home
last modified time | relevance | path

Searched refs:ChatWindow (Results 1 – 25 of 138) sorted by relevance

123456

/dports/irc/konversation/konversation-21.12.3/src/
H A Dnotificationhandler.h12 class ChatWindow; variable
33 void join(ChatWindow* chatWin, const QString& nick);
34 void part(ChatWindow* chatWin, const QString& nick);
35 void quit(ChatWindow* chatWin, const QString& nick);
37 void dccIncoming(ChatWindow* chatWin, const QString& fromNick);
38 void dccError(ChatWindow* chatWin, const QString& error);
41 void query(ChatWindow* chatWin, const QString& fromNick);
43 void nickOnline(ChatWindow* chatWin, const QString& nick);
44 void nickOffline(ChatWindow* chatWin, const QString& nick);
46 void dccChat(ChatWindow* chatWin, const QString& nick);
[all …]
H A Dnotificationhandler.cpp131 void NotificationHandler::queryMessage(ChatWindow* chatWin, in queryMessage()
178 void NotificationHandler::startTrayNotification(ChatWindow* chatWin) in startTrayNotification()
191 void NotificationHandler::join(ChatWindow* chatWin, const QString& nick) in join()
210 void NotificationHandler::part(ChatWindow* chatWin, const QString& nick) in part()
229 void NotificationHandler::quit(ChatWindow* chatWin, const QString& nick) in quit()
251 void NotificationHandler::dccIncoming(ChatWindow* chatWin, const QString& fromNick) in dccIncoming()
262 void NotificationHandler::dccError(ChatWindow* chatWin, const QString& error) in dccError()
311 void NotificationHandler::query(ChatWindow* chatWin, const QString& fromNick) in query()
327 void NotificationHandler::nickOnline(ChatWindow* chatWin, const QString& nick) in nickOnline()
342 void NotificationHandler::nickOffline(ChatWindow* chatWin, const QString& nick) in nickOffline()
[all …]
/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dchatwindow.cpp30 ChatWindow::ChatWindow(QWidget* parent) : QWidget(parent) in ChatWindow() function in ChatWindow
48 ChatWindow::~ChatWindow() in ~ChatWindow()
95 void ChatWindow::cycle() in cycle()
196 ChatWindow::WindowType ChatWindow::getType() const in getType()
322 void ChatWindow::clear() in clear()
334 void ChatWindow::cdIntoLogPath() in cdIntoLogPath()
540 int ChatWindow::spacing() in spacing()
548 int ChatWindow::margin() in margin()
562 bool ChatWindow::log() const in log()
660 void ChatWindow::adjustFocus() in adjustFocus()
[all …]
H A Dviewcontainer.cpp470 const ChatWindow* view = static_cast<ChatWindow*>(index.internalPointer()); in parent()
497 const ChatWindow* view = static_cast<ChatWindow*>(index.internalPointer()); in data()
510 const ChatWindow* view = static_cast<ChatWindow*>(index.internalPointer()); in data()
1523 if (wtype != ChatWindow::Channel && wtype != ChatWindow::RawLog) in insertIndex()
1562 … if (wtype != ChatWindow::Channel && wtype != ChatWindow::RawLog && wtype != ChatWindow::Query) in insertIndex()
1581 if (wtype != ChatWindow::Status && wtype != ChatWindow::Channel in insertIndex()
1582 && wtype != ChatWindow::RawLog && wtype != ChatWindow::Query in insertIndex()
2113 ChatWindow* chatWin; in changeViewCharset()
2140 …if(viewType == ChatWindow::Channel || viewType == ChatWindow::Query || viewType == ChatWindow::Sta… in updateViewEncoding()
2504 ChatWindow* view; in insertMarkerLine()
[all …]
H A Dviewcontainer.h25 class ChatWindow; variable
49 explicit ViewMimeData(ChatWindow *view);
52 ChatWindow* view() const;
55 ChatWindow *m_view;
147 void showView(ChatWindow* view);
160 void closeView(ChatWindow* view);
207 ChatWindow* getDccPanel() const;
266 int insertIndex(ChatWindow* view);
292 QPointer<ChatWindow> m_frontView;
293 QPointer<ChatWindow> m_searchView;
[all …]
H A Dchatwindow.h23 class ChatWindow : public QWidget
28 explicit ChatWindow(QWidget* parent);
29 ~ChatWindow() override;
140 void nameChanged(ChatWindow* view, const QString& newName);
146 void updateTabNotification(ChatWindow* chatWin, const Konversation::TabNotifyType& type);
151 void closing(ChatWindow* myself);
152 void showView(ChatWindow* myself);
228 Q_DISABLE_COPY(ChatWindow)
H A Drawlog.h15 class RawLog : public ChatWindow
26 using ChatWindow::closeYourself;
30 using ChatWindow::appendRaw;
H A Dviewtree.h16 class ChatWindow; variable
56 void showView(ChatWindow* view);
57 void closeView(ChatWindow* view);
78 QPointer<ChatWindow> m_pressedView;
/dports/polish/kadu/kadu-4.3/kadu-core/gui/windows/chat-window/
H A Dchat-window.cpp50 ChatWindow::ChatWindow(Chat chat, QWidget *parent) : in ChatWindow() function in ChatWindow
56 ChatWindow::~ChatWindow() in ~ChatWindow()
81 void ChatWindow::init() in init()
115 void ChatWindow::configurationUpdated() in configurationUpdated()
128 void ChatWindow::compositingEnabled() in compositingEnabled()
139 void ChatWindow::compositingDisabled() in compositingDisabled()
146 QRect ChatWindow::defaultGeometry() const in defaultGeometry()
170 Chat ChatWindow::chat() const in chat()
175 void ChatWindow::closeEvent(QCloseEvent *e) in closeEvent()
200 void ChatWindow::updateTitle() in updateTitle()
[all …]
H A Dchat-window-repository.h31 class ChatWindow; variable
54 using Storage = std::map<Chat, ChatWindow *>;
58 using Iterator = IteratorWrapper<WrappedIterator, ChatWindow *>;
86 ChatWindow * windowForChat(const Chat &chat);
94 void addChatWindow(ChatWindow *chatWindow);
101 void removeChatWindow(ChatWindow *chatWindow);
104 static ChatWindow * converter(WrappedIterator iterator);
H A Dchat-window-repository.cpp26 ChatWindow * ChatWindowRepository::converter(ChatWindowRepository::WrappedIterator iterator) in converter()
57 void ChatWindowRepository::addChatWindow(ChatWindow *chatWindow) in addChatWindow()
63 …connect(chatWindow, SIGNAL(windowDestroyed(ChatWindow*)), this, SLOT(removeChatWindow(ChatWindow*)… in addChatWindow()
66 void ChatWindowRepository::removeChatWindow(ChatWindow *chatWindow) in removeChatWindow()
79 ChatWindow * ChatWindowRepository::windowForChat(const Chat &chat) in windowForChat()
H A Dchat-window.h40 class KADUAPI ChatWindow : public QWidget, ConfigurationAwareObject, CompositingAwareObject, Deskto…
45 explicit ChatWindow(Chat chat, QWidget *parent = nullptr);
46 virtual ~ChatWindow();
56 void activated(ChatWindow *chatWindow);
57 void windowDestroyed(ChatWindow *chatWindow);
H A Dwindow-chat-widget-container-handler.cpp68 chatWindow = m_injectedFactory->makeInjected<ChatWindow>(chat); in addChat()
73 connect(chatWindow, SIGNAL(activated(ChatWindow*)), this, SLOT(chatWindowActivated(ChatWindow*))); in addChat()
130 void WindowChatWidgetContainerHandler::chatWindowActivated(ChatWindow *chatWindow) in chatWindowActivated()
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/app/
H A Dchat-window.cpp117 ChatWindow::ChatWindow() in ChatWindow() function in ChatWindow
194 ChatWindow::~ChatWindow() in ~ChatWindow()
264 ChatTab *ChatWindow::getCurrentTab() in getCurrentTab()
356 void ChatWindow::closeCurrentTab() in closeCurrentTab()
484 void ChatWindow::onFindNextText() in onFindNextText()
805 void ChatWindow::sendNotificationToUser(ChatWindow::NotificationType type, const QString& errorMsg) in sendNotificationToUser()
939 void ChatWindow::setupOTR() in setupOTR()
1250 bool ChatWindow::event(QEvent *e) in event()
1318 void ChatWindow::onZoomIn() in onZoomIn()
1323 void ChatWindow::onZoomOut() in onZoomOut()
[all …]
H A Dchat-tab.h29 class ChatWindow; variable
43 void setChatWindow(ChatWindow* window);
46 ChatWindow* chatWindow() const;
62 ChatWindow *m_chatWindow;
H A Dtelepathy-chat-ui.cpp75 ChatWindow *window = createWindow(); in TelepathyChatUi()
87 ChatWindow* TelepathyChatUi::createWindow() in createWindow()
89 ChatWindow* window = new ChatWindow(); in createWindow()
92 … connect(window, SIGNAL(aboutToClose(ChatWindow*)), this, SLOT(onWindowAboutToClose(ChatWindow*))); in createWindow()
123 ChatWindow* window = createWindow(); in dettachTab()
181 ChatWindow *window = m_chatWindows.at(i); in handleChannels()
207 ChatWindow* window = 0; in handleChannels()
261 void TelepathyChatUi::onWindowAboutToClose(ChatWindow* window) in onWindowAboutToClose()
H A Dtelepathy-chat-ui.h38 class ChatWindow; variable
62 void onWindowAboutToClose(ChatWindow *window);
74 ChatWindow* createWindow();
77 QList<ChatWindow*> m_chatWindows;
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dchatwindow.cpp94 ChatWindow *chatWindow = nullptr;
98 ChatWindow::ChatWindow(const std::string &name) : in ChatWindow() function in ChatWindow
219 ChatWindow::~ChatWindow() in ~ChatWindow()
232 void ChatWindow::postInit() in postInit()
258 void ChatWindow::fillCommands() in fillCommands()
281 void ChatWindow::adjustTabSize() in adjustTabSize()
373 void ChatWindow::prevTab() in prevTab()
387 void ChatWindow::nextTab() in nextTab()
433 void ChatWindow::defaultTab() in defaultTab()
1888 void ChatWindow::loadState() in loadState()
[all …]
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DChatWindow.cpp39 ChatWindow::ChatWindow(Client *cli, IRenderer *rend, IFont *fnt, bool killfeed) in ChatWindow() function in spades::client::ChatWindow
43 ChatWindow::~ChatWindow() {} in ~ChatWindow()
45 float ChatWindow::GetWidth() { return renderer->ScreenWidth() / 2; } in GetWidth()
47 float ChatWindow::GetNormalHeight() { in GetNormalHeight()
53 float ChatWindow::GetBufferHeight() { in GetBufferHeight()
64 float ChatWindow::GetLineHeight() { return 20.f; } in GetLineHeight()
68 std::string ChatWindow::killImage(int type, int weapon) { in killImage()
91 void ChatWindow::AddMessage(const std::string &msg) { in AddMessage()
173 Vector4 ChatWindow::GetColor(char c) { in GetColor()
189 void ChatWindow::Update(float dt) { in Update()
[all …]
/dports/net-im/licq-osd/licq-f271d55/qt-gui/src/dialogs/
H A Dchatdlg.h49 class ChatWindow : public QTextEdit
53 ChatWindow(QWidget* p);
54 virtual ~ChatWindow() {} in ~ChatWindow()
84 ChatWindow* w;
123 ChatWindow* mlePaneLocal;
124 ChatWindow* mleIRCRemote;
125 ChatWindow* mleIRCLocal;
164 ChatWindow* GetWindow(Licq::IcqChatUser* u);
/dports/net-im/licq/licq-f271d55/qt-gui/src/dialogs/
H A Dchatdlg.h49 class ChatWindow : public QTextEdit
53 ChatWindow(QWidget* p);
54 virtual ~ChatWindow() {} in ~ChatWindow()
84 ChatWindow* w;
123 ChatWindow* mlePaneLocal;
124 ChatWindow* mleIRCRemote;
125 ChatWindow* mleIRCLocal;
164 ChatWindow* GetWindow(Licq::IcqChatUser* u);
/dports/net-im/licq-jabber/licq-f271d55/qt-gui/src/dialogs/
H A Dchatdlg.h49 class ChatWindow : public QTextEdit
53 ChatWindow(QWidget* p);
54 virtual ~ChatWindow() {} in ~ChatWindow()
84 ChatWindow* w;
123 ChatWindow* mlePaneLocal;
124 ChatWindow* mleIRCRemote;
125 ChatWindow* mleIRCLocal;
164 ChatWindow* GetWindow(Licq::IcqChatUser* u);
/dports/net-im/licq-icq/licq-f271d55/qt-gui/src/dialogs/
H A Dchatdlg.h49 class ChatWindow : public QTextEdit
53 ChatWindow(QWidget* p);
54 virtual ~ChatWindow() {} in ~ChatWindow()
84 ChatWindow* w;
123 ChatWindow* mlePaneLocal;
124 ChatWindow* mleIRCRemote;
125 ChatWindow* mleIRCLocal;
164 ChatWindow* GetWindow(Licq::IcqChatUser* u);
/dports/net-im/licq-qt-gui/licq-f271d55/qt-gui/src/dialogs/
H A Dchatdlg.h49 class ChatWindow : public QTextEdit
53 ChatWindow(QWidget* p);
54 virtual ~ChatWindow() {} in ~ChatWindow()
84 ChatWindow* w;
123 ChatWindow* mlePaneLocal;
124 ChatWindow* mleIRCRemote;
125 ChatWindow* mleIRCLocal;
164 ChatWindow* GetWindow(Licq::IcqChatUser* u);
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/chat/
H A Dchatwindow.cpp26 ChatWindow::ChatWindow(QWidget *content) in ChatWindow() function in widgets::ChatWindow
38 void ChatWindow::closeEvent(QCloseEvent *event) in closeEvent()

123456