Dockable widget designed for IRC communication.
More...
#include <ircdocktabcontents.h>
|
void | receiveMessage (const QString &message) |
|
void | receiveMessageWithClass (const QString &message, const IRCMessageClass &messageClass) |
|
|
void | adapterFocusRequest () |
|
void | adapterTerminating () |
|
void | adapterTitleChange () |
|
void | myNicknameUsedSlot () |
|
void | nameAdded (const IRCUserInfo &userInfo) |
|
void | nameListUpdated (const IRCUserList &userList) |
|
void | nameRemoved (const IRCUserInfo &userInfo) |
|
void | nameUpdated (const IRCUserInfo &userInfo) |
|
void | newChatWindowIsOpened (IRCChatAdapter *pAdapter) |
| Captures signals from IRC Networks which indicate that a new chat window is being opened. More...
|
|
void | receiveError (const QString &error) |
|
void | sendMessage () |
|
void | userListCustomContextMenuRequested (const QPoint &pos) |
|
void | userListDoubleClicked () |
|
|
bool | eventFilter (QObject *watched, QEvent *event) override |
|
|
class | PrivData< IRCDockTabContents > |
|
Dockable widget designed for IRC communication.
Definition at line 46 of file ircdocktabcontents.h.
void IRCDockTabContents::applyAppearanceSettings |
( |
| ) |
|
Emitted when the IRCAdapterBase that is associated with this widget is no longer valid - possibly even deleted.
Capture this to close this widget.
Emitted when network adapter for this dock emits its focusRequest() signal.
void IRCDockTabContents::grabFocus |
( |
| ) |
|
Called when tab becomes active.
Informs the tab that it should grab keyboard focus. Text input widget will be selected.
Definition at line 296 of file ircdocktabcontents.cpp.
void IRCDockTabContents::newChatWindowIsOpened |
( |
IRCChatAdapter * |
pAdapter | ) |
|
|
protectedslot |
Captures signals from IRC Networks which indicate that a new chat window is being opened.
Definition at line 435 of file ircdocktabcontents.cpp.
Calling this multiple times on the same object will cause memory leaks.
Definition at line 626 of file ircdocktabcontents.cpp.
Emitted when the variable returned by IRCAdapterBase::title() might have changed and the application should be notified of this fact.
The documentation for this class was generated from the following files: