KVIrc  4.9.2
DeveloperAPIs
Public Attributes | List of all members
_KviNotifierMessageParam Struct Reference

Defines a struct which holds information about the notifier message. More...

#include <KviApplication.h>

Public Attributes

KviWindowpWindow
 
QString szIcon
 
QString szMessage
 
unsigned int uMessageLifetime
 

Detailed Description

Defines a struct which holds information about the notifier message.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: