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

knotes

Public Member Functions | Protected Attributes | List of all members
KNoteConfig Class Reference

#include <knoteconfig.h>

Inheritance diagram for KNoteConfig:
Inheritance graph
[legend]

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

bool KNoteConfig::autoIndent ( ) const
inline

Get autoindent.

Definition at line 151 of file knoteconfig.h.

QColor KNoteConfig::bgColor ( ) const
inline

Get bgcolor.

Definition at line 32 of file knoteconfig.h.

int KNoteConfig::desktop ( ) const
inline

Get desktop.

Definition at line 236 of file knoteconfig.h.

QColor KNoteConfig::fgColor ( ) const
inline

Get fgcolor.

Definition at line 49 of file knoteconfig.h.

QFont KNoteConfig::font ( ) const
inline

Get font.

Definition at line 117 of file knoteconfig.h.

uint KNoteConfig::height ( ) const
inline

Get height.

Definition at line 83 of file knoteconfig.h.

bool KNoteConfig::hideNote ( ) const
inline

Get HideNote.

Definition at line 253 of file knoteconfig.h.

bool KNoteConfig::keepAbove ( ) const
inline

Get KeepAbove.

Definition at line 304 of file knoteconfig.h.

bool KNoteConfig::keepBelow ( ) const
inline

Get KeepBelow.

Definition at line 321 of file knoteconfig.h.

QPoint KNoteConfig::position ( ) const
inline

Get position.

Definition at line 270 of file knoteconfig.h.

bool KNoteConfig::readOnly ( ) const
inline

Get ReadOnly.

Definition at line 202 of file knoteconfig.h.

bool KNoteConfig::rememberDesktop ( ) const
inline

Get RememberDesktop.

Definition at line 100 of file knoteconfig.h.

bool KNoteConfig::richText ( ) const
inline

Get richtext.

Definition at line 168 of file knoteconfig.h.

void KNoteConfig::setAutoIndent ( bool  v)
inline

Set autoindent.

Definition at line 142 of file knoteconfig.h.

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

Set bgcolor.

Definition at line 23 of file knoteconfig.h.

void KNoteConfig::setDesktop ( int  v)
inline

Set desktop.

Definition at line 227 of file knoteconfig.h.

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

Set fgcolor.

Definition at line 40 of file knoteconfig.h.

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

Set font.

Definition at line 108 of file knoteconfig.h.

void KNoteConfig::setHeight ( uint  v)
inline

Set height.

Definition at line 74 of file knoteconfig.h.

void KNoteConfig::setHideNote ( bool  v)
inline

Set HideNote.

Definition at line 244 of file knoteconfig.h.

void KNoteConfig::setKeepAbove ( bool  v)
inline

Set KeepAbove.

Definition at line 295 of file knoteconfig.h.

void KNoteConfig::setKeepBelow ( bool  v)
inline

Set KeepBelow.

Definition at line 312 of file knoteconfig.h.

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

Set position.

Definition at line 261 of file knoteconfig.h.

void KNoteConfig::setReadOnly ( bool  v)
inline

Set ReadOnly.

Definition at line 193 of file knoteconfig.h.

void KNoteConfig::setRememberDesktop ( bool  v)
inline

Set RememberDesktop.

Definition at line 91 of file knoteconfig.h.

void KNoteConfig::setRichText ( bool  v)
inline

Set richtext.

Definition at line 159 of file knoteconfig.h.

void KNoteConfig::setShowInTaskbar ( bool  v)
inline

Set ShowInTaskbar.

Definition at line 278 of file knoteconfig.h.

void KNoteConfig::setTabSize ( uint  v)
inline

Set tabsize.

Definition at line 176 of file knoteconfig.h.

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

Set titlefont.

Definition at line 125 of file knoteconfig.h.

void KNoteConfig::setVersion ( const QString &  v)
inline

Set version.

Definition at line 210 of file knoteconfig.h.

void KNoteConfig::setWidth ( uint  v)
inline

Set width.

Definition at line 57 of file knoteconfig.h.

bool KNoteConfig::showInTaskbar ( ) const
inline

Get ShowInTaskbar.

Definition at line 287 of file knoteconfig.h.

uint KNoteConfig::tabSize ( ) const
inline

Get tabsize.

Definition at line 185 of file knoteconfig.h.

QFont KNoteConfig::titleFont ( ) const
inline

Get titlefont.

Definition at line 134 of file knoteconfig.h.

QString KNoteConfig::version ( ) const
inline

Get version.

Definition at line 219 of file knoteconfig.h.

uint KNoteConfig::width ( ) const
inline

Get width.

Definition at line 66 of file knoteconfig.h.

Member Data Documentation

bool KNoteConfig::mAutoIndent
protected

Definition at line 338 of file knoteconfig.h.

QColor KNoteConfig::mBgColor
protected

Definition at line 329 of file knoteconfig.h.

int KNoteConfig::mDesktop
protected

Definition at line 347 of file knoteconfig.h.

QColor KNoteConfig::mFgColor
protected

Definition at line 330 of file knoteconfig.h.

QFont KNoteConfig::mFont
protected

Definition at line 336 of file knoteconfig.h.

uint KNoteConfig::mHeight
protected

Definition at line 332 of file knoteconfig.h.

bool KNoteConfig::mHideNote
protected

Definition at line 348 of file knoteconfig.h.

bool KNoteConfig::mKeepAbove
protected

Definition at line 351 of file knoteconfig.h.

bool KNoteConfig::mKeepBelow
protected

Definition at line 352 of file knoteconfig.h.

QPoint KNoteConfig::mPosition
protected

Definition at line 349 of file knoteconfig.h.

bool KNoteConfig::mReadOnly
protected

Definition at line 341 of file knoteconfig.h.

bool KNoteConfig::mRememberDesktop
protected

Definition at line 333 of file knoteconfig.h.

bool KNoteConfig::mRichText
protected

Definition at line 339 of file knoteconfig.h.

bool KNoteConfig::mShowInTaskbar
protected

Definition at line 350 of file knoteconfig.h.

uint KNoteConfig::mTabSize
protected

Definition at line 340 of file knoteconfig.h.

QFont KNoteConfig::mTitleFont
protected

Definition at line 337 of file knoteconfig.h.

QString KNoteConfig::mVersion
protected

Definition at line 344 of file knoteconfig.h.

uint KNoteConfig::mWidth
protected

Definition at line 331 of file knoteconfig.h.


The documentation for this class was generated from the following files:
  • knoteconfig.h
  • knoteconfig.cpp
This file is part of the KDE documentation.
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.

knotes

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

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal