KateRendererConfig Class Reference
Inheritance diagram for KateRendererConfig:

Detailed Description
Definition at line 404 of file kateconfig.h.
Public Member Functions | |
KateRendererConfig (KateRenderer *renderer) | |
~KateRendererConfig () | |
bool | isGlobal () const |
void | readConfig (KConfig *config) |
void | writeConfig (KConfig *config) |
uint | schema () const |
void | setSchema (uint schema) |
void | reloadSchema () |
KateFontStruct * | fontStruct () |
QFont * | font () |
KateFontMetrics * | fontMetrics () |
void | setFont (const QFont &font) |
bool | wordWrapMarker () const |
void | setWordWrapMarker (bool on) |
const QColor & | backgroundColor () const |
void | setBackgroundColor (const QColor &col) |
const QColor & | selectionColor () const |
void | setSelectionColor (const QColor &col) |
const QColor & | highlightedLineColor () const |
void | setHighlightedLineColor (const QColor &col) |
const QColor & | lineMarkerColor (KTextEditor::MarkInterface::MarkTypes type=KTextEditor::MarkInterface::markType01) const |
void | setLineMarkerColor (const QColor &col, KTextEditor::MarkInterface::MarkTypes type=KTextEditor::MarkInterface::markType01) |
const QColor & | highlightedBracketColor () const |
void | setHighlightedBracketColor (const QColor &col) |
const QColor & | wordWrapMarkerColor () const |
void | setWordWrapMarkerColor (const QColor &col) |
const QColor & | tabMarkerColor () const |
void | setTabMarkerColor (const QColor &col) |
const QColor & | iconBarColor () const |
void | setIconBarColor (const QColor &col) |
const QColor & | lineNumberColor () const |
void | setLineNumberColor (const QColor &col) |
bool | showIndentationLines () const |
void | setShowIndentationLines (bool on) |
Static Public Member Functions | |
static KateRendererConfig * | global () |
Protected Member Functions | |
void | updateConfig () |
Friends | |
class | KateFactory |
Constructor & Destructor Documentation
KateRendererConfig::KateRendererConfig | ( | KateRenderer * | renderer | ) |
KateRendererConfig::~KateRendererConfig | ( | ) |
Member Function Documentation
void KateRendererConfig::readConfig | ( | KConfig * | config | ) |
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 1112 of file kateconfig.cpp.
void KateRendererConfig::updateConfig | ( | ) | [protected, virtual] |
void KateRendererConfig::writeConfig | ( | KConfig * | config | ) |
The documentation for this class was generated from the following files: