Kate
KateRendererConfig Class Reference
#include <kateconfig.h>

Detailed Description
Definition at line 455 of file kateconfig.h.
Constructor & Destructor Documentation
| KateRendererConfig::KateRendererConfig | ( | KateRenderer * | renderer | ) |
Construct a DocumentConfig.
Definition at line 1287 of file kateconfig.cpp.
| KateRendererConfig::~KateRendererConfig | ( | ) |
Cu DocumentConfig.
Definition at line 1312 of file kateconfig.cpp.
Member Function Documentation
| const QColor & KateRendererConfig::backgroundColor | ( | ) | const |
Definition at line 1502 of file kateconfig.cpp.
| const QFont & KateRendererConfig::font | ( | ) | const |
Definition at line 1457 of file kateconfig.cpp.
| const QFontMetrics & KateRendererConfig::fontMetrics | ( | ) | const |
Definition at line 1465 of file kateconfig.cpp.
| static KateRendererConfig* KateRendererConfig::global | ( | ) | [inline, static] |
Definition at line 477 of file kateconfig.h.
| const QColor & KateRendererConfig::highlightedBracketColor | ( | ) | const |
Definition at line 1586 of file kateconfig.cpp.
| const QColor & KateRendererConfig::highlightedLineColor | ( | ) | const |
Definition at line 1538 of file kateconfig.cpp.
| const QColor & KateRendererConfig::iconBarColor | ( | ) | const |
Definition at line 1640 of file kateconfig.cpp.
| bool KateRendererConfig::isGlobal | ( | ) | const [inline] |
Definition at line 479 of file kateconfig.h.
| const QColor & KateRendererConfig::lineMarkerColor | ( | KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 |
) | const |
Definition at line 1556 of file kateconfig.cpp.
| const QColor & KateRendererConfig::lineNumberColor | ( | ) | const |
Definition at line 1685 of file kateconfig.cpp.
| void KateRendererConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 1316 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 1374 of file kateconfig.cpp.
| const QString & KateRendererConfig::schema | ( | ) | const |
Definition at line 1357 of file kateconfig.cpp.
| const QColor & KateRendererConfig::selectionColor | ( | ) | const |
Definition at line 1520 of file kateconfig.cpp.
| void KateRendererConfig::setBackgroundColor | ( | const QColor & | col | ) |
Definition at line 1510 of file kateconfig.cpp.
| void KateRendererConfig::setFont | ( | const QFont & | font | ) |
Definition at line 1473 of file kateconfig.cpp.
| void KateRendererConfig::setHighlightedBracketColor | ( | const QColor & | col | ) |
Definition at line 1594 of file kateconfig.cpp.
| void KateRendererConfig::setHighlightedLineColor | ( | const QColor & | col | ) |
Definition at line 1546 of file kateconfig.cpp.
| void KateRendererConfig::setIconBarColor | ( | const QColor & | col | ) |
Definition at line 1648 of file kateconfig.cpp.
| void KateRendererConfig::setLineMarkerColor | ( | const QColor & | col, | |
| KTextEditor::MarkInterface::MarkTypes | type = KTextEditor::MarkInterface::markType01 | |||
| ) |
Definition at line 1574 of file kateconfig.cpp.
| void KateRendererConfig::setLineNumberColor | ( | const QColor & | col | ) |
Definition at line 1693 of file kateconfig.cpp.
| void KateRendererConfig::setSchema | ( | const QString & | schema | ) |
Definition at line 1365 of file kateconfig.cpp.
| void KateRendererConfig::setSelectionColor | ( | const QColor & | col | ) |
Definition at line 1528 of file kateconfig.cpp.
| void KateRendererConfig::setShowIndentationLines | ( | bool | on | ) |
Definition at line 1729 of file kateconfig.cpp.
| void KateRendererConfig::setShowWholeBracketExpression | ( | bool | on | ) |
Definition at line 1747 of file kateconfig.cpp.
| void KateRendererConfig::setSpellingMistakeKineColor | ( | const QColor & | col | ) |
Definition at line 1711 of file kateconfig.cpp.
| void KateRendererConfig::setTabMarkerColor | ( | const QColor & | col | ) |
Definition at line 1630 of file kateconfig.cpp.
| void KateRendererConfig::setWordWrapMarker | ( | bool | on | ) |
Definition at line 1492 of file kateconfig.cpp.
| void KateRendererConfig::setWordWrapMarkerColor | ( | const QColor & | col | ) |
Definition at line 1612 of file kateconfig.cpp.
| bool KateRendererConfig::showIndentationLines | ( | ) | const |
Definition at line 1721 of file kateconfig.cpp.
| bool KateRendererConfig::showWholeBracketExpression | ( | ) | const |
Definition at line 1739 of file kateconfig.cpp.
| const QColor & KateRendererConfig::spellingMistakeLineColor | ( | ) | const |
Definition at line 1703 of file kateconfig.cpp.
| const QColor & KateRendererConfig::tabMarkerColor | ( | ) | const |
Definition at line 1622 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateBackgroundColor | ( | ) | const |
Definition at line 1659 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateEditablePlaceholderColor | ( | ) | const |
Definition at line 1665 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateFocusedEditablePlaceholderColor | ( | ) | const |
Definition at line 1671 of file kateconfig.cpp.
| const QColor & KateRendererConfig::templateNotEditablePlaceholderColor | ( | ) | const |
Definition at line 1677 of file kateconfig.cpp.
| void KateRendererConfig::updateConfig | ( | ) | [protected, virtual] |
| bool KateRendererConfig::wordWrapMarker | ( | ) | const |
Definition at line 1484 of file kateconfig.cpp.
| const QColor & KateRendererConfig::wordWrapMarkerColor | ( | ) | const |
Definition at line 1604 of file kateconfig.cpp.
| void KateRendererConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 1331 of file kateconfig.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference