konsolekalendarvariables.h
Go to the documentation of this file.
70 };
This class provides all the variables for the program.
Definition konsolekalendarvariables.h:78
void setDescription(TQString description)
Add description.
Definition konsolekalendarvariables.cpp:261
void setCalendar(CalendarResources *resources)
Set calendar resources for global use.
Definition konsolekalendarvariables.cpp:210
void setUID(TQString uid)
Sets the UID, the unique tag for VCard entry.
Definition konsolekalendarvariables.cpp:82
void setUseEvents(bool useEvents)
Set switch to use Events.
Definition konsolekalendarvariables.cpp:160
TQString getCalendarFile()
Returns fullpath to calendar file.
Definition konsolekalendarvariables.cpp:195
bool isDaysCount()
Is there some cound of days should be seen.
Definition konsolekalendarvariables.cpp:330
void setExportType(ExportType exportType)
Set export type that'll we use.
Definition konsolekalendarvariables.cpp:220
void setCalendarFile(TQString calendar)
Set calendar file.
Definition konsolekalendarvariables.cpp:190
KonsoleKalendarVariables()
Construct an empty KonsoleKalendarVariables object.
Definition konsolekalendarvariables.cpp:54
void setVerbose(bool verbose)
Should program be more verbose?
Definition konsolekalendarvariables.cpp:140
bool isLocation()
Is there event location information available?
Definition konsolekalendarvariables.cpp:288
void setDaysCount(int count)
Set how many day should be seen.
Definition konsolekalendarvariables.cpp:319
void setDryRun(bool dryrun)
Should we only try to run it and do nothing?
Definition konsolekalendarvariables.cpp:150
void setUseJournals(bool useJournals)
Set switch to use Journals.
Definition konsolekalendarvariables.cpp:180
void setImportFile(TQString calendar)
Set file to import active calendar.
Definition konsolekalendarvariables.cpp:200
void setLocation(TQString location)
Add location information.
Definition konsolekalendarvariables.cpp:277
CalendarResources * getCalendar()
Get global calendar resources.
Definition konsolekalendarvariables.cpp:215
@ ExportTypeMonthHTML
Export HTML for the time span on month boundaries.
Definition konsolekalendarvariables.h:61