konsolekalendarexports.h
00001 #ifndef _KONSOLEKALENDAREXPORTS_H_
00002 #define _KONSOLEKALENDAREXPORTS_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #include <qtextstream.h>
00023 #include "konsolekalendarvariables.h"
00024
00025 namespace KCal
00026 {
00027
00028 class KonsoleKalendarExports
00029 {
00030 public:
00031 KonsoleKalendarExports( KonsoleKalendarVariables *variables = 0);
00032 ~KonsoleKalendarExports();
00033
00034
00035
00036
00037
00038
00039
00040 bool exportAsTxt( QTextStream *ts, Event *event, QDate date );
00041 bool exportAsCSV( QTextStream *ts, Event *event, QDate date );
00042
00043
00044 private:
00045 KonsoleKalendarVariables *m_variables;
00046 QDate m_lastDate;
00047 bool m_firstEntry;
00048
00049 };
00050
00051 }
00052 #endif
This file is part of the documentation for konsolekalendar Library Version 3.2.2.