KateViewConfig Class Reference
Inheritance diagram for KateViewConfig:

Detailed Description
Definition at line 278 of file kateconfig.h.
Public Types | |
| enum | TextToSearch { Nowhere = 0, SelectionOnly = 1, SelectionWord = 2, WordOnly = 3, WordSelection = 4 } |
Public Member Functions | |
| KateViewConfig (KateView *view) | |
| ~KateViewConfig () | |
| bool | isGlobal () const |
| void | readConfig (KConfig *config) |
| void | writeConfig (KConfig *config) |
| bool | dynWordWrap () const |
| void | setDynWordWrap (bool wrap) |
| int | dynWordWrapIndicators () const |
| void | setDynWordWrapIndicators (int mode) |
| int | dynWordWrapAlignIndent () const |
| void | setDynWordWrapAlignIndent (int indent) |
| bool | lineNumbers () const |
| void | setLineNumbers (bool on) |
| bool | scrollBarMarks () const |
| void | setScrollBarMarks (bool on) |
| bool | iconBar () const |
| void | setIconBar (bool on) |
| bool | foldingBar () const |
| void | setFoldingBar (bool on) |
| int | bookmarkSort () const |
| void | setBookmarkSort (int mode) |
| int | autoCenterLines () const |
| void | setAutoCenterLines (int lines) |
| long | searchFlags () const |
| void | setSearchFlags (long flags) |
| bool | cmdLine () const |
| void | setCmdLine (bool on) |
| uint | defaultMarkType () const |
| void | setDefaultMarkType (uint type) |
| bool | persistentSelection () const |
| void | setPersistentSelection (bool on) |
| int | textToSearchMode () const |
| void | setTextToSearchMode (int mode) |
Static Public Member Functions | |
| static KateViewConfig * | global () |
Protected Member Functions | |
| void | updateConfig () |
Friends | |
| class | KateFactory |
Constructor & Destructor Documentation
| KateViewConfig::KateViewConfig | ( | KateView * | view | ) |
| KateViewConfig::~KateViewConfig | ( | ) |
Member Function Documentation
| void KateViewConfig::readConfig | ( | KConfig * | config | ) |
| void KateViewConfig::writeConfig | ( | KConfig * | config | ) |
| void KateViewConfig::updateConfig | ( | ) | [protected, virtual] |
The documentation for this class was generated from the following files:

