konsolekalendar Library API Documentation

konsolekalendaradd.h

00001 #ifndef _KONSOLEKALENDARADD_H_ 00002 #define _KONSOLEKALENDARADD_H_ 00003 00004 /*************************************************************************** 00005 konsolekaledaradd.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 "konsolekalendarvariables.h" 00023 namespace KCal 00024 { 00025 00026 class KonsoleKalendarAdd 00027 { 00028 public: 00029 KonsoleKalendarAdd( KonsoleKalendarVariables *variables ); 00030 ~KonsoleKalendarAdd(); 00031 00036 bool addEvent(); 00037 00042 bool addImportedCalendar(); 00043 00044 00045 private: 00046 00050 void printSpecs(); 00051 00056 KonsoleKalendarVariables *m_variables; 00057 00058 }; 00059 00060 } 00061 #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