KateRendererConfig Class Reference
#include <kateconfig.h>

Detailed Description
Definition at line 565 of file kateconfig.h.
Constructor & Destructor Documentation
| KateRendererConfig::KateRendererConfig | ( | KateRenderer * | renderer | ) |
Construct a DocumentConfig.
Definition at line 1679 of file kateconfig.cpp.
| KateRendererConfig::~KateRendererConfig | ( | ) |
Cu DocumentConfig.
Definition at line 1704 of file kateconfig.cpp.
Member Function Documentation
| const QColor & KateRendererConfig::backgroundColor | ( | ) | const |
Definition at line 1902 of file kateconfig.cpp.
| const QFont & KateRendererConfig::font | ( | ) | const |
Definition at line 1857 of file kateconfig.cpp.
| const QFontMetrics & KateRendererConfig::fontMetrics | ( | ) | const |
Definition at line 1865 of file kateconfig.cpp.
| static KateRendererConfig* KateRendererConfig::global | ( | ) | [inline, static] |
Definition at line 587 of file kateconfig.h.
| const QColor & KateRendererConfig::highlightedBracketColor | ( | ) | const |
Definition at line 1986 of file kateconfig.cpp.
| const QColor & KateRendererConfig::highlightedLineColor | ( | ) | const |
Definition at line 1938 of file kateconfig.cpp.
| const QColor & KateRendererConfig::iconBarColor | ( | ) | const |
Definition at line 2040 of file kateconfig.cpp.
| bool KateRendererConfig::isGlobal | ( | ) | const [inline] |
Definition at line 589 of file kateconfig.h.
| const QColor & KateRendererConfig::lineMarkerColor | ( | KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 | ) | const |
Definition at line 1956 of file kateconfig.cpp.
| const QColor & KateRendererConfig::lineNumberColor | ( | ) | const |
Definition at line 2085 of file kateconfig.cpp.
| void KateRendererConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 1708 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 1766 of file kateconfig.cpp.
| const QString & KateRendererConfig::schema | ( | ) | const |
Definition at line 1749 of file kateconfig.cpp.
| const QColor & KateRendererConfig::selectionColor | ( | ) | const |
Definition at line 1920 of file kateconfig.cpp.
| void KateRendererConfig::setBackgroundColor | ( | const QColor & | col | ) |
Definition at line 1910 of file kateconfig.cpp.
| void KateRendererConfig::setFont | ( | const QFont & | font | ) |
Definition at line 1873 of file kateconfig.cpp.
| void KateRendererConfig::setHighlightedBracketColor | ( | const QColor & | col | ) |
Definition at line 1994 of file kateconfig.cpp.
| void KateRendererConfig::setHighlightedLineColor | ( | const QColor & | col | ) |
Definition at line 1946 of file kateconfig.cpp.
| void KateRendererConfig::setIconBarColor | ( | const QColor & | col | ) |
Definition at line 2048 of file kateconfig.cpp.
| void KateRendererConfig::setLineMarkerColor | ( | const QColor & | col, |
| KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 |
||
| ) |
Definition at line 1974 of file kateconfig.cpp.
| void KateRendererConfig::setLineNumberColor | ( | const QColor & | col | ) |
Definition at line 2093 of file kateconfig.cpp.
| void KateRendererConfig::setSchema | ( | const QString & | schema | ) |
Definition at line 1757 of file kateconfig.cpp.
| void KateRendererConfig::setSelectionColor | ( | const QColor & | col | ) |
Definition at line 1928 of file kateconfig.cpp.
| void KateRendererConfig::setShowIndentationLines | ( | bool | on | ) |
Definition at line 2129 of file kateconfig.cpp.
| void KateRendererConfig::setShowWholeBracketExpression | ( | bool | on | ) |
Definition at line 2147 of file kateconfig.cpp.
| void KateRendererConfig::setSpellingMistakeKineColor | ( | const QColor & | col | ) |
Definition at line 2111 of file kateconfig.cpp.
| void KateRendererConfig::setTabMarkerColor | ( | const QColor & | col | ) |
Definition at line 2030 of file kateconfig.cpp.
| void KateRendererConfig::setWordWrapMarker | ( | bool | on | ) |
Definition at line 1892 of file kateconfig.cpp.
| void KateRendererConfig::setWordWrapMarkerColor | ( | const QColor & | col | ) |
Definition at line 2012 of file kateconfig.cpp.
| bool KateRendererConfig::showIndentationLines | ( | ) | const |
Definition at line 2121 of file kateconfig.cpp.
| bool KateRendererConfig::showWholeBracketExpression | ( | ) | const |
Definition at line 2139 of file kateconfig.cpp.
| const QColor & KateRendererConfig::spellingMistakeLineColor | ( | ) | const |
Definition at line 2103 of file kateconfig.cpp.
| const QColor & KateRendererConfig::tabMarkerColor | ( | ) | const |
Definition at line 2022 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateBackgroundColor | ( | ) | const |
Definition at line 2059 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateEditablePlaceholderColor | ( | ) | const |
Definition at line 2065 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateFocusedEditablePlaceholderColor | ( | ) | const |
Definition at line 2071 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateNotEditablePlaceholderColor | ( | ) | const |
Definition at line 2077 of file kateconfig.cpp.
| void KateRendererConfig::updateConfig | ( | ) | [protected, virtual] |
| bool KateRendererConfig::wordWrapMarker | ( | ) | const |
Definition at line 1884 of file kateconfig.cpp.
| const QColor & KateRendererConfig::wordWrapMarkerColor | ( | ) | const |
Definition at line 2004 of file kateconfig.cpp.
| void KateRendererConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 1723 of file kateconfig.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference