knotes
KNoteConfig Class Reference
Inheritance diagram for KNoteConfig:

Detailed Description
Definition at line 10 of file knoteconfig.h.
Public Member Functions | |
KNoteConfig (KSharedConfig::Ptr config=KGlobal::sharedConfig()) | |
~KNoteConfig () | |
void | setBgColor (const QColor &v) |
QColor | bgColor () const |
void | setFgColor (const QColor &v) |
QColor | fgColor () const |
void | setWidth (uint v) |
uint | width () const |
void | setHeight (uint v) |
uint | height () const |
void | setFont (const QFont &v) |
QFont | font () const |
void | setTitleFont (const QFont &v) |
QFont | titleFont () const |
void | setAutoIndent (bool v) |
bool | autoIndent () const |
void | setRichText (bool v) |
bool | richText () const |
void | setTabSize (uint v) |
uint | tabSize () const |
void | setReadOnly (bool v) |
bool | readOnly () const |
void | setVersion (double v) |
double | version () const |
void | setDesktop (int v) |
int | desktop () const |
void | setHideNote (bool v) |
bool | hideNote () const |
void | setPosition (const QPoint &v) |
QPoint | position () const |
void | setShowInTaskbar (bool v) |
bool | showInTaskbar () const |
void | setKeepAbove (bool v) |
bool | keepAbove () const |
void | setKeepBelow (bool v) |
bool | keepBelow () const |
Protected Attributes | |
QColor | mBgColor |
QColor | mFgColor |
uint | mWidth |
uint | mHeight |
QFont | mFont |
QFont | mTitleFont |
bool | mAutoIndent |
bool | mRichText |
uint | mTabSize |
bool | mReadOnly |
double | mVersion |
int | mDesktop |
bool | mHideNote |
QPoint | mPosition |
bool | mShowInTaskbar |
bool | mKeepAbove |
bool | mKeepBelow |
Member Function Documentation
|
Get autoindent.
Definition at line 131 of file knoteconfig.h. |
|
Get bgcolor.
Definition at line 29 of file knoteconfig.h. |
|
Get desktop.
Definition at line 216 of file knoteconfig.h. |
|
Get fgcolor.
Definition at line 46 of file knoteconfig.h. |
|
Get font.
Definition at line 97 of file knoteconfig.h. |
|
Get height.
Definition at line 80 of file knoteconfig.h. |
|
Get HideNote.
Definition at line 233 of file knoteconfig.h. |
|
Get KeepAbove.
Definition at line 284 of file knoteconfig.h. |
|
Get KeepBelow.
Definition at line 301 of file knoteconfig.h. |
|
Get position.
Definition at line 250 of file knoteconfig.h. |
|
Get ReadOnly.
Definition at line 182 of file knoteconfig.h. |
|
Get richtext.
Definition at line 148 of file knoteconfig.h. |
|
Set autoindent.
Definition at line 122 of file knoteconfig.h. |
|
Set bgcolor.
Definition at line 20 of file knoteconfig.h. |
|
Set desktop.
Definition at line 207 of file knoteconfig.h. |
|
Set fgcolor.
Definition at line 37 of file knoteconfig.h. |
|
Set font.
Definition at line 88 of file knoteconfig.h. |
|
Set height.
Definition at line 71 of file knoteconfig.h. |
|
Set HideNote.
Definition at line 224 of file knoteconfig.h. |
|
Set KeepAbove.
Definition at line 275 of file knoteconfig.h. |
|
Set KeepBelow.
Definition at line 292 of file knoteconfig.h. |
|
Set position.
Definition at line 241 of file knoteconfig.h. |
|
Set ReadOnly.
Definition at line 173 of file knoteconfig.h. |
|
Set richtext.
Definition at line 139 of file knoteconfig.h. |
|
Set ShowInTaskbar.
Definition at line 258 of file knoteconfig.h. |
|
Set tabsize.
Definition at line 156 of file knoteconfig.h. |
|
Set titlefont.
Definition at line 105 of file knoteconfig.h. |
|
Set version.
Definition at line 190 of file knoteconfig.h. |
|
Set width.
Definition at line 54 of file knoteconfig.h. |
|
Get ShowInTaskbar.
Definition at line 267 of file knoteconfig.h. |
|
Get tabsize.
Definition at line 165 of file knoteconfig.h. |
|
Get titlefont.
Definition at line 114 of file knoteconfig.h. |
|
Get version.
Definition at line 199 of file knoteconfig.h. |
|
Get width.
Definition at line 63 of file knoteconfig.h. |
The documentation for this class was generated from the following files: