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

Kate

Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
KateRendererConfig Class Reference

#include <kateconfig.h>

Inheritance diagram for KateRendererConfig:
Inheritance graph
[legend]

Public Member Functions

 KateRendererConfig (KateRenderer *renderer)
 
 ~KateRendererConfig ()
 
const QColor & backgroundColor () const
 
const QColor & foldingColor () const
 
const QFont & font () const
 
const QFontMetricsF & fontMetrics () const
 
const QColor & highlightedBracketColor () const
 
const QColor & highlightedLineColor () const
 
const QColor & iconBarColor () const
 
const QColor & indentationLineColor () const
 
bool isGlobal () const
 
const QColor & lineMarkerColor (KTextEditor::MarkInterface::MarkTypes type=KTextEditor::MarkInterface::markType01) const
 
const QColor & lineNumberColor () const
 
const QColor & modifiedLineColor () const
 
void readConfig (const KConfigGroup &config)
 
void reloadSchema ()
 
const QColor & replaceHighlightColor () const
 
const QColor & savedLineColor () const
 
const QString & schema () const
 
const QColor & searchHighlightColor () const
 
const QColor & selectionColor () const
 
const QColor & separatorColor () const
 
void setBackgroundColor (const QColor &col)
 
void setFoldingColor (const QColor &col)
 
void setFont (const QFont &font)
 
void setHighlightedBracketColor (const QColor &col)
 
void setHighlightedLineColor (const QColor &col)
 
void setIconBarColor (const QColor &col)
 
void setIndentationLineColor (const QColor &col)
 
void setLineMarkerColor (const QColor &col, KTextEditor::MarkInterface::MarkTypes type=KTextEditor::MarkInterface::markType01)
 
void setLineNumberColor (const QColor &col)
 
void setModifiedLineColor (const QColor &col)
 
void setReplaceHighlightColor (const QColor &col)
 
void setSavedLineColor (const QColor &col)
 
void setSchema (const QString &schema)
 
void setSearchHighlightColor (const QColor &col)
 
void setSelectionColor (const QColor &col)
 
void setSeparatorColor (const QColor &col)
 
void setShowIndentationLines (bool on)
 
void setShowWholeBracketExpression (bool on)
 
void setSpellingMistakeLineColor (const QColor &col)
 
void setTabMarkerColor (const QColor &col)
 
void setWordWrapMarker (bool on)
 
void setWordWrapMarkerColor (const QColor &col)
 
bool showIndentationLines () const
 
bool showWholeBracketExpression () const
 
const QColor & spellingMistakeLineColor () const
 
const QColor & tabMarkerColor () const
 
const QColor & templateBackgroundColor () const
 
const QColor & templateEditablePlaceholderColor () const
 
const QColor & templateFocusedEditablePlaceholderColor () const
 
const QColor & templateNotEditablePlaceholderColor () const
 
bool wordWrapMarker () const
 
const QColor & wordWrapMarkerColor () const
 
void writeConfig (KConfigGroup &config)
 
- Public Member Functions inherited from KateConfig
 KateConfig ()
 
virtual ~KateConfig ()
 
void configEnd ()
 
void configStart ()
 

Static Public Member Functions

static KateRendererConfig * global ()
 

Protected Member Functions

void updateConfig ()
 

Detailed Description

Definition at line 591 of file kateconfig.h.

Constructor & Destructor Documentation

KateRendererConfig::KateRendererConfig ( KateRenderer *  renderer)

Construct a DocumentConfig.

Definition at line 1916 of file kateconfig.cpp.

KateRendererConfig::~KateRendererConfig ( )

Cu DocumentConfig.

Definition at line 1948 of file kateconfig.cpp.

Member Function Documentation

const QColor & KateRendererConfig::backgroundColor ( ) const

Definition at line 2178 of file kateconfig.cpp.

const QColor & KateRendererConfig::foldingColor ( ) const

Definition at line 2380 of file kateconfig.cpp.

const QFont & KateRendererConfig::font ( ) const

Definition at line 2127 of file kateconfig.cpp.

const QFontMetricsF & KateRendererConfig::fontMetrics ( ) const

Definition at line 2135 of file kateconfig.cpp.

static KateRendererConfig* KateRendererConfig::global ( )
inlinestatic

Definition at line 613 of file kateconfig.h.

const QColor & KateRendererConfig::highlightedBracketColor ( ) const

Definition at line 2275 of file kateconfig.cpp.

const QColor & KateRendererConfig::highlightedLineColor ( ) const

Definition at line 2220 of file kateconfig.cpp.

const QColor & KateRendererConfig::iconBarColor ( ) const

Definition at line 2359 of file kateconfig.cpp.

const QColor & KateRendererConfig::indentationLineColor ( ) const

Definition at line 2338 of file kateconfig.cpp.

bool KateRendererConfig::isGlobal ( ) const
inline

Definition at line 615 of file kateconfig.h.

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

Definition at line 2241 of file kateconfig.cpp.

const QColor & KateRendererConfig::lineNumberColor ( ) const

Definition at line 2433 of file kateconfig.cpp.

const QColor & KateRendererConfig::modifiedLineColor ( ) const

Definition at line 2496 of file kateconfig.cpp.

void KateRendererConfig::readConfig ( const KConfigGroup &  config)

Read config from object.

Definition at line 1952 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 2014 of file kateconfig.cpp.

const QColor & KateRendererConfig::replaceHighlightColor ( ) const

Definition at line 2559 of file kateconfig.cpp.

const QColor & KateRendererConfig::savedLineColor ( ) const

Definition at line 2517 of file kateconfig.cpp.

const QString & KateRendererConfig::schema ( ) const

Definition at line 1994 of file kateconfig.cpp.

const QColor & KateRendererConfig::searchHighlightColor ( ) const

Definition at line 2538 of file kateconfig.cpp.

const QColor & KateRendererConfig::selectionColor ( ) const

Definition at line 2199 of file kateconfig.cpp.

const QColor & KateRendererConfig::separatorColor ( ) const

Definition at line 2454 of file kateconfig.cpp.

void KateRendererConfig::setBackgroundColor ( const QColor &  col)

Definition at line 2186 of file kateconfig.cpp.

void KateRendererConfig::setFoldingColor ( const QColor &  col)

Definition at line 2388 of file kateconfig.cpp.

void KateRendererConfig::setFont ( const QFont &  font)

Definition at line 2143 of file kateconfig.cpp.

void KateRendererConfig::setHighlightedBracketColor ( const QColor &  col)

Definition at line 2283 of file kateconfig.cpp.

void KateRendererConfig::setHighlightedLineColor ( const QColor &  col)

Definition at line 2228 of file kateconfig.cpp.

void KateRendererConfig::setIconBarColor ( const QColor &  col)

Definition at line 2367 of file kateconfig.cpp.

void KateRendererConfig::setIndentationLineColor ( const QColor &  col)

Definition at line 2346 of file kateconfig.cpp.

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

Definition at line 2259 of file kateconfig.cpp.

void KateRendererConfig::setLineNumberColor ( const QColor &  col)

Definition at line 2441 of file kateconfig.cpp.

void KateRendererConfig::setModifiedLineColor ( const QColor &  col)

Definition at line 2504 of file kateconfig.cpp.

void KateRendererConfig::setReplaceHighlightColor ( const QColor &  col)

Definition at line 2567 of file kateconfig.cpp.

void KateRendererConfig::setSavedLineColor ( const QColor &  col)

Definition at line 2525 of file kateconfig.cpp.

void KateRendererConfig::setSchema ( const QString &  schema)

Definition at line 2002 of file kateconfig.cpp.

void KateRendererConfig::setSearchHighlightColor ( const QColor &  col)

Definition at line 2546 of file kateconfig.cpp.

void KateRendererConfig::setSelectionColor ( const QColor &  col)

Definition at line 2207 of file kateconfig.cpp.

void KateRendererConfig::setSeparatorColor ( const QColor &  col)

Definition at line 2462 of file kateconfig.cpp.

void KateRendererConfig::setShowIndentationLines ( bool  on)

Definition at line 2589 of file kateconfig.cpp.

void KateRendererConfig::setShowWholeBracketExpression ( bool  on)

Definition at line 2610 of file kateconfig.cpp.

void KateRendererConfig::setSpellingMistakeLineColor ( const QColor &  col)

Definition at line 2483 of file kateconfig.cpp.

void KateRendererConfig::setTabMarkerColor ( const QColor &  col)

Definition at line 2325 of file kateconfig.cpp.

void KateRendererConfig::setWordWrapMarker ( bool  on)

Definition at line 2165 of file kateconfig.cpp.

void KateRendererConfig::setWordWrapMarkerColor ( const QColor &  col)

Definition at line 2304 of file kateconfig.cpp.

bool KateRendererConfig::showIndentationLines ( ) const

Definition at line 2581 of file kateconfig.cpp.

bool KateRendererConfig::showWholeBracketExpression ( ) const

Definition at line 2602 of file kateconfig.cpp.

const QColor & KateRendererConfig::spellingMistakeLineColor ( ) const

Definition at line 2475 of file kateconfig.cpp.

const QColor & KateRendererConfig::tabMarkerColor ( ) const

Definition at line 2317 of file kateconfig.cpp.

const QColor & KateRendererConfig::templateBackgroundColor ( ) const

Definition at line 2401 of file kateconfig.cpp.

const QColor & KateRendererConfig::templateEditablePlaceholderColor ( ) const

Definition at line 2409 of file kateconfig.cpp.

const QColor & KateRendererConfig::templateFocusedEditablePlaceholderColor ( ) const

Definition at line 2417 of file kateconfig.cpp.

const QColor & KateRendererConfig::templateNotEditablePlaceholderColor ( ) const

Definition at line 2425 of file kateconfig.cpp.

void KateRendererConfig::updateConfig ( )
protectedvirtual

do the real update

Implements KateConfig.

Definition at line 1979 of file kateconfig.cpp.

bool KateRendererConfig::wordWrapMarker ( ) const

Definition at line 2157 of file kateconfig.cpp.

const QColor & KateRendererConfig::wordWrapMarkerColor ( ) const

Definition at line 2296 of file kateconfig.cpp.

void KateRendererConfig::writeConfig ( KConfigGroup &  config)

Write config to object.

Definition at line 1968 of file kateconfig.cpp.


The documentation for this class was generated from the following files:
  • kateconfig.h
  • kateconfig.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Kate

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

applications API Reference

Skip menu "applications API Reference"
  •   kate
  •       kate
  •   KTextEditor
  •   Kate
  • Applications
  •   Libraries
  •     libkonq
  • Konsole

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