kjots
#include <KJotsSettings.h>
Definition at line 10 of file KJotsSettings.h.
KJotsSettings::~KJotsSettings |
( |
| ) |
|
KJotsSettings::KJotsSettings |
( |
| ) |
|
|
protected |
static bool KJotsSettings::autoSave |
( |
| ) |
|
|
inlinestatic |
Get Whether books should be saved automatically.
Definition at line 70 of file KJotsSettings.h.
static int KJotsSettings::autoSaveInterval |
( |
| ) |
|
|
inlinestatic |
Get The interval in minutes at which books should be saved automatically.
Definition at line 90 of file KJotsSettings.h.
static QString KJotsSettings::bookshelfOrder |
( |
| ) |
|
|
inlinestatic |
Get The IDs of the books in the bookshelf.
Definition at line 128 of file KJotsSettings.h.
static quint64 KJotsSettings::currentSelection |
( |
| ) |
|
|
inlinestatic |
Get The book or page that is currently active.
Definition at line 50 of file KJotsSettings.h.
static QFont KJotsSettings::font |
( |
| ) |
|
|
inlinestatic |
Get The font used to display the contents of books.
Definition at line 60 of file KJotsSettings.h.
static quint64 KJotsSettings::lastId |
( |
| ) |
|
|
inlinestatic |
Get The last ID that was used for a book or page.
Definition at line 109 of file KJotsSettings.h.
static bool KJotsSettings::pageNamePrompt |
( |
| ) |
|
|
inlinestatic |
Get Ask for a name when creating a new page?
Definition at line 138 of file KJotsSettings.h.
static void KJotsSettings::setBookshelfOrder |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The IDs of the books in the bookshelf.
Definition at line 118 of file KJotsSettings.h.
static void KJotsSettings::setCurrentSelection |
( |
quint64 |
v | ) |
|
|
inlinestatic |
Set The book or page that is currently active.
Definition at line 40 of file KJotsSettings.h.
static void KJotsSettings::setLastId |
( |
quint64 |
v | ) |
|
|
inlinestatic |
Set The last ID that was used for a book or page.
Definition at line 99 of file KJotsSettings.h.
static void KJotsSettings::setSplitterSizes |
( |
const QList< int > & |
v | ) |
|
|
inlinestatic |
static QList<int> KJotsSettings::splitterSizes |
( |
| ) |
|
|
inlinestatic |
static bool KJotsSettings::unicode |
( |
| ) |
|
|
inlinestatic |
Get Whether UTF-8 encoding should be forced for saving and loading.
Definition at line 80 of file KJotsSettings.h.
bool KJotsSettings::mAutoSave |
|
protected |
int KJotsSettings::mAutoSaveInterval |
|
protected |
QString KJotsSettings::mBookshelfOrder |
|
protected |
quint64 KJotsSettings::mCurrentSelection |
|
protected |
QFont KJotsSettings::mFont |
|
protected |
quint64 KJotsSettings::mLastId |
|
protected |
bool KJotsSettings::mPageNamePrompt |
|
protected |
QList<int> KJotsSettings::mSplitterSizes |
|
protected |
bool KJotsSettings::mUnicode |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:39 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.