KonsoleKalendar
#include <konsolekalendarexports.h>
Public Member Functions | |
KonsoleKalendarExports (KonsoleKalendarVariables *vars=0) | |
~KonsoleKalendarExports () | |
bool | exportAsCSV (QTextStream *ts, const KCalCore::Event::Ptr &event, const QDate &date) |
bool | exportAsTxt (QTextStream *ts, const KCalCore::Event::Ptr &event, const QDate &date) |
bool | exportAsTxtShort (QTextStream *ts, const KCalCore::Event::Ptr &event, const QDate &date, bool sameday) |
Detailed Description
Class to manage the Export functionality.
Definition at line 46 of file konsolekalendarexports.h.
Constructor & Destructor Documentation
|
explicit |
Constructs a KonsoleKalendarChange object from command line arguments.
- Parameters
-
vars is a KonsoleKalendarVariable object with Event information.
Definition at line 50 of file konsolekalendarexports.cpp.
KonsoleKalendarExports::~KonsoleKalendarExports | ( | ) |
Destructor.
Definition at line 56 of file konsolekalendarexports.cpp.
Member Function Documentation
bool KonsoleKalendarExports::exportAsCSV | ( | QTextStream * | ts, |
const KCalCore::Event::Ptr & | event, | ||
const QDate & | date | ||
) |
Export the Event in Comma-Separated Values (CSV) Mode.
- Parameters
-
ts pointer to the output QTextStream. event pointer to the Event to export. date is the QDate to be exported for.
Definition at line 219 of file konsolekalendarexports.cpp.
bool KonsoleKalendarExports::exportAsTxt | ( | QTextStream * | ts, |
const KCalCore::Event::Ptr & | event, | ||
const QDate & | date | ||
) |
Export the Event in Text Mode.
- Parameters
-
ts pointer to the output QTextStream. event pointer to the Event to export. date is the QDate to be exported for.
Definition at line 60 of file konsolekalendarexports.cpp.
bool KonsoleKalendarExports::exportAsTxtShort | ( | QTextStream * | ts, |
const KCalCore::Event::Ptr & | event, | ||
const QDate & | date, | ||
bool | sameday | ||
) |
Export the Event in Short Text Mode.
- Parameters
-
ts pointer to the output QTextStream. event pointer to the Event to export. date is the QDate to be exported for. sameday flags that this Event is on the same date as the previously exported Event.
Definition at line 146 of file konsolekalendarexports.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.