KVIrc
4.9.2
DeveloperAPIs
|
Defines a struct which holds information about the notifier message. More...
#include <KviApplication.h>
Public Attributes | |
KviWindow * | pWindow |
QString | szIcon |
QString | szMessage |
unsigned int | uMessageLifetime |
Defines a struct which holds information about the notifier message.
KviWindow* _KviNotifierMessageParam::pWindow |
The window where the notifier was triggered
Referenced by notifier_module_ctrl(), and KviApplication::notifierMessage().
QString _KviNotifierMessageParam::szIcon |
The id of the icon (channel, query, ...)
Referenced by notifier_module_ctrl(), and KviApplication::notifierMessage().
QString _KviNotifierMessageParam::szMessage |
The message which triggered the notifier
Referenced by notifier_module_ctrl(), and KviApplication::notifierMessage().
unsigned int _KviNotifierMessageParam::uMessageLifetime |
The timeout of the notifier; 0 means no hide
Referenced by notifier_module_ctrl(), and KviApplication::notifierMessage().