KateSchemaManager Class Reference
#include <kateschema.h>
Public Member Functions | |
| KateSchemaManager () | |
| ~KateSchemaManager () | |
| void | addSchema (const QString &t) |
| const QStringList & | list () |
| QString | name (uint number) |
| uint | number (const QString &name) |
| void | removeSchema (uint number) |
| KConfigGroup | schema (uint number) |
| void | update (bool readfromfile=true) |
| bool | validSchema (const QString &name) |
| bool | validSchema (uint number) |
Static Public Member Functions | |
| static QString | normalSchema () |
| static QString | printingSchema () |
Detailed Description
Definition at line 44 of file kateschema.h.
Constructor & Destructor Documentation
| KateSchemaManager::KateSchemaManager | ( | ) |
Definition at line 83 of file kateschema.cpp.
| KateSchemaManager::~KateSchemaManager | ( | ) |
Definition at line 89 of file kateschema.cpp.
Member Function Documentation
| void KateSchemaManager::addSchema | ( | const QString & | t | ) |
Definition at line 124 of file kateschema.cpp.
| const QStringList& KateSchemaManager::list | ( | ) | [inline] |
Don't modify, list with the names of the schemas (i18n name for the default ones)
Definition at line 83 of file kateschema.h.
| QString KateSchemaManager::name | ( | uint | number | ) |
group names in the end, no i18n involved
Definition at line 179 of file kateschema.cpp.
| QString KateSchemaManager::normalSchema | ( | ) | [static] |
Definition at line 73 of file kateschema.cpp.
| uint KateSchemaManager::number | ( | const QString & | name | ) |
if not found, defaults to 0
Definition at line 164 of file kateschema.cpp.
| QString KateSchemaManager::printingSchema | ( | ) | [static] |
Definition at line 78 of file kateschema.cpp.
| void KateSchemaManager::removeSchema | ( | uint | number | ) |
Definition at line 131 of file kateschema.cpp.
| KConfigGroup KateSchemaManager::schema | ( | uint | number | ) |
return kconfig with right group set or set to Normal if not there
Definition at line 114 of file kateschema.cpp.
| void KateSchemaManager::update | ( | bool | readfromfile = true | ) |
Schema Config changed, update all renderers.
Definition at line 96 of file kateschema.cpp.
| bool KateSchemaManager::validSchema | ( | uint | number | ) |
is this schema valid ? (does it exist ?)
Definition at line 144 of file kateschema.cpp.
Definition at line 152 of file kateschema.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference