knotes
#include <knoteconfig.h>

Public Member Functions | |
| KNoteConfig (KSharedConfig::Ptr config=KGlobal::config()) | |
| ~KNoteConfig () | |
| bool | autoIndent () const |
| QColor | bgColor () const |
| int | desktop () const |
| QColor | fgColor () const |
| QFont | font () const |
| uint | height () const |
| bool | hideNote () const |
| bool | keepAbove () const |
| bool | keepBelow () const |
| QPoint | position () const |
| bool | readOnly () const |
| bool | rememberDesktop () const |
| bool | richText () const |
| void | setAutoIndent (bool v) |
| void | setBgColor (const QColor &v) |
| void | setDesktop (int v) |
| void | setFgColor (const QColor &v) |
| void | setFont (const QFont &v) |
| void | setHeight (uint v) |
| void | setHideNote (bool v) |
| void | setKeepAbove (bool v) |
| void | setKeepBelow (bool v) |
| void | setPosition (const QPoint &v) |
| void | setReadOnly (bool v) |
| void | setRememberDesktop (bool v) |
| void | setRichText (bool v) |
| void | setShowInTaskbar (bool v) |
| void | setTabSize (uint v) |
| void | setTitleFont (const QFont &v) |
| void | setVersion (const QString &v) |
| void | setWidth (uint v) |
| bool | showInTaskbar () const |
| uint | tabSize () const |
| QFont | titleFont () const |
| QString | version () const |
| uint | width () const |
Protected Attributes | |
| bool | mAutoIndent |
| QColor | mBgColor |
| int | mDesktop |
| QColor | mFgColor |
| QFont | mFont |
| uint | mHeight |
| bool | mHideNote |
| bool | mKeepAbove |
| bool | mKeepBelow |
| QPoint | mPosition |
| bool | mReadOnly |
| bool | mRememberDesktop |
| bool | mRichText |
| bool | mShowInTaskbar |
| uint | mTabSize |
| QFont | mTitleFont |
| QString | mVersion |
| uint | mWidth |
Detailed Description
Definition at line 13 of file knoteconfig.h.
Constructor & Destructor Documentation
| KNoteConfig::KNoteConfig | ( | KSharedConfig::Ptr | config = KGlobal::config() | ) |
Definition at line 6 of file knoteconfig.cpp.
| KNoteConfig::~KNoteConfig | ( | ) |
Definition at line 76 of file knoteconfig.cpp.
Member Function Documentation
|
inline |
Get autoindent.
Definition at line 151 of file knoteconfig.h.
|
inline |
Get bgcolor.
Definition at line 32 of file knoteconfig.h.
|
inline |
Get desktop.
Definition at line 236 of file knoteconfig.h.
|
inline |
Get fgcolor.
Definition at line 49 of file knoteconfig.h.
|
inline |
Get font.
Definition at line 117 of file knoteconfig.h.
|
inline |
Get height.
Definition at line 83 of file knoteconfig.h.
|
inline |
Get HideNote.
Definition at line 253 of file knoteconfig.h.
|
inline |
Get KeepAbove.
Definition at line 304 of file knoteconfig.h.
|
inline |
Get KeepBelow.
Definition at line 321 of file knoteconfig.h.
|
inline |
Get position.
Definition at line 270 of file knoteconfig.h.
|
inline |
Get ReadOnly.
Definition at line 202 of file knoteconfig.h.
|
inline |
Get RememberDesktop.
Definition at line 100 of file knoteconfig.h.
|
inline |
Get richtext.
Definition at line 168 of file knoteconfig.h.
|
inline |
Set autoindent.
Definition at line 142 of file knoteconfig.h.
|
inline |
Set bgcolor.
Definition at line 23 of file knoteconfig.h.
|
inline |
Set desktop.
Definition at line 227 of file knoteconfig.h.
|
inline |
Set fgcolor.
Definition at line 40 of file knoteconfig.h.
|
inline |
Set font.
Definition at line 108 of file knoteconfig.h.
|
inline |
Set height.
Definition at line 74 of file knoteconfig.h.
|
inline |
Set HideNote.
Definition at line 244 of file knoteconfig.h.
|
inline |
Set KeepAbove.
Definition at line 295 of file knoteconfig.h.
|
inline |
Set KeepBelow.
Definition at line 312 of file knoteconfig.h.
|
inline |
Set position.
Definition at line 261 of file knoteconfig.h.
|
inline |
Set ReadOnly.
Definition at line 193 of file knoteconfig.h.
|
inline |
Set RememberDesktop.
Definition at line 91 of file knoteconfig.h.
|
inline |
Set richtext.
Definition at line 159 of file knoteconfig.h.
|
inline |
Set ShowInTaskbar.
Definition at line 278 of file knoteconfig.h.
|
inline |
Set tabsize.
Definition at line 176 of file knoteconfig.h.
|
inline |
Set titlefont.
Definition at line 125 of file knoteconfig.h.
|
inline |
Set version.
Definition at line 210 of file knoteconfig.h.
|
inline |
Set width.
Definition at line 57 of file knoteconfig.h.
|
inline |
Get ShowInTaskbar.
Definition at line 287 of file knoteconfig.h.
|
inline |
Get tabsize.
Definition at line 185 of file knoteconfig.h.
|
inline |
Get titlefont.
Definition at line 134 of file knoteconfig.h.
|
inline |
Get version.
Definition at line 219 of file knoteconfig.h.
|
inline |
Get width.
Definition at line 66 of file knoteconfig.h.
Member Data Documentation
|
protected |
Definition at line 338 of file knoteconfig.h.
|
protected |
Definition at line 329 of file knoteconfig.h.
|
protected |
Definition at line 347 of file knoteconfig.h.
|
protected |
Definition at line 330 of file knoteconfig.h.
|
protected |
Definition at line 336 of file knoteconfig.h.
|
protected |
Definition at line 332 of file knoteconfig.h.
|
protected |
Definition at line 348 of file knoteconfig.h.
|
protected |
Definition at line 351 of file knoteconfig.h.
|
protected |
Definition at line 352 of file knoteconfig.h.
|
protected |
Definition at line 349 of file knoteconfig.h.
|
protected |
Definition at line 341 of file knoteconfig.h.
|
protected |
Definition at line 333 of file knoteconfig.h.
|
protected |
Definition at line 339 of file knoteconfig.h.
|
protected |
Definition at line 350 of file knoteconfig.h.
|
protected |
Definition at line 340 of file knoteconfig.h.
|
protected |
Definition at line 337 of file knoteconfig.h.
|
protected |
Definition at line 344 of file knoteconfig.h.
|
protected |
Definition at line 331 of file knoteconfig.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference