KNotify::KNotifyWidget Class Reference
Inheritance diagram for KNotify::KNotifyWidget:

Detailed Description
Definition at line 189 of file knotifydialog.h.
Public Slots | |
virtual void | clear () |
virtual void | clearVisible () |
virtual void | save () |
virtual void | showAdvanced (bool show) |
void | toggleAdvanced () |
Signals | |
void | changed (bool hasChanges) |
Public Member Functions | |
KNotifyWidget (QWidget *parent=0, const char *name=0, bool handleAllApps=false) | |
KListView * | eventsView () |
void | addVisibleApp (Application *app) |
ApplicationList & | visibleApps () |
ApplicationList & | allApps () |
Application * | addApplicationEvents (const QString &path) |
void | resetDefaults (bool ask) |
void | sort (bool ascending=true) |
Protected Slots | |
void | playSound () |
Protected Member Functions | |
Event * | currentEvent () |
virtual void | showEvent (QShowEvent *) |
virtual void | enableAll (int what, bool enable) |
void | reload (bool revertToDefaults=false) |
Member Function Documentation
Application* KNotify::KNotifyWidget::addApplicationEvents | ( | const QString & | path | ) |
Returns 0L if no application events could be found The returned pointer must be freed by the caller (easiest done by putting it into an ApplicationList with setAutoDelete( true )).
virtual void KNotify::KNotifyWidget::clear | ( | ) | [virtual, slot] |
Clears the view and all the Application events.
virtual void KNotify::KNotifyWidget::clearVisible | ( | ) | [virtual, slot] |
Clears only the view and the visible Application events.
E.g. useful if you want to set new visible events with addVisibleApp()
Event* KNotify::KNotifyWidget::currentEvent | ( | ) | [protected] |
May return 0L, if there is no current event selected.
The documentation for this class was generated from the following file: