Kate
KateRendererConfig Class Reference
#include <kateconfig.h>

Detailed Description
Definition at line 409 of file kateconfig.h.
Constructor & Destructor Documentation
KateRendererConfig::KateRendererConfig | ( | KateRenderer * | renderer | ) |
KateRendererConfig::~KateRendererConfig | ( | ) |
Member Function Documentation
const QColor & KateRendererConfig::backgroundColor | ( | ) | const |
Definition at line 1256 of file kateconfig.cpp.
const QFont & KateRendererConfig::font | ( | ) | const |
Definition at line 1211 of file kateconfig.cpp.
const QFontMetrics & KateRendererConfig::fontMetrics | ( | ) | const |
Definition at line 1219 of file kateconfig.cpp.
static KateRendererConfig* KateRendererConfig::global | ( | ) | [inline, static] |
Definition at line 431 of file kateconfig.h.
const QColor & KateRendererConfig::highlightedBracketColor | ( | ) | const |
Definition at line 1340 of file kateconfig.cpp.
const QColor & KateRendererConfig::highlightedLineColor | ( | ) | const |
Definition at line 1292 of file kateconfig.cpp.
const QColor & KateRendererConfig::iconBarColor | ( | ) | const |
Definition at line 1394 of file kateconfig.cpp.
bool KateRendererConfig::isGlobal | ( | ) | const [inline] |
Definition at line 433 of file kateconfig.h.
const QColor & KateRendererConfig::lineMarkerColor | ( | KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 |
) | const |
Definition at line 1310 of file kateconfig.cpp.
const QColor & KateRendererConfig::lineNumberColor | ( | ) | const |
Definition at line 1439 of file kateconfig.cpp.
void KateRendererConfig::readConfig | ( | const KConfigGroup & | 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 1131 of file kateconfig.cpp.
const QString & KateRendererConfig::schema | ( | ) | const |
Definition at line 1114 of file kateconfig.cpp.
const QColor & KateRendererConfig::selectionColor | ( | ) | const |
Definition at line 1274 of file kateconfig.cpp.
void KateRendererConfig::setBackgroundColor | ( | const QColor & | col | ) |
Definition at line 1264 of file kateconfig.cpp.
void KateRendererConfig::setFont | ( | const QFont & | font | ) |
Definition at line 1227 of file kateconfig.cpp.
void KateRendererConfig::setHighlightedBracketColor | ( | const QColor & | col | ) |
Definition at line 1348 of file kateconfig.cpp.
void KateRendererConfig::setHighlightedLineColor | ( | const QColor & | col | ) |
Definition at line 1300 of file kateconfig.cpp.
void KateRendererConfig::setIconBarColor | ( | const QColor & | col | ) |
Definition at line 1402 of file kateconfig.cpp.
void KateRendererConfig::setLineMarkerColor | ( | const QColor & | col, | |
KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 | |||
) |
Definition at line 1328 of file kateconfig.cpp.
void KateRendererConfig::setLineNumberColor | ( | const QColor & | col | ) |
Definition at line 1447 of file kateconfig.cpp.
void KateRendererConfig::setSchema | ( | const QString & | schema | ) |
Definition at line 1122 of file kateconfig.cpp.
void KateRendererConfig::setSelectionColor | ( | const QColor & | col | ) |
Definition at line 1282 of file kateconfig.cpp.
void KateRendererConfig::setShowIndentationLines | ( | bool | on | ) |
Definition at line 1465 of file kateconfig.cpp.
void KateRendererConfig::setShowWholeBracketExpression | ( | bool | on | ) |
Definition at line 1483 of file kateconfig.cpp.
void KateRendererConfig::setTabMarkerColor | ( | const QColor & | col | ) |
Definition at line 1384 of file kateconfig.cpp.
void KateRendererConfig::setWordWrapMarker | ( | bool | on | ) |
Definition at line 1246 of file kateconfig.cpp.
void KateRendererConfig::setWordWrapMarkerColor | ( | const QColor & | col | ) |
Definition at line 1366 of file kateconfig.cpp.
bool KateRendererConfig::showIndentationLines | ( | ) | const |
Definition at line 1457 of file kateconfig.cpp.
bool KateRendererConfig::showWholeBracketExpression | ( | ) | const |
Definition at line 1475 of file kateconfig.cpp.
const QColor & KateRendererConfig::tabMarkerColor | ( | ) | const |
Definition at line 1376 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateBackgroundColor | ( | ) | const |
Definition at line 1413 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateEditablePlaceholderColor | ( | ) | const |
Definition at line 1419 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateFocusedEditablePlaceholderColor | ( | ) | const |
Definition at line 1425 of file kateconfig.cpp.
const QColor & KateRendererConfig::templateNotEditablePlaceholderColor | ( | ) | const |
Definition at line 1431 of file kateconfig.cpp.
void KateRendererConfig::updateConfig | ( | ) | [protected, virtual] |
bool KateRendererConfig::wordWrapMarker | ( | ) | const |
Definition at line 1238 of file kateconfig.cpp.
const QColor & KateRendererConfig::wordWrapMarkerColor | ( | ) | const |
Definition at line 1358 of file kateconfig.cpp.
void KateRendererConfig::writeConfig | ( | KConfigGroup & | config | ) |
The documentation for this class was generated from the following files: