kdeui
ksconfig.h File Reference
#include <qwidget.h>
#include <qstring.h>
#include <qstringlist.h>
#include <kdelibs_export.h>
Include dependency graph for ksconfig.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KSpellConfig |
A configuration class/dialog for KSpell. More... | |
Enumerations | |
enum | Encoding { KS_E_ASCII = 0, KS_E_LATIN1 = 1, KS_E_LATIN2 = 2, KS_E_LATIN3 = 3, KS_E_LATIN4 = 4, KS_E_LATIN5 = 5, KS_E_LATIN7 = 6, KS_E_LATIN8 = 7, KS_E_LATIN9 = 8, KS_E_LATIN13 = 9, KS_E_LATIN15 = 10, KS_E_UTF8 = 11, KS_E_KOI8R = 12, KS_E_KOI8U = 13, KS_E_CP1251 = 14, KS_E_CP1255 = 15 } |
enum | KSpellClients { KS_CLIENT_ISPELL = 0, KS_CLIENT_ASPELL = 1, KS_CLIENT_HSPELL = 2, KS_CLIENT_ZEMBEREK = 3 } |
Enumeration Type Documentation
enum Encoding |
Encoding for the spell checker.
- Note:
- In the identifier names LATIN means ISO-8859, not ECMA Latin
- Todo:
- Should be replaced by the charset strings because the config file would be more stable when inserting entries in the list
- Enumerator:
Definition at line 41 of file ksconfig.h.
enum KSpellClients |
Definition at line 60 of file ksconfig.h.