class KNotifyWidget

More...

Internal Use Only
Full nameKNotify::KNotifyWidget
Definition#include <knotifydialog.h>
InheritsKNotifyWidgetBase [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Protected Methods

Protected Slots


Detailed Description

 KNotifyWidget ( QWidget* parent = 0, const char* name = 0, bool handleAllApps = false )

KNotifyWidget

 ~KNotifyWidget ()

~KNotifyWidget

KListView *  eventsView ()

eventsView

void  addVisibleApp ( Application *app )

addVisibleApp

ApplicationList&  visibleApps ()

visibleApps

ApplicationList&  allApps ()

allApps

Application *  addApplicationEvents ( const QString& path )

addApplicationEvents

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

void  resetDefaults ( bool ask )

resetDefaults

void  sort ( bool ascending = true )

sort

void  clear ()

clear

[virtual slot]

Clears the view and all the Application events.

void  clearVisible ()

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

void  save ()

save

[virtual slot]

void  showAdvanced ( bool show )

showAdvanced

[virtual slot]

void  toggleAdvanced ()

toggleAdvanced

[slot]

void  changed ( bool hasChanges )

changed

[signal]

Event *  currentEvent ()

currentEvent

[protected]

May return 0L, if there is no current event selected.

void  showEvent ( QShowEvent * )

showEvent

[protected virtual]

Reimplemented from QWidget.

void  enableAll ( int what, bool enable )

enableAll

[protected virtual]

void  reload ( bool revertToDefaults = false )

reload

[protected]

void  playSound ()

playSound

[protected slots slot]


Generated by: caleb on tcdevel on Tue Jan 28 12:54:21 2003, using kdoc $.