|
|
Makes it possible to use KNotifyClient with a KInstance that is not the application.
Use like this:
KNotifyClient::Instance(myInstance); KNotifyClient::event("MyEvent"); @short Enables @ref KNotifyClient to use a different @ref KInstance |
Instance (KInstance *)
| Instance |
Constructs a KNotifyClient::Instance to make KNotifyClient use the specified KInstance for the event configuration
~Instance ()
| ~Instance |
Destructs the KNotifyClient::Instance and resets KNotifyClient to the previously used KInstance
bool useSystemBell ()
| useSystemBell |
[const]
Returns: true if this instance should use the System bell instead of KNotify.
KInstance * current ()
| current |
[static]
Returns the currently active KInstance
Instance * currentInstance ()
| currentInstance |
[static]
Returns the current KNotifyClient::Instance (not the KInstance)
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:15:01 2002, using kdoc 2.0a53. |