1#ifndef _NOTIFIERMESSAGE_H_
2#define _NOTIFIERMESSAGE_H_
A single message in a notifier window.
Definition NotifierMessage.h:44
QPixmap * pixmap() const
Returns the message icon.
Definition NotifierMessage.h:83
QLabel * m_pLabel0
Label for the message icon.
Definition NotifierMessage.h:69
void updateGui()
Updates the aspect of this message.
Definition NotifierMessage.cpp:57
QLabel * m_pLabel1
Label for the message text.
Definition NotifierMessage.h:71
QString m_szText
The message text.
Definition NotifierMessage.h:63
QHBoxLayout * m_pHBox
Layout for the labels.
Definition NotifierMessage.h:67
QPixmap * m_pPixmap
The message icon (can be null)
Definition NotifierMessage.h:65
~NotifierMessage()
Destroys the NotifierMessage object.
Definition NotifierMessage.cpp:47
const QString & text() const
Returns the original irc message.
Definition NotifierMessage.h:78
Definition NotifierWindow.h:58