KonsoleKalendar
konsolekalendarvariables.h
Go to the documentation of this file.
Export HTML for the time span on month boundaries.
Definition: konsolekalendarvariables.h:56
KonsoleKalendarVariables()
Construct an empty KonsoleKalendarVariables object.
Definition: konsolekalendarvariables.cpp:54
ExportType getExportType() const
What export type to use.
Definition: konsolekalendarvariables.cpp:225
QString getCalendarFile() const
Returns fullpath to calendar file.
Definition: konsolekalendarvariables.cpp:195
void setDescription(const QString &description)
Add description.
Definition: konsolekalendarvariables.cpp:261
bool isDaysCount() const
Is there some cound of days should be seen.
Definition: konsolekalendarvariables.cpp:330
void setUseJournals(bool useJournals)
Set switch to use Journals.
Definition: konsolekalendarvariables.cpp:180
void setDaysCount(int count)
Sets how many day should be seen.
Definition: konsolekalendarvariables.cpp:319
void setAllowGui(bool allow)
Sets whether to allow using resources with potential GUI dependencies.
Definition: konsolekalendarvariables.cpp:335
void setStartDateTime(const QDateTime &start)
Sets start date.
Definition: konsolekalendarvariables.cpp:98
QString getExportFile() const
To what file we'll output.
Definition: konsolekalendarvariables.cpp:241
Akonadi::Collection::Id collectionId() const
Definition: konsolekalendarvariables.cpp:345
void setVerbose(bool verbose)
Should program be more verbose?
Definition: konsolekalendarvariables.cpp:140
This class provides all the variables for the program.
Definition: konsolekalendarvariables.h:73
void setLocation(const QString &location)
Add location information.
Definition: konsolekalendarvariables.cpp:277
bool allowGui() const
Returns whether to allow using resources with potential GUI dependencies.
Definition: konsolekalendarvariables.cpp:350
void setNext(bool next)
Show only next activity and exit.
Definition: konsolekalendarvariables.cpp:130
void setCollectionId(Akonadi::Collection::Id)
Definition: konsolekalendarvariables.cpp:340
void setExportFile(const QString &export_file)
Sets the output file name to export_file.
Definition: konsolekalendarvariables.cpp:230
void setUID(const QString &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 setDryRun(bool dryrun)
Should we only try to run it and do nothing?
Definition: konsolekalendarvariables.cpp:150
bool isNext() const
Should we show only next activity and exit?
Definition: konsolekalendarvariables.cpp:135
void setImportFile(const QString &calendar)
Set file to import active calendar.
Definition: konsolekalendarvariables.cpp:200
bool isDescription() const
Is there an event description?
Definition: konsolekalendarvariables.cpp:272
QString getUID() const
Get UID, the unique tag for VCard entry.
Definition: konsolekalendarvariables.cpp:88
void setFloating(bool floating)
Set if Event is floating.
Definition: konsolekalendarvariables.cpp:309
void setEndDateTime(const QDateTime &end)
Sets end date.
Definition: konsolekalendarvariables.cpp:114
int getDaysCount() const
Get how many day should be seen.
Definition: konsolekalendarvariables.cpp:325
void setExportType(ExportType exportType)
Sets the ExportType to use.
Definition: konsolekalendarvariables.cpp:220
void setCalendar(const Akonadi::FetchJobCalendar::Ptr &)
Sets the calendar resources for global use.
Definition: konsolekalendarvariables.cpp:210
QString getLocation() const
Return location information.
Definition: konsolekalendarvariables.cpp:283
Akonadi::FetchJobCalendar::Ptr getCalendar() const
Get global calendar resources.
Definition: konsolekalendarvariables.cpp:215
bool isLocation() const
Is there event location information available?
Definition: konsolekalendarvariables.cpp:288
bool isDryRun() const
Is this program only in testing mode?
Definition: konsolekalendarvariables.cpp:155
void setUseTodos(bool useTodos)
Set switch to use Todos.
Definition: konsolekalendarvariables.cpp:170
void setCalendarFile(const QString &calendar)
Set calendar file.
Definition: konsolekalendarvariables.cpp:190
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.