Go to the documentation of this file.
33 #include <tdelocale.h>
35 #include <tdeglobal.h>
36 #include <tdeconfig.h>
37 #include <kstandarddirs.h>
39 #include <tqdatetime.h>
41 #include <tqstringlist.h>
57 m_bIsStartDateTime = false;
58 m_bIsEndDateTime = false;
64 m_bUseJournals = false;
66 m_exportType = ExportTypeText;
67 m_bIsExportFile = false;
68 m_bDescription = false;
71 m_location = "Default location";
73 m_summary = "Default summary";
100 m_bIsStartDateTime = true;
101 m_startDateTime = start;
106 return m_startDateTime;
111 return m_bIsStartDateTime;
116 m_bIsEndDateTime = true;
122 return m_endDateTime;
127 return m_bIsEndDateTime;
142 m_bVerbose = verbose;
162 m_bUseEvents = useEvents;
167 return( m_bUseEvents );
172 m_bUseTodos = useTodos;
177 return( m_bUseTodos );
182 m_bUseJournals = useJournals;
187 return( m_bUseJournals );
192 m_calendar = calendar;
212 m_calendarResources = resources;
217 return m_calendarResources;
222 m_exportType = exportType;
232 m_exportFile = export_file;
233 m_bIsExportFile = true;
238 return m_bIsExportFile;
263 m_bDescription = true;
264 m_description = description;
269 return m_description;
274 return m_bDescription;
280 m_location = location;
311 m_bFloating = floating;
|