Kate
#include <kateconfig.h>
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.
|
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.
|
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.
|
protectedvirtual |
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:
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.