KDECore
KConfigSkeleton::ItemSize Class Reference
Class for handling a QSize preferences item. More...
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemSize:
Public Member Functions | |
ItemSize (const QString &group, const QString &key, QSize &reference, const QSize &defaultValue=QSize()) | |
QVariant | property () const |
void | readConfig (KConfig *config) |
void | setProperty (const QVariant &p) |
Detailed Description
Class for handling a QSize preferences item.Definition at line 714 of file kconfigskeleton.h.
Constructor & Destructor Documentation
KConfigSkeleton::ItemSize::ItemSize | ( | const QString & | group, | |
const QString & | key, | |||
QSize & | reference, | |||
const QSize & | defaultValue = QSize() | |||
) |
Definition at line 732 of file kconfigskeleton.cpp.
Member Function Documentation
QVariant KConfigSkeleton::ItemSize::property | ( | ) | const [virtual] |
Return item as property.
Implements KConfigSkeletonItem.
Definition at line 753 of file kconfigskeleton.cpp.
void KConfigSkeleton::ItemSize::readConfig | ( | KConfig * | ) | [virtual] |
This function is called by KConfigSkeleton to read the value for this setting from a config file.
value.
Implements KConfigSkeletonItem.
Definition at line 739 of file kconfigskeleton.cpp.
void KConfigSkeleton::ItemSize::setProperty | ( | const QVariant & | p | ) | [virtual] |
The documentation for this class was generated from the following files: