#include <knotifydialog.h>
Inheritance diagram for KNotifyDialog:

Public Methods | |
| KNotifyDialog (QWidget *parent=0, const char *name=0, bool modal=true, const KAboutData *aboutData=KGlobal::instance()->aboutData()) | |
| virtual | ~KNotifyDialog () |
| virtual void | addApplicationEvents (const char *appName) |
| virtual void | addApplicationEvents (const QString &path) |
| virtual void | clearApplicationEvents () |
Static Public Methods | |
| int | configure (QWidget *parent=0, const char *name=0, const KAboutData *aboutData=KGlobal::instance()->aboutData()) |
Rather than requiring the user to wade through the entire list of applications' events in KControl, your application can make the list of its own notifications available here.
Typical usage is calling the static configure() method:
(void) KNotifyDialog::configure( someParentWidget );
Definition at line 53 of file knotifydialog.h.
|
||||||||||||||||||||||||
|
If you want a non-modal dialog, you need to instantiate KNotifyDialog yourself instead of using the configure() method.
|
|
|
Destroys the KNotifyDialog |
|
|
With this method, you can add the KNotify events of one eventsrc files to the view. KNotifyDialog can handle events for multiple applications (i.e. eventsrc files). Successive calls with a different
|
|
|
With this method, you can add the KNotify events of one eventsrc files to the view. KNotifyDialog can handle events for multiple applications (i.e. eventsrc files). Successive calls with a different
|
|
|
Removes all the events added with addApplicationEvents()
|
|
||||||||||||||||||||
|
Convenience method to create exec() a modal KNotifyDialog.
|
1.2.18