Preferences Class Reference
Provide an interface to the configuration options for the program. More...
#include <preferences.h>
Inherits KDialogBase.
Public Slots
Signals
- void detectIdleness (bool on)
- void idlenessTimeout (int minutes)
- void iCalFile (QString)
- void autoSave (bool on)
- void autoSavePeriod (int minutes)
- void setupChanged ()
Public Member Functions
- void disableIdleDetection ()
- bool detectIdleness () const
- int idlenessTimeout () const
- QString iCalFile () const
- QString activeCalendarFile () const
- bool autoSave () const
- bool logging () const
- int autoSavePeriod () const
- bool promptDelete () const
- bool displayColumn (int n) const
- QString userRealName () const
- void emitSignals ()
- bool readBoolEntry (const QString &uid)
- void writeEntry (const QString &key, bool value)
- void deleteEntry (const QString &key)
Static Public Member Functions
- static Preferences * instance (const QString &icsfile="")
Protected Slots
- virtual void slotOk ()
- virtual void slotCancel ()
- void idleDetectCheckBoxChanged ()
- void autoSaveCheckBoxChanged ()
Detailed Description
Provide an interface to the configuration options for the program.
The documentation for this class was generated from the following files:
- preferences.h
- preferences.cpp