1 #ifndef _KVINOTIFIERWINDOWTAB_H_
2 #define _KVINOTIFIERWINDOWTAB_H_
37 #include <QScrollArea>
QVBoxLayout * m_pVBox
Definition: NotifierWindowTab.h:70
void labelChanged()
Emitted when the window changes its name.
Definition: NotifierWindowTab.cpp:134
void closeMe()
Emitted when the window is being destroyed.
Definition: NotifierWindowTab.cpp:166
void appendMessage(NotifierMessage *pMessage)
Appends the given message to the window.
Definition: NotifierWindowTab.cpp:102
Defines an object for every single tab about the tabs area.
Definition: NotifierWindowTab.h:49
QString m_szLabel
Definition: NotifierWindowTab.h:67
QTabWidget * m_pParent
Definition: NotifierWindowTab.h:69
KviWindow * m_pWnd
Definition: NotifierWindowTab.h:68
#define e
Definition: detector.cpp:69
QWidget * m_pVWidget
Definition: NotifierWindowTab.h:71
void scrollRangeChanged(int, int)
Emitted when the scrollbar range is changed.
Definition: NotifierWindowTab.cpp:127
virtual void resizeEvent(QResizeEvent *e)
Definition: NotifierWindowTab.cpp:179
virtual void paintEvent(QPaintEvent *e)
Definition: NotifierWindowTab.cpp:194
Base class for all windows in KVIrc.
Definition: KviWindow.h:74
KviWindow * wnd() const
Returns the pointer of the current window.
Definition: NotifierWindowTab.h:97
virtual void mouseDoubleClickEvent(QMouseEvent *e)
Definition: NotifierWindowTab.cpp:145
~NotifierWindowTab()
Destroys the tab object.
Definition: NotifierWindowTab.cpp:94
NotifierWindowTab(KviWindow *pWnd, QTabWidget *pParent)
Creates the tab object.
Definition: NotifierWindowTab.cpp:53
This file contains compile time settings.
void updateGui()
Updates the GUI.
Definition: NotifierWindowTab.cpp:116
A single message in a notifier window.
Definition: NotifierMessage.h:43
QString label() const
Returns the name of the current window.
Definition: NotifierWindowTab.h:91