konsolekalendarvariables.cpp
Go to the documentation of this file.
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
void setNext(bool next)
Show only next activity and exit.
Definition: konsolekalendarvariables.cpp:130
TQString getCalendarFile()
Returns fullpath to calendar file.
Definition: konsolekalendarvariables.cpp:195
void setFloating(bool floating)
Set if Event is floating.
Definition: konsolekalendarvariables.cpp:309
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
bool isNext()
Should we show only next activity and exit?
Definition: konsolekalendarvariables.cpp:135
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
TQString getUID()
Get UID, the unique tag for VCard entry.
Definition: konsolekalendarvariables.cpp:88
void setLocation(TQString location)
Add location information.
Definition: konsolekalendarvariables.cpp:277
void setExportFile(TQString export_file)
Set output file.
Definition: konsolekalendarvariables.cpp:230
CalendarResources * getCalendar()
Get global calendar resources.
Definition: konsolekalendarvariables.cpp:215
Provides the KonsoleKalendarVariables class definition.