1#ifndef _KVINOTIFIERWINDOWTAB_H_
2#define _KVINOTIFIERWINDOWTAB_H_
Base class for all windows in KVIrc.
Definition KviWindow.h:75
A single message in a notifier window.
Definition NotifierMessage.h:44
Defines an object for every single tab about the tabs area.
Definition NotifierWindowTab.h:50
QVBoxLayout * m_pVBox
Definition NotifierWindowTab.h:70
void updateGui()
Updates the GUI.
Definition NotifierWindowTab.cpp:112
void resizeEvent(QResizeEvent *e) override
Definition NotifierWindowTab.cpp:173
void mouseDoubleClickEvent(QMouseEvent *e) override
Definition NotifierWindowTab.cpp:141
void paintEvent(QPaintEvent *e) override
Definition NotifierWindowTab.cpp:184
QString label() const
Returns the name of the current window.
Definition NotifierWindowTab.h:91
KviWindow * wnd() const
Returns the pointer of the current window.
Definition NotifierWindowTab.h:97
QString m_szLabel
Definition NotifierWindowTab.h:67
void labelChanged()
Emitted when the window changes its name.
Definition NotifierWindowTab.cpp:130
QWidget * m_pVWidget
Definition NotifierWindowTab.h:71
KviWindow * m_pWnd
Definition NotifierWindowTab.h:68
void appendMessage(NotifierMessage *pMessage)
Appends the given message to the window.
Definition NotifierWindowTab.cpp:98
QTabWidget * m_pParent
Definition NotifierWindowTab.h:69
void scrollRangeChanged(int, int)
Emitted when the scrollbar range is changed.
Definition NotifierWindowTab.cpp:123
~NotifierWindowTab()
Destroys the tab object.
Definition NotifierWindowTab.cpp:90
void closeMe()
Emitted when the window is being destroyed.
Definition NotifierWindowTab.cpp:162
#define e
Definition detector.cpp:70
This file contains compile time settings.