kjots
KJotsSettings.h
Go to the documentation of this file.
static int autoSaveInterval()
Get The interval in minutes at which books should be saved automatically.
Definition: KJotsSettings.h:90
static bool pageNamePrompt()
Get Ask for a name when creating a new page?
Definition: KJotsSettings.h:138
Definition: KJotsSettings.h:10
static QString bookshelfOrder()
Get The IDs of the books in the bookshelf.
Definition: KJotsSettings.h:128
static QList< int > splitterSizes()
Get How the main window is divided.
Definition: KJotsSettings.h:31
static void setCurrentSelection(quint64 v)
Set The book or page that is currently active.
Definition: KJotsSettings.h:40
static void setLastId(quint64 v)
Set The last ID that was used for a book or page.
Definition: KJotsSettings.h:99
static void setSplitterSizes(const QList< int > &v)
Set How the main window is divided.
Definition: KJotsSettings.h:21
static bool unicode()
Get Whether UTF-8 encoding should be forced for saving and loading.
Definition: KJotsSettings.h:80
static quint64 currentSelection()
Get The book or page that is currently active.
Definition: KJotsSettings.h:50
static void setBookshelfOrder(const QString &v)
Set The IDs of the books in the bookshelf.
Definition: KJotsSettings.h:118
static bool autoSave()
Get Whether books should be saved automatically.
Definition: KJotsSettings.h:70
static QFont font()
Get The font used to display the contents of books.
Definition: KJotsSettings.h:60
static quint64 lastId()
Get The last ID that was used for a book or page.
Definition: KJotsSettings.h:109
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
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.