konsolekalendar
KCal::KonsoleKalendarVariables Class Reference
#include <konsolekalendarvariables.h>
Detailed Description
This class provides all the variables for the program.
- Author:
- Tuukka Pasanen
Allen Winter
Definition at line 77 of file konsolekalendarvariables.h.
Public Member Functions | |
| KonsoleKalendarVariables () | |
| ~KonsoleKalendarVariables () | |
| void | setUseEvents (bool useEvents) |
| bool | getUseEvents () |
| void | setUseTodos (bool useTodos) |
| bool | getUseTodos () |
| void | setUseJournals (bool useJournals) |
| bool | getUseJournals () |
| void | setStartDateTime (QDateTime start) |
| QDateTime | getStartDateTime () |
| bool | isStartDateTime () |
| void | setEndDateTime (QDateTime end) |
| QDateTime | getEndDateTime () |
| bool | isEndDateTime () |
| void | setUID (QString uid) |
| QString | getUID () |
| bool | isUID () |
| void | setNext (bool next) |
| bool | isNext () |
| void | setVerbose (bool verbose) |
| bool | isVerbose () |
| void | setDryRun (bool dryrun) |
| bool | isDryRun () |
| void | setCalendarFile (QString calendar) |
| QString | getCalendarFile () |
| void | setImportFile (QString calendar) |
| QString | getImportFile () |
| void | setDescription (QString description) |
| QString | getDescription () |
| bool | isDescription () |
| void | setLocation (QString location) |
| QString | getLocation () |
| bool | isLocation () |
| void | setSummary (QString summary) |
| QString | getSummary () |
| bool | isSummary () |
| void | setAll (bool all) |
| bool | getAll () |
| bool | isAll () |
| void | setFloating (bool floating) |
| bool | getFloating () |
| void | setCalendar (CalendarResources *resources) |
| CalendarResources * | getCalendar () |
| void | setExportFile (QString export_file) |
| QString | getExportFile () |
| bool | isExportFile () |
| void | setExportType (ExportType exportType) |
| ExportType | getExportType () |
| void | setDaysCount (int count) |
| bool | isDaysCount () |
| int | getDaysCount () |
Constructor & Destructor Documentation
|
|
Construct an empty KonsoleKalendarVariables object.
Definition at line 54 of file konsolekalendarvariables.cpp. |
|
|
Destructor.
Definition at line 77 of file konsolekalendarvariables.cpp. |
Member Function Documentation
|
|
Return all option.
Definition at line 256 of file konsolekalendarvariables.cpp. |
|
|
Get global calendar resources.
Definition at line 215 of file konsolekalendarvariables.cpp. |
|
|
Returns fullpath to calendar file.
Definition at line 195 of file konsolekalendarvariables.cpp. |
|
|
Get how many day should be seen.
Definition at line 325 of file konsolekalendarvariables.cpp. |
|
|
Return description.
Definition at line 267 of file konsolekalendarvariables.cpp. |
|
|
Get end date.
Definition at line 120 of file konsolekalendarvariables.cpp. |
|
|
To what file we'll output.
Definition at line 241 of file konsolekalendarvariables.cpp. |
|
|
What export type to use.
Definition at line 225 of file konsolekalendarvariables.cpp. |
|
|
Return if Event is floating.
Definition at line 314 of file konsolekalendarvariables.cpp. |
|
|
Return import filename.
Definition at line 205 of file konsolekalendarvariables.cpp. |
|
|
Return location information.
Definition at line 283 of file konsolekalendarvariables.cpp. |
|
|
Get start date.
Definition at line 104 of file konsolekalendarvariables.cpp. |
|
|
Get summary.
Definition at line 299 of file konsolekalendarvariables.cpp. |
|
|
Get UID, the unique tag for VCard entry.
Definition at line 88 of file konsolekalendarvariables.cpp. |
|
|
Get use Events switch.
Definition at line 165 of file konsolekalendarvariables.cpp. |
|
|
Get use Journals switch.
Definition at line 185 of file konsolekalendarvariables.cpp. |
|
|
Get use Todos switch.
Definition at line 175 of file konsolekalendarvariables.cpp. |
|
|
Is the all option set?
Definition at line 246 of file konsolekalendarvariables.cpp. |
|
|
Is there some cound of days should be seen.
Definition at line 330 of file konsolekalendarvariables.cpp. |
|
|
Is there an event description?
Definition at line 272 of file konsolekalendarvariables.cpp. |
|
|
Is this program only in testing mode?
Definition at line 155 of file konsolekalendarvariables.cpp. |
|
|
Is there end date?
Definition at line 125 of file konsolekalendarvariables.cpp. |
|
|
Has an Export File been set?
Definition at line 236 of file konsolekalendarvariables.cpp. |
|
|
Is there event location information available?
Definition at line 288 of file konsolekalendarvariables.cpp. |
|
|
Should we show only next activity and exit?
Definition at line 135 of file konsolekalendarvariables.cpp. |
|
|
Is there start date?
Definition at line 109 of file konsolekalendarvariables.cpp. |
|
|
Is there an event summary?
Definition at line 304 of file konsolekalendarvariables.cpp. |
|
|
Is there UID set?
Definition at line 93 of file konsolekalendarvariables.cpp. |
|
|
Should program be more verbose?
Definition at line 145 of file konsolekalendarvariables.cpp. |
|
|
View all option.
Definition at line 251 of file konsolekalendarvariables.cpp. |
|
|
Set calendar resources for global use.
Definition at line 210 of file konsolekalendarvariables.cpp. |
|
|
Set calendar file.
Definition at line 190 of file konsolekalendarvariables.cpp. |
|
|
Set how many day should be seen.
Definition at line 319 of file konsolekalendarvariables.cpp. |
|
|
Add description.
Definition at line 261 of file konsolekalendarvariables.cpp. |
|
|
Should we only try to run it and do nothing?
Definition at line 150 of file konsolekalendarvariables.cpp. |
|
|
Sets end date.
Definition at line 114 of file konsolekalendarvariables.cpp. |
|
|
Set output file.
Definition at line 230 of file konsolekalendarvariables.cpp. |
|
|
Set export type that'll we use.
Definition at line 220 of file konsolekalendarvariables.cpp. |
|
|
Set if Event is floating.
Definition at line 309 of file konsolekalendarvariables.cpp. |
|
|
Set file to import active calendar.
Definition at line 200 of file konsolekalendarvariables.cpp. |
|
|
Add location information.
Definition at line 277 of file konsolekalendarvariables.cpp. |
|
|
Show only next activity and exit.
Definition at line 130 of file konsolekalendarvariables.cpp. |
|
|
Sets start date.
Definition at line 98 of file konsolekalendarvariables.cpp. |
|
|
Add summary.
Definition at line 293 of file konsolekalendarvariables.cpp. |
|
|
Sets the UID, the unique tag for VCard entry.
Definition at line 82 of file konsolekalendarvariables.cpp. |
|
|
Set switch to use Events.
Definition at line 160 of file konsolekalendarvariables.cpp. |
|
|
Set switch to use Journals.
Definition at line 180 of file konsolekalendarvariables.cpp. |
|
|
Set switch to use Todos.
Definition at line 170 of file konsolekalendarvariables.cpp. |
|
|
Should program be more verbose?
Definition at line 140 of file konsolekalendarvariables.cpp. |
The documentation for this class was generated from the following files:

