![]() |
KVIrc 5.2.6
Developer APIs
|
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. | |
unsigned int | priority () |
Returns the priority of the message. | |
const QString & | text () |
Returns the text of the message. | |
unsigned int | timeout () |
Returns the timeout of the message. | |
~KviStatusBarMessage () | |
Destroys the statusbar message object. | |
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 |
References m_szText, m_uPriority, and m_uTimeout.
|
inline |
Destroys the statusbar message object.
|
inline |
Returns the priority of the message.
References m_uPriority.
Referenced by KviStatusBar::queueMessage().
|
inline |
Returns the text of the message.
References m_szText.
Referenced by KviStatusBar::showFirstMessageInQueue().
|
inline |
Returns the timeout of the message.
References m_uTimeout.
Referenced by KviStatusBar::showFirstMessageInQueue().
|
friend |
References KviStatusBar.
Referenced by KviStatusBar.
|
protected |
Referenced by KviStatusBarMessage(), and text().
|
protected |
Referenced by KviStatusBarMessage(), and priority().
|
protected |
Referenced by KviStatusBarMessage(), and timeout().