konsolekalendaradd.h
00001 #ifndef _KONSOLEKALENDARADD_H_
00002 #define _KONSOLEKALENDARADD_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
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
This file is part of the documentation for konsolekalendar Library Version 3.2.2.