lib
KoOasisSettings::Items Class Reference
#include <KoOasisSettings.h>
Detailed Description
Represents a collection of items (config-item or maps).
Definition at line 94 of file KoOasisSettings.h.
Public Member Functions | |
bool | isNull () const |
IndexedMap | indexedMap (const QString &itemMapName) const |
NamedMap | namedMap (const QString &itemMapName) const |
int | parseConfigItemInt (const QString &configName, int defValue=0) const |
double | parseConfigItemDouble (const QString &configName, double defValue=0) const |
QString | parseConfigItemString (const QString &configName, const QString &defValue=QString::null) const |
bool | parseConfigItemBool (const QString &configName, bool defValue=false) const |
short | parseConfigItemShort (const QString &configName, short defValue=0) const |
long | parseConfigItemLong (const QString &configName, long defValue=0) const |
Friends | |
class | KoOasisSettings |
class | IndexedMap |
class | NamedMap |
Member Function Documentation
|
Look for the config-item-map-indexed named An indexed map is an array (or sequence), i.e. items are supposed to be retrieved by index. This is useful for e.g. "view 0", "view 1" etc. Definition at line 59 of file KoOasisSettings.cpp. |
|
Look for the config-item-map-named named A named map is a map where items are retrieved by entry name,
Definition at line 74 of file KoOasisSettings.cpp. |
The documentation for this class was generated from the following files: