KateGlobalConfig Class Reference
#include <kateconfig.h>
Inheritance diagram for KateGlobalConfig:

Public Member Functions | |
| QTextCodec * | fallbackCodec () const |
| const QString & | fallbackEncoding () const |
| KEncodingProber::ProberType | proberType () const |
| void | readConfig (const KConfigGroup &config) |
| bool | setFallbackEncoding (const QString &encoding) |
| void | setProberType (KEncodingProber::ProberType proberType) |
| void | writeConfig (KConfigGroup &config) |
Static Public Member Functions | |
| static KateGlobalConfig * | global () |
Protected Member Functions | |
| void | updateConfig () |
Detailed Description
Definition at line 93 of file kateconfig.h.
Member Function Documentation
| QTextCodec * KateGlobalConfig::fallbackCodec | ( | ) | const |
Definition at line 129 of file kateconfig.cpp.
| const QString & KateGlobalConfig::fallbackEncoding | ( | ) | const |
Definition at line 124 of file kateconfig.cpp.
| static KateGlobalConfig* KateGlobalConfig::global | ( | ) | [inline, static] |
Definition at line 109 of file kateconfig.h.
| KEncodingProber::ProberType KateGlobalConfig::proberType | ( | ) | const [inline] |
Definition at line 126 of file kateconfig.h.
| void KateGlobalConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 97 of file kateconfig.cpp.
Definition at line 137 of file kateconfig.cpp.
| void KateGlobalConfig::setProberType | ( | KEncodingProber::ProberType | proberType | ) |
Definition at line 117 of file kateconfig.cpp.
| void KateGlobalConfig::updateConfig | ( | ) | [protected, virtual] |
| void KateGlobalConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 107 of file kateconfig.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference