KateSchemaManager Class Reference
List of all members.Detailed Description
Definition at line 44 of file kateschema.h.
Public Member Functions | |
| KateSchemaManager () | |
| ~KateSchemaManager () | |
| void | update (bool readfromfile=true) |
| KConfig * | schema (uint number) |
| void | addSchema (const QString &t) |
| void | removeSchema (uint number) |
| bool | validSchema (uint number) |
| uint | number (const QString &name) |
| QString | name (uint number) |
| const QStringList & | list () |
Static Public Member Functions | |
| static QString | normalSchema () |
| static QString | printingSchema () |
Member Function Documentation
| const QStringList& KateSchemaManager::list | ( | ) | [inline] |
Don't modify, list with the names of the schemas (i18n name for the default ones).
Definition at line 82 of file kateschema.h.
| QString KateSchemaManager::name | ( | uint | number | ) |
| uint KateSchemaManager::number | ( | const QString & | name | ) |
| KConfig * KateSchemaManager::schema | ( | uint | number | ) |
return kconfig with right group set or set to Normal if not there
Definition at line 197 of file kateschema.cpp.
| void KateSchemaManager::update | ( | bool | readfromfile = true |
) |
| bool KateSchemaManager::validSchema | ( | uint | number | ) |
The documentation for this class was generated from the following files:

