KCal Library
KCal::HtmlExport Class Reference
This class provides the functions to export a calendar as a HTML page. More...
#include <htmlexport.h>
Public Member Functions | |
void | addHoliday (const QDate &date, const QString &name) |
HtmlExport (Calendar *calendar, HTMLExportSettings *settings) | |
bool | save (QTextStream *ts) |
bool | save (const QString &fileName=QString()) |
Protected Member Functions | |
QString | breakString (const QString &text) |
bool | checkSecrecy (Incidence *incidence) |
void | createEvent (QTextStream *ts, Event *event, QDate date, bool withDescription=true) |
void | createEventList (QTextStream *ts) |
void | createFooter (QTextStream *ts) |
void | createFreeBusyView (QTextStream *ts) |
void | createJournalView (QTextStream *ts) |
void | createMonthView (QTextStream *ts) |
void | createTodo (QTextStream *ts, Todo *todo) |
void | createTodoList (QTextStream *ts) |
void | createWeekView (QTextStream *ts) |
void | formatAttendees (QTextStream *ts, Incidence *incidence) |
void | formatCategories (QTextStream *ts, Incidence *incidence) |
void | formatLocation (QTextStream *ts, Incidence *incidence) |
QDate | fromDate () const |
QString | styleSheet () const |
QDate | toDate () const |
Detailed Description
This class provides the functions to export a calendar as a HTML page.Definition at line 44 of file htmlexport.h.
Constructor & Destructor Documentation
HtmlExport::HtmlExport | ( | Calendar * | calendar, | |
HTMLExportSettings * | settings | |||
) |
Member Function Documentation
bool HtmlExport::save | ( | QTextStream * | ts | ) |
bool HtmlExport::save | ( | const QString & | fileName = QString() |
) |
The documentation for this class was generated from the following files: