Kate
#include <kateconfig.h>
Static Public Member Functions | |
static KateRendererConfig * | global () |
Protected Member Functions | |
void | updateConfig () |
Detailed Description
Definition at line 618 of file kateconfig.h.
Constructor & Destructor Documentation
KateRendererConfig::KateRendererConfig | ( | KateRenderer * | renderer | ) |
Construct a DocumentConfig.
Definition at line 2084 of file kateconfig.cpp.
KateRendererConfig::~KateRendererConfig | ( | ) |
Cu DocumentConfig.
Definition at line 2116 of file kateconfig.cpp.
Member Function Documentation
bool KateRendererConfig::animateBracketMatching | ( | ) | const |
Definition at line 2772 of file kateconfig.cpp.
const QColor & KateRendererConfig::backgroundColor | ( | ) | const |
Definition at line 2327 of file kateconfig.cpp.
const QColor & KateRendererConfig::foldingColor | ( | ) | const |
Definition at line 2529 of file kateconfig.cpp.
const QFont & KateRendererConfig::font | ( | ) | const |
Definition at line 2276 of file kateconfig.cpp.
const QFontMetricsF & KateRendererConfig::fontMetrics | ( | ) | const |
Definition at line 2284 of file kateconfig.cpp.
|
inlinestatic |
Definition at line 640 of file kateconfig.h.
const QColor & KateRendererConfig::highlightedBracketColor | ( | ) | const |
Definition at line 2424 of file kateconfig.cpp.
const QColor & KateRendererConfig::highlightedLineColor | ( | ) | const |
Definition at line 2369 of file kateconfig.cpp.
const QColor & KateRendererConfig::iconBarColor | ( | ) | const |
Definition at line 2508 of file kateconfig.cpp.
const QColor & KateRendererConfig::indentationLineColor | ( | ) | const |
Definition at line 2487 of file kateconfig.cpp.
|
inline |
Definition at line 642 of file kateconfig.h.
const QColor & KateRendererConfig::lineMarkerColor | ( | KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 | ) | const |
Definition at line 2390 of file kateconfig.cpp.
const QColor & KateRendererConfig::lineNumberColor | ( | ) | const |
Definition at line 2582 of file kateconfig.cpp.
const QColor & KateRendererConfig::modifiedLineColor | ( | ) | const |
Definition at line 2645 of file kateconfig.cpp.
void KateRendererConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 2129 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 2195 of file kateconfig.cpp.
const QColor & KateRendererConfig::replaceHighlightColor | ( | ) | const |
Definition at line 2708 of file kateconfig.cpp.
const QColor & KateRendererConfig::savedLineColor | ( | ) | const |
Definition at line 2666 of file kateconfig.cpp.
const QString & KateRendererConfig::schema | ( | ) | const |
Definition at line 2175 of file kateconfig.cpp.
const QColor & KateRendererConfig::searchHighlightColor | ( | ) | const |
Definition at line 2687 of file kateconfig.cpp.
const QColor & KateRendererConfig::selectionColor | ( | ) | const |
Definition at line 2348 of file kateconfig.cpp.
const QColor & KateRendererConfig::separatorColor | ( | ) | const |
Definition at line 2603 of file kateconfig.cpp.
void KateRendererConfig::setAnimateBracketMatching | ( | bool | on | ) |
Definition at line 2777 of file kateconfig.cpp.
void KateRendererConfig::setBackgroundColor | ( | const QColor & | col | ) |
Definition at line 2335 of file kateconfig.cpp.
void KateRendererConfig::setFoldingColor | ( | const QColor & | col | ) |
Definition at line 2537 of file kateconfig.cpp.
void KateRendererConfig::setFont | ( | const QFont & | font | ) |
Definition at line 2292 of file kateconfig.cpp.
void KateRendererConfig::setHighlightedBracketColor | ( | const QColor & | col | ) |
Definition at line 2432 of file kateconfig.cpp.
void KateRendererConfig::setHighlightedLineColor | ( | const QColor & | col | ) |
Definition at line 2377 of file kateconfig.cpp.
void KateRendererConfig::setIconBarColor | ( | const QColor & | col | ) |
Definition at line 2516 of file kateconfig.cpp.
void KateRendererConfig::setIndentationLineColor | ( | const QColor & | col | ) |
Definition at line 2495 of file kateconfig.cpp.
void KateRendererConfig::setLineMarkerColor | ( | const QColor & | col, |
KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 |
||
) |
Definition at line 2408 of file kateconfig.cpp.
void KateRendererConfig::setLineNumberColor | ( | const QColor & | col | ) |
Definition at line 2590 of file kateconfig.cpp.
void KateRendererConfig::setModifiedLineColor | ( | const QColor & | col | ) |
Definition at line 2653 of file kateconfig.cpp.
void KateRendererConfig::setReplaceHighlightColor | ( | const QColor & | col | ) |
Definition at line 2716 of file kateconfig.cpp.
void KateRendererConfig::setSavedLineColor | ( | const QColor & | col | ) |
Definition at line 2674 of file kateconfig.cpp.
void KateRendererConfig::setSchema | ( | const QString & | schema | ) |
Definition at line 2183 of file kateconfig.cpp.
void KateRendererConfig::setSearchHighlightColor | ( | const QColor & | col | ) |
Definition at line 2695 of file kateconfig.cpp.
void KateRendererConfig::setSelectionColor | ( | const QColor & | col | ) |
Definition at line 2356 of file kateconfig.cpp.
void KateRendererConfig::setSeparatorColor | ( | const QColor & | col | ) |
Definition at line 2611 of file kateconfig.cpp.
void KateRendererConfig::setShowIndentationLines | ( | bool | on | ) |
Definition at line 2738 of file kateconfig.cpp.
void KateRendererConfig::setShowWholeBracketExpression | ( | bool | on | ) |
Definition at line 2759 of file kateconfig.cpp.
void KateRendererConfig::setSpellingMistakeLineColor | ( | const QColor & | col | ) |
Definition at line 2632 of file kateconfig.cpp.
void KateRendererConfig::setTabMarkerColor | ( | const QColor & | col | ) |
Definition at line 2474 of file kateconfig.cpp.
void KateRendererConfig::setWordWrapMarker | ( | bool | on | ) |
Definition at line 2314 of file kateconfig.cpp.
void KateRendererConfig::setWordWrapMarkerColor | ( | const QColor & | col | ) |
Definition at line 2453 of file kateconfig.cpp.
bool KateRendererConfig::showIndentationLines | ( | ) | const |
Definition at line 2730 of file kateconfig.cpp.
bool KateRendererConfig::showWholeBracketExpression | ( | ) | const |
Definition at line 2751 of file kateconfig.cpp.
const QColor & KateRendererConfig::spellingMistakeLineColor | ( | ) | const |
Definition at line 2624 of file kateconfig.cpp.
const QColor & KateRendererConfig::tabMarkerColor | ( | ) | const |
Definition at line 2466 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateBackgroundColor | ( | ) | const |
Definition at line 2550 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateEditablePlaceholderColor | ( | ) | const |
Definition at line 2558 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateFocusedEditablePlaceholderColor | ( | ) | const |
Definition at line 2566 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateNotEditablePlaceholderColor | ( | ) | const |
Definition at line 2574 of file kateconfig.cpp.
|
protectedvirtual |
bool KateRendererConfig::wordWrapMarker | ( | ) | const |
Definition at line 2306 of file kateconfig.cpp.
const QColor & KateRendererConfig::wordWrapMarkerColor | ( | ) | const |
Definition at line 2445 of file kateconfig.cpp.
void KateRendererConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 2147 of file kateconfig.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.