KCoreConfigSkeleton::ItemString Class

class KCoreConfigSkeleton::ItemString

Public Types

enum Type { Normal, Password, Path }

Public Functions

ItemString(const QString &_group, const QString &_key, QString &reference, const QString &defaultValue = QLatin1String(""), KCoreConfigSkeleton::ItemString::Type type = Normal)

Detailed Description

Class for handling a string preferences item.

Member Type Documentation

enum ItemString::Type

The type of string that is held in this item

ConstantValueDescription
KCoreConfigSkeleton::ItemString::Normal0A normal string
KCoreConfigSkeleton::ItemString::Password1A password string
KCoreConfigSkeleton::ItemString::Path2A path to a file or directory

Member Function Documentation

ItemString::ItemString(const QString &_group, const QString &_key, QString &reference, const QString &defaultValue = QLatin1String(""), KCoreConfigSkeleton::ItemString::Type type = Normal)

type The type of string held by the item