KOEventViewer Class Reference
Viewer widget for events. More...
#include <koeventviewer.h>
Inherits QTextBrowser.
Public Slots
- virtual void setIncidence (Incidence *)
- void changeIncidenceDisplay (Incidence *incidence, int action)
Public Member Functions
- KOEventViewer (QWidget *parent=0, const char *name=0)
- 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)
Detailed Description
Viewer widget for events.
Member Function Documentation
|
Reimplemented from QTextBrowser to handle links.
|
|
Clear viewer. If now is set to true delete view immediately. If set to false delete it with next call to appendIncidence(). |
|
Add given text to currently shown content.
|
|
Set the default text that is showed when there aren't a incidence to show.
|
|
Show given incidence in viewer. Clear all previously shown incidences. |
The documentation for this class was generated from the following files:
- koeventviewer.h
- koeventviewer.cpp