konsolekalendar Library API Documentation

konsolekalendarexports.h

00001 #ifndef _KONSOLEKALENDAREXPORTS_H_ 00002 #define _KONSOLEKALENDAREXPORTS_H_ 00003 00004 /*************************************************************************** 00005 konsolekaledarexports.h - description 00006 ------------------- 00007 begin : Sun May 25 2003 00008 copyright : (C) 2003 by Tuukka Pasanen 00009 copyright : (C) 2003 by Allen Winter 00010 email : illuusio@mailcity.com 00011 ***************************************************************************/ 00012 00013 /*************************************************************************** 00014 * * 00015 * This program is free software; you can redistribute it and/or modify * 00016 * it under the terms of the GNU General Public License as published by * 00017 * the Free Software Foundation; either version 2 of the License, or * 00018 * (at your option) any later version. * 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 * These can be changed at anytime;) 00036 * without a notice 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
KDE Logo
This file is part of the documentation for konsolekalendar Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Jul 28 23:58:15 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003