Kate
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
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) |
Public Member Functions inherited from KateConfig | |
| KateConfig () | |
| virtual | ~KateConfig () |
| void | configEnd () |
| void | configStart () |
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 137 of file kateconfig.cpp.
| const QString & KateGlobalConfig::fallbackEncoding | ( | ) | const |
Definition at line 132 of file kateconfig.cpp.
|
inlinestatic |
Definition at line 109 of file kateconfig.h.
|
inline |
Definition at line 126 of file kateconfig.h.
| void KateGlobalConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 105 of file kateconfig.cpp.
| bool KateGlobalConfig::setFallbackEncoding | ( | const QString & | encoding | ) |
Definition at line 145 of file kateconfig.cpp.
| void KateGlobalConfig::setProberType | ( | KEncodingProber::ProberType | proberType | ) |
Definition at line 125 of file kateconfig.cpp.
|
protectedvirtual |
| void KateGlobalConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 115 of file kateconfig.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from