knotes
KNoteConfig Class Reference
#include <knoteconfig.h>

Detailed Description
Definition at line 11 of file knoteconfig.h.
Public Member Functions | |
| 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 |
| KNoteConfig (KSharedConfig::Ptr config=KGlobal::config()) | |
| 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 (double v) |
| void | setWidth (uint v) |
| bool | showInTaskbar () const |
| uint | tabSize () const |
| QFont | titleFont () const |
| double | version () const |
| uint | width () const |
| ~KNoteConfig () | |
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 |
| double | mVersion |
| uint | mWidth |
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
| bool KNoteConfig::autoIndent | ( | ) | const [inline] |
| QColor KNoteConfig::bgColor | ( | ) | const [inline] |
| int KNoteConfig::desktop | ( | ) | const [inline] |
| QColor KNoteConfig::fgColor | ( | ) | const [inline] |
| QFont KNoteConfig::font | ( | ) | const [inline] |
| uint KNoteConfig::height | ( | ) | const [inline] |
| bool KNoteConfig::hideNote | ( | ) | const [inline] |
| bool KNoteConfig::keepAbove | ( | ) | const [inline] |
| bool KNoteConfig::keepBelow | ( | ) | const [inline] |
| QPoint KNoteConfig::position | ( | ) | const [inline] |
| bool KNoteConfig::readOnly | ( | ) | const [inline] |
| bool KNoteConfig::rememberDesktop | ( | ) | const [inline] |
| bool KNoteConfig::richText | ( | ) | const [inline] |
| void KNoteConfig::setAutoIndent | ( | bool | v | ) | [inline] |
| void KNoteConfig::setBgColor | ( | const QColor & | v | ) | [inline] |
| void KNoteConfig::setDesktop | ( | int | v | ) | [inline] |
| void KNoteConfig::setFgColor | ( | const QColor & | v | ) | [inline] |
| void KNoteConfig::setFont | ( | const QFont & | v | ) | [inline] |
| void KNoteConfig::setHeight | ( | uint | v | ) | [inline] |
| void KNoteConfig::setHideNote | ( | bool | v | ) | [inline] |
| void KNoteConfig::setKeepAbove | ( | bool | v | ) | [inline] |
| void KNoteConfig::setKeepBelow | ( | bool | v | ) | [inline] |
| void KNoteConfig::setPosition | ( | const QPoint & | v | ) | [inline] |
| void KNoteConfig::setReadOnly | ( | bool | v | ) | [inline] |
| void KNoteConfig::setRememberDesktop | ( | bool | v | ) | [inline] |
| void KNoteConfig::setRichText | ( | bool | v | ) | [inline] |
| void KNoteConfig::setShowInTaskbar | ( | bool | v | ) | [inline] |
| void KNoteConfig::setTabSize | ( | uint | v | ) | [inline] |
| void KNoteConfig::setTitleFont | ( | const QFont & | v | ) | [inline] |
| void KNoteConfig::setVersion | ( | double | v | ) | [inline] |
| void KNoteConfig::setWidth | ( | uint | v | ) | [inline] |
| bool KNoteConfig::showInTaskbar | ( | ) | const [inline] |
| uint KNoteConfig::tabSize | ( | ) | const [inline] |
| QFont KNoteConfig::titleFont | ( | ) | const [inline] |
| double KNoteConfig::version | ( | ) | const [inline] |
| uint KNoteConfig::width | ( | ) | const [inline] |
Member Data Documentation
bool KNoteConfig::mAutoIndent [protected] |
Definition at line 336 of file knoteconfig.h.
QColor KNoteConfig::mBgColor [protected] |
Definition at line 327 of file knoteconfig.h.
int KNoteConfig::mDesktop [protected] |
Definition at line 345 of file knoteconfig.h.
QColor KNoteConfig::mFgColor [protected] |
Definition at line 328 of file knoteconfig.h.
QFont KNoteConfig::mFont [protected] |
Definition at line 334 of file knoteconfig.h.
uint KNoteConfig::mHeight [protected] |
Definition at line 330 of file knoteconfig.h.
bool KNoteConfig::mHideNote [protected] |
Definition at line 346 of file knoteconfig.h.
bool KNoteConfig::mKeepAbove [protected] |
Definition at line 349 of file knoteconfig.h.
bool KNoteConfig::mKeepBelow [protected] |
Definition at line 350 of file knoteconfig.h.
QPoint KNoteConfig::mPosition [protected] |
Definition at line 347 of file knoteconfig.h.
bool KNoteConfig::mReadOnly [protected] |
Definition at line 339 of file knoteconfig.h.
bool KNoteConfig::mRememberDesktop [protected] |
Definition at line 331 of file knoteconfig.h.
bool KNoteConfig::mRichText [protected] |
Definition at line 337 of file knoteconfig.h.
bool KNoteConfig::mShowInTaskbar [protected] |
Definition at line 348 of file knoteconfig.h.
uint KNoteConfig::mTabSize [protected] |
Definition at line 338 of file knoteconfig.h.
QFont KNoteConfig::mTitleFont [protected] |
Definition at line 335 of file knoteconfig.h.
double KNoteConfig::mVersion [protected] |
Definition at line 342 of file knoteconfig.h.
uint KNoteConfig::mWidth [protected] |
Definition at line 329 of file knoteconfig.h.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference