KCoreConfigSkeleton::ItemBool Class

class KCoreConfigSkeleton::ItemBool

Class for handling a bool preferences item. More...

Public Functions

ItemBool(const QString &_group, const QString &_key, bool &reference, bool defaultValue = true)

Detailed Description

Member Function Documentation

ItemBool::ItemBool(const QString &_group, const QString &_key, bool &reference, bool defaultValue = true)

Constructs a bool item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.