3 #ifndef KTIMETRACKERSETTINGS_H
4 #define KTIMETRACKERSETTINGS_H
6 #include <kconfigskeleton.h>
9 #include <kemailsettings.h>
23 if (!
self()->isImmutable( QString::fromLatin1(
"showSearchBar" ) ))
42 if (!
self()->isImmutable( QString::fromLatin1(
"userRealName" ) ))
61 if (!
self()->isImmutable( QString::fromLatin1(
"enabled" ) ))
80 if (!
self()->isImmutable( QString::fromLatin1(
"period" ) ))
99 if (!
self()->isImmutable( QString::fromLatin1(
"minActiveTime" ) ))
118 if (!
self()->isImmutable( QString::fromLatin1(
"autoSave" ) ))
137 if (!
self()->isImmutable( QString::fromLatin1(
"autoSavePeriod" ) ))
156 if (!
self()->isImmutable( QString::fromLatin1(
"promptDelete" ) ))
175 if (!
self()->isImmutable( QString::fromLatin1(
"uniTasking" ) ))
194 if (!
self()->isImmutable( QString::fromLatin1(
"displaySessionTime" ) ))
213 if (!
self()->isImmutable( QString::fromLatin1(
"displayTime" ) ))
232 if (!
self()->isImmutable( QString::fromLatin1(
"displayTotalSessionTime" ) ))
251 if (!
self()->isImmutable( QString::fromLatin1(
"displayTotalTime" ) ))
270 if (!
self()->isImmutable( QString::fromLatin1(
"displayPriority" ) ))
289 if (!
self()->isImmutable( QString::fromLatin1(
"displayPercentComplete" ) ))
308 if (!
self()->isImmutable( QString::fromLatin1(
"decimalFormat" ) ))
327 if (!
self()->isImmutable( QString::fromLatin1(
"configPDA" ) ))
346 if (!
self()->isImmutable( QString::fromLatin1(
"trayIcon" ) ))
static void setDecimalFormat(bool v)
Set decimalFormat.
static uint period()
Get period.
bool mDisplayTotalSessionTime
static void setTrayIcon(bool v)
Set trayIcon.
static bool decimalFormat()
Get decimalFormat.
static QString userRealName()
Get userRealName.
friend class KTimeTrackerSettingsHelper
static uint minActiveTime()
Get minActiveTime.
static bool displayPriority()
Get displayPriority.
static bool trayIcon()
Get trayIcon.
static void setEnabled(bool v)
Set enabled.
static bool displaySessionTime()
Get displaySessionTime.
static bool autoSave()
Get autoSave.
static bool enabled()
Get enabled.
static void setUniTasking(bool v)
Set uniTasking.
static void setDisplayPercentComplete(bool v)
Set displayPercentComplete.
static bool showSearchBar()
Get showSearchBar.
static uint autoSavePeriod()
Get autoSavePeriod.
static void setConfigPDA(bool v)
Set configPDA.
static void setAutoSavePeriod(uint v)
Set autoSavePeriod.
static void setDisplayTime(bool v)
Set displayTime.
static bool promptDelete()
Get promptDelete.
static void setUserRealName(const QString &v)
Set userRealName.
static bool displayTotalTime()
Get displayTotalTime.
static void setPromptDelete(bool v)
Set promptDelete.
static void setPeriod(uint v)
Set period.
static void setShowSearchBar(bool v)
Set showSearchBar.
static void setDisplayTotalTime(bool v)
Set displayTotalTime.
static bool displayTime()
Get displayTime.
static void setDisplaySessionTime(bool v)
Set displaySessionTime.
static bool uniTasking()
Get uniTasking.
static void setDisplayTotalSessionTime(bool v)
Set displayTotalSessionTime.
static bool displayTotalSessionTime()
Get displayTotalSessionTime.
static bool configPDA()
Get configPDA.
static void setAutoSave(bool v)
Set autoSave.
static void setDisplayPriority(bool v)
Set displayPriority.
static void setMinActiveTime(uint v)
Set minActiveTime.
bool mDisplayPercentComplete
static bool displayPercentComplete()
Get displayPercentComplete.