• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • kdepim
  • Sitemap
  • Contact Us
 

knotes

KNoteConfig Class Reference

#include <knoteconfig.h>

Inheritance diagram for KNoteConfig:

Inheritance graph
[legend]

List of all members.


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]

Get autoindent.

Definition at line 149 of file knoteconfig.h.

QColor KNoteConfig::bgColor (  )  const [inline]

Get bgcolor.

Definition at line 30 of file knoteconfig.h.

int KNoteConfig::desktop (  )  const [inline]

Get desktop.

Definition at line 234 of file knoteconfig.h.

QColor KNoteConfig::fgColor (  )  const [inline]

Get fgcolor.

Definition at line 47 of file knoteconfig.h.

QFont KNoteConfig::font (  )  const [inline]

Get font.

Definition at line 115 of file knoteconfig.h.

uint KNoteConfig::height (  )  const [inline]

Get height.

Definition at line 81 of file knoteconfig.h.

bool KNoteConfig::hideNote (  )  const [inline]

Get HideNote.

Definition at line 251 of file knoteconfig.h.

bool KNoteConfig::keepAbove (  )  const [inline]

Get KeepAbove.

Definition at line 302 of file knoteconfig.h.

bool KNoteConfig::keepBelow (  )  const [inline]

Get KeepBelow.

Definition at line 319 of file knoteconfig.h.

QPoint KNoteConfig::position (  )  const [inline]

Get position.

Definition at line 268 of file knoteconfig.h.

bool KNoteConfig::readOnly (  )  const [inline]

Get ReadOnly.

Definition at line 200 of file knoteconfig.h.

bool KNoteConfig::rememberDesktop (  )  const [inline]

Get RememberDesktop.

Definition at line 98 of file knoteconfig.h.

bool KNoteConfig::richText (  )  const [inline]

Get richtext.

Definition at line 166 of file knoteconfig.h.

void KNoteConfig::setAutoIndent ( bool  v  )  [inline]

Set autoindent.

Definition at line 140 of file knoteconfig.h.

void KNoteConfig::setBgColor ( const QColor &  v  )  [inline]

Set bgcolor.

Definition at line 21 of file knoteconfig.h.

void KNoteConfig::setDesktop ( int  v  )  [inline]

Set desktop.

Definition at line 225 of file knoteconfig.h.

void KNoteConfig::setFgColor ( const QColor &  v  )  [inline]

Set fgcolor.

Definition at line 38 of file knoteconfig.h.

void KNoteConfig::setFont ( const QFont &  v  )  [inline]

Set font.

Definition at line 106 of file knoteconfig.h.

void KNoteConfig::setHeight ( uint  v  )  [inline]

Set height.

Definition at line 72 of file knoteconfig.h.

void KNoteConfig::setHideNote ( bool  v  )  [inline]

Set HideNote.

Definition at line 242 of file knoteconfig.h.

void KNoteConfig::setKeepAbove ( bool  v  )  [inline]

Set KeepAbove.

Definition at line 293 of file knoteconfig.h.

void KNoteConfig::setKeepBelow ( bool  v  )  [inline]

Set KeepBelow.

Definition at line 310 of file knoteconfig.h.

void KNoteConfig::setPosition ( const QPoint &  v  )  [inline]

Set position.

Definition at line 259 of file knoteconfig.h.

void KNoteConfig::setReadOnly ( bool  v  )  [inline]

Set ReadOnly.

Definition at line 191 of file knoteconfig.h.

void KNoteConfig::setRememberDesktop ( bool  v  )  [inline]

Set RememberDesktop.

Definition at line 89 of file knoteconfig.h.

void KNoteConfig::setRichText ( bool  v  )  [inline]

Set richtext.

Definition at line 157 of file knoteconfig.h.

void KNoteConfig::setShowInTaskbar ( bool  v  )  [inline]

Set ShowInTaskbar.

Definition at line 276 of file knoteconfig.h.

void KNoteConfig::setTabSize ( uint  v  )  [inline]

Set tabsize.

Definition at line 174 of file knoteconfig.h.

void KNoteConfig::setTitleFont ( const QFont &  v  )  [inline]

Set titlefont.

Definition at line 123 of file knoteconfig.h.

void KNoteConfig::setVersion ( double  v  )  [inline]

Set version.

Definition at line 208 of file knoteconfig.h.

void KNoteConfig::setWidth ( uint  v  )  [inline]

Set width.

Definition at line 55 of file knoteconfig.h.

bool KNoteConfig::showInTaskbar (  )  const [inline]

Get ShowInTaskbar.

Definition at line 285 of file knoteconfig.h.

uint KNoteConfig::tabSize (  )  const [inline]

Get tabsize.

Definition at line 183 of file knoteconfig.h.

QFont KNoteConfig::titleFont (  )  const [inline]

Get titlefont.

Definition at line 132 of file knoteconfig.h.

double KNoteConfig::version (  )  const [inline]

Get version.

Definition at line 217 of file knoteconfig.h.

uint KNoteConfig::width (  )  const [inline]

Get width.

Definition at line 64 of file knoteconfig.h.


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:
  • knoteconfig.h
  • knoteconfig.cpp

knotes

Skip menu "knotes"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

kdepim

Skip menu "kdepim"
  • akonadi
  •   clients
  •   kabc
  •   kcal
  •   kcm
  • akregator
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt
  • kdgantt1
  • kjots
  • kleopatra
  • kmail
  • kmobiletools
  • knode
  • knotes
  • kontact
  • kontactinterfaces
  • korganizer
  •   korgac
  • kpilot
  • ktimetracker
  •   doc
  • libkdepim
  • libkholidays
  • libkleo
  • libkpgp
  • maildir
Generated for kdepim by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal