Kate
KateDocumentConfig Class Reference
#include <kateconfig.h>

Detailed Description
Definition at line 90 of file kateconfig.h.
Member Enumeration Documentation
Definition at line 207 of file kateconfig.h.
- Enumerator:
Definition at line 158 of file kateconfig.h.
Definition at line 189 of file kateconfig.h.
Definition at line 139 of file kateconfig.h.
Constructor & Destructor Documentation
KateDocumentConfig::KateDocumentConfig | ( | KateDocument * | doc | ) |
Construct a DocumentConfig.
Definition at line 117 of file kateconfig.cpp.
KateDocumentConfig::~KateDocumentConfig | ( | ) |
Cu DocumentConfig.
Definition at line 140 of file kateconfig.cpp.
Member Function Documentation
bool KateDocumentConfig::allowEolDetection | ( | ) | const |
Definition at line 511 of file kateconfig.cpp.
bool KateDocumentConfig::allowSimpleMode | ( | ) | const |
Definition at line 530 of file kateconfig.cpp.
uint KateDocumentConfig::backupFlags | ( | ) | const |
Definition at line 548 of file kateconfig.cpp.
const QString & KateDocumentConfig::backupPrefix | ( | ) | const |
Definition at line 566 of file kateconfig.cpp.
const QString & KateDocumentConfig::backupSuffix | ( | ) | const |
Definition at line 574 of file kateconfig.cpp.
QTextCodec * KateDocumentConfig::codec | ( | ) | const |
Definition at line 408 of file kateconfig.cpp.
uint KateDocumentConfig::configFlags | ( | ) | const |
Definition at line 368 of file kateconfig.cpp.
const QString & KateDocumentConfig::encoding | ( | ) | const |
Definition at line 400 of file kateconfig.cpp.
KEncodingProber::ProberType KateDocumentConfig::encodingProberType | ( | ) | const |
Definition at line 465 of file kateconfig.cpp.
int KateDocumentConfig::eol | ( | ) | const |
Definition at line 481 of file kateconfig.cpp.
QString KateDocumentConfig::eolString | ( | ) |
Definition at line 489 of file kateconfig.cpp.
static KateDocumentConfig* KateDocumentConfig::global | ( | ) | [inline, static] |
Definition at line 111 of file kateconfig.h.
const QString & KateDocumentConfig::indentationMode | ( | ) | const |
Definition at line 274 of file kateconfig.cpp.
int KateDocumentConfig::indentationWidth | ( | ) | const |
Definition at line 253 of file kateconfig.cpp.
bool KateDocumentConfig::isGlobal | ( | ) | const [inline] |
Definition at line 113 of file kateconfig.h.
bool KateDocumentConfig::isSetEncoding | ( | ) | const |
Definition at line 460 of file kateconfig.cpp.
bool KateDocumentConfig::pageUpDownMovesCursor | ( | ) | const |
Definition at line 350 of file kateconfig.cpp.
void KateDocumentConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 144 of file kateconfig.cpp.
int KateDocumentConfig::searchDirConfigDepth | ( | ) | const |
Should Kate Part search for dir wide config file and if, how depth?
- Returns:
- search depth (< 0 no search)
Definition at line 602 of file kateconfig.cpp.
void KateDocumentConfig::setAllowEolDetection | ( | bool | on | ) |
Definition at line 519 of file kateconfig.cpp.
void KateDocumentConfig::setAllowSimpleMode | ( | bool | on | ) |
Definition at line 538 of file kateconfig.cpp.
void KateDocumentConfig::setBackupFlags | ( | uint | flags | ) |
Definition at line 556 of file kateconfig.cpp.
void KateDocumentConfig::setBackupPrefix | ( | const QString & | prefix | ) |
Definition at line 582 of file kateconfig.cpp.
void KateDocumentConfig::setBackupSuffix | ( | const QString & | suffix | ) |
Definition at line 592 of file kateconfig.cpp.
void KateDocumentConfig::setConfigFlags | ( | uint | fullFlags | ) |
Definition at line 390 of file kateconfig.cpp.
void KateDocumentConfig::setConfigFlags | ( | KateDocumentConfig::ConfigFlags | flag, | |
bool | enable | |||
) |
Definition at line 376 of file kateconfig.cpp.
Definition at line 423 of file kateconfig.cpp.
void KateDocumentConfig::setEncodingProberType | ( | KEncodingProber::ProberType | proberType | ) |
Definition at line 470 of file kateconfig.cpp.
void KateDocumentConfig::setEol | ( | int | mode | ) |
Definition at line 501 of file kateconfig.cpp.
void KateDocumentConfig::setIndentationMode | ( | const QString & | identationMode | ) |
Definition at line 282 of file kateconfig.cpp.
void KateDocumentConfig::setIndentationWidth | ( | int | indentationWidth | ) |
Definition at line 261 of file kateconfig.cpp.
void KateDocumentConfig::setPageUpDownMovesCursor | ( | bool | on | ) |
Definition at line 358 of file kateconfig.cpp.
void KateDocumentConfig::setSearchDirConfigDepth | ( | int | depth | ) |
Definition at line 610 of file kateconfig.cpp.
void KateDocumentConfig::setTabHandling | ( | uint | tabHandling | ) |
Definition at line 302 of file kateconfig.cpp.
void KateDocumentConfig::setTabWidth | ( | int | tabWidth | ) |
Definition at line 240 of file kateconfig.cpp.
void KateDocumentConfig::setWordWrap | ( | bool | on | ) |
Definition at line 319 of file kateconfig.cpp.
void KateDocumentConfig::setWordWrapAt | ( | unsigned int | col | ) |
Definition at line 337 of file kateconfig.cpp.
uint KateDocumentConfig::tabHandling | ( | ) | const |
Definition at line 292 of file kateconfig.cpp.
int KateDocumentConfig::tabWidth | ( | ) | const |
Definition at line 232 of file kateconfig.cpp.
void KateDocumentConfig::updateConfig | ( | ) | [protected, virtual] |
bool KateDocumentConfig::wordWrap | ( | ) | const |
Definition at line 311 of file kateconfig.cpp.
unsigned int KateDocumentConfig::wordWrapAt | ( | ) | const |
Definition at line 329 of file kateconfig.cpp.
void KateDocumentConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 184 of file kateconfig.cpp.
The documentation for this class was generated from the following files: