KateViewConfig Class Reference
#include <kateconfig.h>

Detailed Description
Definition at line 380 of file kateconfig.h.
Member Enumeration Documentation
- Enumerator:
Definition at line 447 of file kateconfig.h.
Definition at line 489 of file kateconfig.h.
Constructor & Destructor Documentation
| KateViewConfig::KateViewConfig | ( | KateView * | view | ) | [explicit] |
Construct a DocumentConfig.
Definition at line 1066 of file kateconfig.cpp.
| KateViewConfig::~KateViewConfig | ( | ) |
Cu DocumentConfig.
Definition at line 1094 of file kateconfig.cpp.
Member Function Documentation
| bool KateViewConfig::allowMarkMenu | ( | ) | const |
Definition at line 1449 of file kateconfig.cpp.
| int KateViewConfig::autoCenterLines | ( | ) | const |
Definition at line 1369 of file kateconfig.cpp.
| bool KateViewConfig::automaticCompletionInvocation | ( | ) | const |
Definition at line 1555 of file kateconfig.cpp.
| int KateViewConfig::bookmarkSort | ( | ) | const |
Definition at line 1351 of file kateconfig.cpp.
| uint KateViewConfig::defaultMarkType | ( | ) | const |
Definition at line 1431 of file kateconfig.cpp.
| bool KateViewConfig::dynWordWrap | ( | ) | const |
Definition at line 1225 of file kateconfig.cpp.
| int KateViewConfig::dynWordWrapAlignIndent | ( | ) | const |
Definition at line 1261 of file kateconfig.cpp.
| int KateViewConfig::dynWordWrapIndicators | ( | ) | const |
Definition at line 1243 of file kateconfig.cpp.
| bool KateViewConfig::foldingBar | ( | ) | const |
Definition at line 1333 of file kateconfig.cpp.
| static KateViewConfig* KateViewConfig::global | ( | ) | [inline, static] |
Definition at line 401 of file kateconfig.h.
| bool KateViewConfig::iconBar | ( | ) | const |
Definition at line 1315 of file kateconfig.cpp.
| bool KateViewConfig::isGlobal | ( | ) | const [inline] |
Definition at line 403 of file kateconfig.h.
| bool KateViewConfig::lineNumbers | ( | ) | const |
Definition at line 1279 of file kateconfig.cpp.
| int KateViewConfig::maxHistorySize | ( | ) | const |
Definition at line 1417 of file kateconfig.cpp.
| QStringListModel * KateViewConfig::patternHistoryModel | ( | ) |
Definition at line 1408 of file kateconfig.cpp.
| bool KateViewConfig::persistentSelection | ( | ) | const |
Definition at line 1459 of file kateconfig.cpp.
| void KateViewConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 1105 of file kateconfig.cpp.
| QStringListModel * KateViewConfig::replacementHistoryModel | ( | ) |
Definition at line 1422 of file kateconfig.cpp.
| bool KateViewConfig::scrollBarMarks | ( | ) | const |
Definition at line 1297 of file kateconfig.cpp.
| bool KateViewConfig::scrollPastEnd | ( | ) | const |
Definition at line 1627 of file kateconfig.cpp.
| long KateViewConfig::searchFlags | ( | ) | const |
Definition at line 1390 of file kateconfig.cpp.
| void KateViewConfig::setAllowMarkMenu | ( | bool | allow | ) |
Definition at line 1454 of file kateconfig.cpp.
| void KateViewConfig::setAutoCenterLines | ( | int | lines | ) |
Definition at line 1377 of file kateconfig.cpp.
| void KateViewConfig::setAutomaticCompletionInvocation | ( | bool | on | ) |
Definition at line 1563 of file kateconfig.cpp.
| void KateViewConfig::setBookmarkSort | ( | int | mode | ) |
Definition at line 1359 of file kateconfig.cpp.
| void KateViewConfig::setDefaultMarkType | ( | uint | type | ) |
Definition at line 1439 of file kateconfig.cpp.
| void KateViewConfig::setDynWordWrap | ( | bool | wrap | ) |
Definition at line 1233 of file kateconfig.cpp.
| void KateViewConfig::setDynWordWrapAlignIndent | ( | int | indent | ) |
Definition at line 1269 of file kateconfig.cpp.
| void KateViewConfig::setDynWordWrapIndicators | ( | int | mode | ) |
Definition at line 1251 of file kateconfig.cpp.
| void KateViewConfig::setFoldingBar | ( | bool | on | ) |
Definition at line 1341 of file kateconfig.cpp.
| void KateViewConfig::setIconBar | ( | bool | on | ) |
Definition at line 1323 of file kateconfig.cpp.
| void KateViewConfig::setLineNumbers | ( | bool | on | ) |
Definition at line 1287 of file kateconfig.cpp.
| void KateViewConfig::setPersistentSelection | ( | bool | on | ) |
Definition at line 1467 of file kateconfig.cpp.
| void KateViewConfig::setScrollBarMarks | ( | bool | on | ) |
Definition at line 1305 of file kateconfig.cpp.
| void KateViewConfig::setScrollPastEnd | ( | bool | on | ) |
Definition at line 1635 of file kateconfig.cpp.
| void KateViewConfig::setSearchFlags | ( | long | flags | ) |
Definition at line 1398 of file kateconfig.cpp.
| void KateViewConfig::setSmartCopyCut | ( | bool | on | ) |
Definition at line 1617 of file kateconfig.cpp.
| void KateViewConfig::setViInputMode | ( | bool | on | ) |
Definition at line 1485 of file kateconfig.cpp.
| void KateViewConfig::setViInputModeHideStatusBar | ( | bool | on | ) |
Definition at line 1535 of file kateconfig.cpp.
| void KateViewConfig::setViInputModeStealKeys | ( | bool | on | ) |
Definition at line 1517 of file kateconfig.cpp.
| void KateViewConfig::setWordCompletion | ( | bool | on | ) |
Definition at line 1581 of file kateconfig.cpp.
| void KateViewConfig::setWordCompletionMinimalWordLength | ( | int | length | ) |
Definition at line 1599 of file kateconfig.cpp.
| bool KateViewConfig::smartCopyCut | ( | ) | const |
Definition at line 1609 of file kateconfig.cpp.
| void KateViewConfig::updateConfig | ( | ) | [protected, virtual] |
| bool KateViewConfig::viInputMode | ( | ) | const |
Definition at line 1477 of file kateconfig.cpp.
| bool KateViewConfig::viInputModeHideStatusBar | ( | ) | const |
Definition at line 1527 of file kateconfig.cpp.
| bool KateViewConfig::viInputModeStealKeys | ( | ) | const |
Definition at line 1509 of file kateconfig.cpp.
| bool KateViewConfig::wordCompletion | ( | ) | const |
Definition at line 1573 of file kateconfig.cpp.
| int KateViewConfig::wordCompletionMinimalWordLength | ( | ) | const |
Definition at line 1591 of file kateconfig.cpp.
| void KateViewConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 1159 of file kateconfig.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference