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