KOEventViewer Class Reference
Viewer widget for events. More...
#include <koeventviewer.h>
Inheritance diagram for KOEventViewer:

Public Member Functions | |
KOEventViewer (QWidget *parent=0, const char *name=0) | |
void | setSource (const QString &) |
void | setEvent (Event *event) |
void | setTodo (Todo *event) |
void | setJournal (Journal *journal) |
void | appendEvent (Event *event) |
void | appendTodo (Todo *event) |
void | appendJournal (Journal *journal) |
void | clearEvents (bool now=false) |
void | addText (const QString &text) |
Protected Member Functions | |
void | linkPerson (const QString &email, QString name, QString uid, const QString &iconPath) |
void | addTag (const QString &tag, const QString &text) |
void | addLink (const QString &ref, const QString &text, bool newline=true) |
void | formatCategories (Incidence *) |
void | formatAttendees (Incidence *) |
void | formatReadOnly (Incidence *) |
void | formatAttachments (Incidence *) |
Detailed Description
Viewer widget for events.
Definition at line 41 of file koeventviewer.h.
Member Function Documentation
|
Reimplemented from QTextBrowser to handle links.
Definition at line 51 of file koeventviewer.cpp. References setSource(). Referenced by setSource(). |
|
Show given event in viewer. Clear all previously shown incidences. Definition at line 308 of file koeventviewer.cpp. References appendEvent(), clearEvents(), and setEvent(). Referenced by setEvent(). |
|
Show given todo in viewer. Clear all previously shown incidences. Definition at line 302 of file koeventviewer.cpp. References appendTodo(), clearEvents(), and setTodo(). Referenced by setTodo(). |
|
Show given journal in viewer. Clear all previously shown incidences. Definition at line 314 of file koeventviewer.cpp. References appendJournal(), clearEvents(), and setJournal(). Referenced by setJournal(). |
|
Show given event by appending it to already shown incidences.
Definition at line 83 of file koeventviewer.cpp. References appendEvent(). Referenced by appendEvent(), and setEvent(). |
|
Show given todo by appending it to already shown incidences.
Definition at line 131 of file koeventviewer.cpp. References appendTodo(). Referenced by appendTodo(), and setTodo(). |
|
Show given journal by appending it to already shown incidences.
Definition at line 167 of file koeventviewer.cpp. References appendJournal(). Referenced by appendJournal(), and setJournal(). |
|
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 320 of file koeventviewer.cpp. References clearEvents(). Referenced by clearEvents(), setEvent(), setJournal(), and setTodo(). |
|
Add given text to currently shown content.
Definition at line 326 of file koeventviewer.cpp. References addText(). Referenced by addText(). |
The documentation for this class was generated from the following files: