konsolekalendar

KCal Namespace Reference


Classes

class  KonsoleKalendar
 The base class of the project. More...
class  KonsoleKalendarAdd
 Class to manage the Event insertion capability. More...
class  KonsoleKalendarChange
 Class to manage the Event modification capability. More...
class  KonsoleKalendarDelete
 Class to manage the Event removal capability. More...
class  KonsoleKalendarEpoch
 Class for timestamps expressed as epochs. More...
class  KonsoleKalendarExports
 Class to manage the Export functionality. More...
class  KonsoleKalendarVariables
 This class provides all the variables for the program. More...
class  StdCalendar

Enumerations

enum  ExportType {
  ExportTypeNone, ExportTypeText, ExportTypeTextShort, ExportTypeHTML,
  ExportTypeMonthHTML, ExportTypeXHTML, ExportTypeXML, ExportTypeCSV,
  ExportTypeVCard
}

Enumeration Type Documentation

ExportType is the type of Export output.

Enumerator:
ExportTypeNone  Export none.
ExportTypeText  Export as text (default).
ExportTypeTextShort  Export as compact text.
ExportTypeHTML  Export HTML for the specified time span.
ExportTypeMonthHTML  Export HTML for the time span on month boundaries.
ExportTypeXHTML  Export XHTML (NOT AVAILABLE YET).
ExportTypeXML  Export XML (NOT AVAILABLE YET).
ExportTypeCSV  Export Comma-Separated Values.
ExportTypeVCard  Export VCard (NOT AVAILABLE YET).

Definition at line 50 of file konsolekalendarvariables.h.