KVIrc
4.9.2
DeveloperAPIs
|
A class that hold the statusbar message. More...
#include <KviStatusBar.h>
Public Member Functions | |
KviStatusBarMessage (const QString &szText, unsigned int uTimeout=8000, unsigned int uPriority=0) | |
Constructs the statusbar message object. More... | |
unsigned int | priority () |
Returns the priority of the message. More... | |
const QString & | text () |
Returns the text of the message. More... | |
unsigned int | timeout () |
Returns the timeout of the message. More... | |
~KviStatusBarMessage () | |
Destroys the statusbar message object. More... | |
Protected Attributes | |
QString | m_szText |
unsigned int | m_uPriority |
unsigned int | m_uTimeout |
Friends | |
class | KviStatusBar |
A class that hold the statusbar message.
|
inline |
Constructs the statusbar message object.
szText | The text of the message |
uTimeout | The timeout of the message |
uPriority | The priority of the message |
|
inline |
Destroys the statusbar message object.
|
inline |
Returns the priority of the message.
Referenced by KviStatusBar::queueMessage().
|
inline |
Returns the text of the message.
Referenced by KviStatusBar::showFirstMessageInQueue().
|
inline |
Returns the timeout of the message.
Referenced by KviStatusBar::showFirstMessageInQueue().
|
friend |
|
protected |
|
protected |
|
protected |