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

Kate

KateRendererConfig Class Reference

#include <kateconfig.h>

Inheritance diagram for KateRendererConfig:

Inheritance graph
[legend]

List of all members.


Public Member Functions

const QColor & backgroundColor () const
QFont * font ()
KateFontMetrics * fontMetrics ()
KateFontStruct * fontStruct ()
const QColor & highlightedBracketColor () const
const QColor & highlightedLineColor () const
const QColor & iconBarColor () const
bool isGlobal () const
 KateRendererConfig (KateRenderer *renderer)
const QColor & lineMarkerColor (KTextEditor::MarkInterface::MarkTypes type=KTextEditor::MarkInterface::markType01) const
const QColor & lineNumberColor () const
void readConfig (KConfig *config)
void reloadSchema ()
uint schema () const
const QColor & selectionColor () const
void setBackgroundColor (const QColor &col)
void setFont (const QFont &font)
void setHighlightedBracketColor (const QColor &col)
void setHighlightedLineColor (const QColor &col)
void setIconBarColor (const QColor &col)
void setLineMarkerColor (const QColor &col, KTextEditor::MarkInterface::MarkTypes type=KTextEditor::MarkInterface::markType01)
void setLineNumberColor (const QColor &col)
void setSchema (uint schema)
void setSelectionColor (const QColor &col)
void setShowIndentationLines (bool on)
void setTabMarkerColor (const QColor &col)
void setWordWrapMarker (bool on)
void setWordWrapMarkerColor (const QColor &col)
bool showIndentationLines () const
const QColor & tabMarkerColor () const
bool wordWrapMarker () const
const QColor & wordWrapMarkerColor () const
void writeConfig (KConfig *config)
 ~KateRendererConfig ()

Static Public Member Functions

static KateRendererConfig * global ()

Protected Member Functions

void updateConfig ()

Detailed Description

Definition at line 405 of file kateconfig.h.


Constructor & Destructor Documentation

KateRendererConfig::KateRendererConfig ( KateRenderer *  renderer  ) 

Construct a DocumentConfig.

Definition at line 1030 of file kateconfig.cpp.

KateRendererConfig::~KateRendererConfig (  ) 

Cu DocumentConfig.

Definition at line 1052 of file kateconfig.cpp.


Member Function Documentation

const QColor & KateRendererConfig::backgroundColor (  )  const

Definition at line 1235 of file kateconfig.cpp.

QFont * KateRendererConfig::font (  ) 

Definition at line 1192 of file kateconfig.cpp.

KateFontMetrics * KateRendererConfig::fontMetrics (  ) 

Definition at line 1197 of file kateconfig.cpp.

KateFontStruct * KateRendererConfig::fontStruct (  ) 

Definition at line 1184 of file kateconfig.cpp.

static KateRendererConfig* KateRendererConfig::global (  )  [inline, static]

Definition at line 427 of file kateconfig.h.

const QColor & KateRendererConfig::highlightedBracketColor (  )  const

Definition at line 1319 of file kateconfig.cpp.

const QColor & KateRendererConfig::highlightedLineColor (  )  const

Definition at line 1271 of file kateconfig.cpp.

const QColor & KateRendererConfig::iconBarColor (  )  const

Definition at line 1373 of file kateconfig.cpp.

bool KateRendererConfig::isGlobal (  )  const [inline]

Definition at line 429 of file kateconfig.h.

const QColor & KateRendererConfig::lineMarkerColor ( KTextEditor::MarkInterface::MarkTypes  type = KTextEditor::MarkInterface::markType01  )  const

Definition at line 1289 of file kateconfig.cpp.

const QColor & KateRendererConfig::lineNumberColor (  )  const

Definition at line 1391 of file kateconfig.cpp.

void KateRendererConfig::readConfig ( KConfig *  config  ) 

Read config from object.

Definition at line 1057 of file kateconfig.cpp.

void KateRendererConfig::reloadSchema (  ) 

Reload the schema from the schema manager.

For the global instance, have all other instances reload. Used by the schema config page to apply changes.

Definition at line 1113 of file kateconfig.cpp.

uint KateRendererConfig::schema (  )  const

Definition at line 1096 of file kateconfig.cpp.

const QColor & KateRendererConfig::selectionColor (  )  const

Definition at line 1253 of file kateconfig.cpp.

void KateRendererConfig::setBackgroundColor ( const QColor &  col  ) 

Definition at line 1243 of file kateconfig.cpp.

void KateRendererConfig::setFont ( const QFont &  font  ) 

Definition at line 1202 of file kateconfig.cpp.

void KateRendererConfig::setHighlightedBracketColor ( const QColor &  col  ) 

Definition at line 1327 of file kateconfig.cpp.

void KateRendererConfig::setHighlightedLineColor ( const QColor &  col  ) 

Definition at line 1279 of file kateconfig.cpp.

void KateRendererConfig::setIconBarColor ( const QColor &  col  ) 

Definition at line 1381 of file kateconfig.cpp.

void KateRendererConfig::setLineMarkerColor ( const QColor &  col,
KTextEditor::MarkInterface::MarkTypes  type = KTextEditor::MarkInterface::markType01 
)

Definition at line 1307 of file kateconfig.cpp.

void KateRendererConfig::setLineNumberColor ( const QColor &  col  ) 

Definition at line 1399 of file kateconfig.cpp.

void KateRendererConfig::setSchema ( uint  schema  ) 

Definition at line 1104 of file kateconfig.cpp.

void KateRendererConfig::setSelectionColor ( const QColor &  col  ) 

Definition at line 1261 of file kateconfig.cpp.

void KateRendererConfig::setShowIndentationLines ( bool  on  ) 

Definition at line 1417 of file kateconfig.cpp.

void KateRendererConfig::setTabMarkerColor ( const QColor &  col  ) 

Definition at line 1363 of file kateconfig.cpp.

void KateRendererConfig::setWordWrapMarker ( bool  on  ) 

Definition at line 1225 of file kateconfig.cpp.

void KateRendererConfig::setWordWrapMarkerColor ( const QColor &  col  ) 

Definition at line 1345 of file kateconfig.cpp.

bool KateRendererConfig::showIndentationLines (  )  const

Definition at line 1409 of file kateconfig.cpp.

const QColor & KateRendererConfig::tabMarkerColor (  )  const

Definition at line 1355 of file kateconfig.cpp.

void KateRendererConfig::updateConfig (  )  [protected, virtual]

do the real update

Implements KateConfig.

Definition at line 1079 of file kateconfig.cpp.

bool KateRendererConfig::wordWrapMarker (  )  const

Definition at line 1217 of file kateconfig.cpp.

const QColor & KateRendererConfig::wordWrapMarkerColor (  )  const

Definition at line 1337 of file kateconfig.cpp.

void KateRendererConfig::writeConfig ( KConfig *  config  ) 

Write config to object.

Definition at line 1070 of file kateconfig.cpp.


The documentation for this class was generated from the following files:
  • kateconfig.h
  • kateconfig.cpp

Kate

Skip menu "Kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
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