ktimetracker
ktimetracker.cpp
Go to the documentation of this file.
35 itemShowSearchBar = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showSearchBar" ), mShowSearchBar, true );
43 itemUserRealName = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "userRealName" ), mUserRealName, _userRealName );
49 itemEnabled = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "enabled" ), mEnabled, true );
52 itemPeriod = new KConfigSkeleton::ItemUInt( currentGroup(), QLatin1String( "period" ), mPeriod, 15 );
55 itemMinActiveTime = new KConfigSkeleton::ItemUInt( currentGroup(), QLatin1String( "minActiveTime" ), mMinActiveTime, 5 );
61 itemAutoSave = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "autoSave" ), mAutoSave, true );
64 itemAutoSavePeriod = new KConfigSkeleton::ItemUInt( currentGroup(), QLatin1String( "autoSavePeriod" ), mAutoSavePeriod, 5 );
67 itemPromptDelete = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "promptDelete" ), mPromptDelete, true );
70 itemUniTasking = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "uniTasking" ), mUniTasking, false );
73 itemDisplaySessionTime = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "displaySessionTime" ), mDisplaySessionTime, true );
76 itemDisplayTime = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "displayTime" ), mDisplayTime, true );
79 itemDisplayTotalSessionTime = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "displayTotalSessionTime" ), mDisplayTotalSessionTime, true );
82 itemDisplayTotalTime = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "displayTotalTime" ), mDisplayTotalTime, true );
85 itemDisplayPriority = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "displayPriority" ), mDisplayPriority, false );
88 itemDisplayPercentComplete = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "displayPercentComplete" ), mDisplayPercentComplete, false );
91 itemDecimalFormat = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "decimalFormat" ), mDecimalFormat, false );
94 itemConfigPDA = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "configPDA" ), mConfigPDA, false );
97 itemTrayIcon = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "trayIcon" ), mTrayIcon, true );
bool mDisplayTotalSessionTime
Definition: ktimetracker.h:380
Definition: ktimetracker.h:10
bool mDisplayPercentComplete
Definition: ktimetracker.h:383
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 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:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.