kjots
KJotsSettings Class Reference
#include <KJotsSettings.h>

Detailed Description
Definition at line 10 of file KJotsSettings.h.
Public Member Functions | |
| ~KJotsSettings () | |
Static Public Member Functions | |
| static KJotsSettings * | self () |
| static void | setSplitterSizes (const QList< int > &v) |
| static QList< int > | splitterSizes () |
| static void | setCurrentSelection (quint64 v) |
| static quint64 | currentSelection () |
| static QFont | font () |
| static bool | autoSave () |
| static bool | unicode () |
| static int | autoSaveInterval () |
| static void | setLastId (quint64 v) |
| static quint64 | lastId () |
| static void | setBookshelfOrder (const QString &v) |
| static QString | bookshelfOrder () |
| static bool | pageNamePrompt () |
Protected Member Functions | |
| KJotsSettings () | |
Protected Attributes | |
| QList< int > | mSplitterSizes |
| quint64 | mCurrentSelection |
| QFont | mFont |
| bool | mAutoSave |
| bool | mUnicode |
| int | mAutoSaveInterval |
| quint64 | mLastId |
| QString | mBookshelfOrder |
| bool | mPageNamePrompt |
Friends | |
| class | KJotsSettingsHelper |
Constructor & Destructor Documentation
| KJotsSettings::~KJotsSettings | ( | ) |
Definition at line 65 of file KJotsSettings.cpp.
| KJotsSettings::KJotsSettings | ( | ) | [protected] |
Definition at line 27 of file KJotsSettings.cpp.
Member Function Documentation
| KJotsSettings * KJotsSettings::self | ( | ) | [static] |
Definition at line 17 of file KJotsSettings.cpp.
| static void KJotsSettings::setSplitterSizes | ( | const QList< int > & | v | ) | [inline, static] |
| static QList<int> KJotsSettings::splitterSizes | ( | ) | [inline, static] |
| static void KJotsSettings::setCurrentSelection | ( | quint64 | v | ) | [inline, static] |
| static quint64 KJotsSettings::currentSelection | ( | ) | [inline, static] |
| static QFont KJotsSettings::font | ( | ) | [inline, static] |
| static bool KJotsSettings::autoSave | ( | void | ) | [inline, static] |
| static bool KJotsSettings::unicode | ( | ) | [inline, static] |
Get Whether UTF-8 encoding should be forced for saving and loading.
Definition at line 80 of file KJotsSettings.h.
| static int KJotsSettings::autoSaveInterval | ( | ) | [inline, static] |
Get The interval in minutes at which books should be saved automatically.
Definition at line 90 of file KJotsSettings.h.
| static void KJotsSettings::setLastId | ( | quint64 | v | ) | [inline, static] |
| static quint64 KJotsSettings::lastId | ( | ) | [inline, static] |
| static void KJotsSettings::setBookshelfOrder | ( | const QString & | v | ) | [inline, static] |
| static QString KJotsSettings::bookshelfOrder | ( | ) | [inline, static] |
| static bool KJotsSettings::pageNamePrompt | ( | ) | [inline, static] |
Friends And Related Function Documentation
friend class KJotsSettingsHelper [friend] |
Definition at line 145 of file KJotsSettings.h.
Member Data Documentation
QList<int> KJotsSettings::mSplitterSizes [protected] |
Definition at line 149 of file KJotsSettings.h.
quint64 KJotsSettings::mCurrentSelection [protected] |
Definition at line 150 of file KJotsSettings.h.
QFont KJotsSettings::mFont [protected] |
Definition at line 151 of file KJotsSettings.h.
bool KJotsSettings::mAutoSave [protected] |
Definition at line 152 of file KJotsSettings.h.
bool KJotsSettings::mUnicode [protected] |
Definition at line 153 of file KJotsSettings.h.
int KJotsSettings::mAutoSaveInterval [protected] |
Definition at line 154 of file KJotsSettings.h.
quint64 KJotsSettings::mLastId [protected] |
Definition at line 155 of file KJotsSettings.h.
QString KJotsSettings::mBookshelfOrder [protected] |
Definition at line 156 of file KJotsSettings.h.
bool KJotsSettings::mPageNamePrompt [protected] |
Definition at line 157 of file KJotsSettings.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference