korganizer
KOEventViewer Class Reference
#include <koeventviewer.h>
Detailed Description
Viewer widget for events.
Definition at line 42 of file koeventviewer.h.
Public Slots | |
| virtual void | setIncidence (Incidence *) |
| void | changeIncidenceDisplay (Incidence *incidence, int action) |
Public Member Functions | |
| KOEventViewer (QWidget *parent=0, const char *name=0) | |
| virtual | ~KOEventViewer () |
| void | setSource (const QString &) |
| virtual bool | appendIncidence (Incidence *) |
| void | clearEvents (bool now=false) |
| void | addText (const QString &text) |
| void | setDefaultText (const QString &text) |
| void | readSettings (KConfig *config) |
| void | writeSettings (KConfig *config) |
Member Function Documentation
| void KOEventViewer::setSource | ( | const QString & | ) |
| void KOEventViewer::clearEvents | ( | bool | now = false |
) |
Clear viewer.
If now is set to true delete view immediately. If set to false delete it with next call to appendIncidence().
Definition at line 91 of file koeventviewer.cpp.
| void KOEventViewer::addText | ( | const QString & | text | ) |
| void KOEventViewer::setDefaultText | ( | const QString & | text | ) |
Set the default text that is showed when there aren't a incidence to show.
Definition at line 103 of file koeventviewer.cpp.
| void KOEventViewer::setIncidence | ( | Incidence * | ) | [virtual, slot] |
Show given incidence in viewer.
Clear all previously shown incidences.
Definition at line 79 of file koeventviewer.cpp.
The documentation for this class was generated from the following files:

