KCoreConfigSkeleton::ItemIntList Class
class KCoreConfigSkeleton::ItemIntListClass for handling an integer list preferences item. More...
Public Functions
| ItemIntList(const QString &_group, const QString &_key, QList<int> &reference, const QList<int> &defaultValue = QList<int>()) |
Detailed Description
Member Function Documentation
ItemIntList::ItemIntList(const QString &_group, const QString &_key, QList<int> &reference, const QList<int> &defaultValue = QList<int>())
Constructs an int list item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.