korganizer
#include <koprefs.h>

Static Public Member Functions | |
| static KOPrefs * | instance () |
Additional Inherited Members | |
Public Types inherited from KOPrefsBase | |
| enum | EnumAgendaViewCalendarDisplay { CalendarsMerged, CalendarsSideBySide, AllCalendarViews } |
| enum | EnumAgendaViewColors { CategoryInsideResourceOutside, ResourceInsideCategoryOutside, CategoryOnly, ResourceOnly } |
| enum | EnumDefaultTodoAttachMethod { TodoAttachAsk, TodoAttachLink, TodoAttachInlineFull } |
| enum | EnumDestination { standardDestination, askDestination } |
| enum | EnumMonthViewColors { MonthItemCategoryInsideResourceOutside, MonthItemResourceInsideCategoryOutside, MonthItemCategoryOnly, MonthItemResourceOnly } |
Detailed Description
Constructor & Destructor Documentation
|
virtual |
Definition at line 62 of file koprefs.cpp.
Member Function Documentation
| EventViews::PrefsPtr KOPrefs::eventViewsPreferences | ( | ) | const |
Definition at line 135 of file koprefs.cpp.
| QString KOPrefs::htmlExportFile | ( | ) | const |
Definition at line 130 of file koprefs.cpp.
|
static |
Get instance of KOPrefs.
It is made sure that there is only one instance.
Definition at line 68 of file koprefs.cpp.
| QColor KOPrefs::resourceColor | ( | const QString & | cal | ) |
Definition at line 110 of file koprefs.cpp.
| void KOPrefs::setHtmlExportFile | ( | const QString & | fileName | ) |
Definition at line 125 of file koprefs.cpp.
| void KOPrefs::setResourceColor | ( | const QString & | cal, |
| const QColor & | color | ||
| ) |
Definition at line 105 of file koprefs.cpp.
| void KOPrefs::setTimeScaleTimezones | ( | const QStringList & | list | ) |
Definition at line 120 of file koprefs.cpp.
| QStringList KOPrefs::timeScaleTimezones | ( | ) | const |
Definition at line 115 of file koprefs.cpp.
| void KOPrefs::usrReadConfig | ( | ) |
Read preferences from config file.
Definition at line 85 of file koprefs.cpp.
| void KOPrefs::usrSetDefaults | ( | ) |
Set preferences to default values.
Definition at line 78 of file koprefs.cpp.
| void KOPrefs::usrWriteConfig | ( | ) |
Write preferences to config file.
Definition at line 95 of file koprefs.cpp.
Member Data Documentation
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from