KCal::KonsoleKalendarVariables Class Reference
This class provides all the variables for the program. More...
#include <konsolekalendarvariables.h>
Public Member Functions
- void addEvent (QDateTime start, QDateTime end, QString summary, QString description, QString location, bool floating)
- void addTodo (QDateTime start, QDateTime due, QString summary, QString description, QString location)
- Event::List * getEvent ()
- Todo::List * getTodo ()
- 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 setTimeZoneId ()
- QString getTimeZoneId ()
- bool isTimeZoneId ()
- 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 ()
- QDate parseDate (QString string)
- QTime parseTime (QString str)
- void setDefault (bool def)
- bool isDefault ()
- void setCalendar (CalendarLocal *calendar)
- CalendarLocal * getCalendar ()
- void setExportFile (QString export_file)
- QString getExportFile ()
- bool isExportFile ()
- void setExportType (ExportType exportType)
- ExportType getExportType ()
- bool isCalendarResources ()
- CalendarResourceManager * getCalendarResourceManager ()
- bool addCalendarResources (ResourceCalendar *cal)
- void setCalendarResources (CalendarResources *resource)
- CalendarResources * getCalendarResources ()
- bool loadCalendarResources (KConfig *config)
- void setDaysCount (int count)
- bool isDaysCount ()
- int getDaysCount ()
- void setParseString (QString parsedtring)
- QString getParseString ()
- bool isParseString ()
Detailed Description
This class provides all the variables for the program.
Member Function Documentation
|
New way to add events.
|
|
New way to add todo.
|
|
Get events.
|
|
Get todo.
|
|
Set switch to use Events.
|
|
Get use Events switch.
|
|
Set switch to use Todos.
|
|
Get use Todos switch.
|
|
Set switch to use Journals.
|
|
Get use Journals switch.
|
|
Sets start date.
|
|
Get start date.
|
|
Is there start date?
|
|
Sets end date.
|
|
Get end date.
|
|
Is there end date?
|
|
Sets the timezone from the user or system environment.
|
|
Get timezone id string.
|
|
Is there a timezone set?
|
|
Sets the UID, the unique tag for VCard entry.
|
|
Get UID, the unique tag for VCard entry.
|
|
Is there UID set?
|
|
Show only next activity and exit.
|
|
Should we show only next activity and exit?
|
|
Should program be more verbose?
|
|
Should program be more verbose?
|
|
Should we only try to run it and do nothing?
|
|
Is this program only in testing mode?
|
|
Set calendar file (Kinda obsolete!).
|
|
Returns fullpath to calendar file.
|
|
Set file to import active calendar.
|
|
Return import filename.
|
|
Add description.
|
|
return description
|
|
is there even a description?
|
|
Add location information.
|
|
return location information
|
|
is there event location informatio available?
|
|
Add summary.
|
|
Get summary.
|
|
Is there even a summary.
|
|
Set is calendar default resource.
|
|
Return if calendar is default resource.
|
|
Set calendar file for global use.
|
|
Get global calendar.
|
|
Set output file.
|
|
To what file we'll output.
|
|
Set export type that'll we use.
|
|
what export type konsolekalendar will use
|
|
Do we use CalendarResources or LocalCalendar.
|
|
Add to Calendar Resources.
|
|
Add to Calendar Resources.
|
|
Calendar resource is the new way.
|
|
Calendar resource is the new way.
|
|
Loads calendar resources.
|
|
Set how many day should be seen.
|
|
Is there some cound of days should be seen.
|
|
Get how many day should be seen.
|
|
Set parsing string.
|
|
Set parsing string.
|
The documentation for this class was generated from the following files:
- konsolekalendarvariables.h
- konsolekalendarvariables.cpp