KDECore
KConfigSkeleton::ItemRect Class Reference
Class for handling a QRect preferences item. More...
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemRect:
Public Member Functions | |
ItemRect (const QString &group, const QString &key, QRect &reference, const QRect &defaultValue=QRect()) | |
QVariant | property () const |
void | readConfig (KConfig *config) |
void | setProperty (const QVariant &p) |
Detailed Description
Class for handling a QRect preferences item.Definition at line 684 of file kconfigskeleton.h.
Constructor & Destructor Documentation
KConfigSkeleton::ItemRect::ItemRect | ( | const QString & | group, | |
const QString & | key, | |||
QRect & | reference, | |||
const QRect & | defaultValue = QRect() | |||
) |
Definition at line 678 of file kconfigskeleton.cpp.
Member Function Documentation
QVariant KConfigSkeleton::ItemRect::property | ( | ) | const [virtual] |
Return item as property.
Implements KConfigSkeletonItem.
Definition at line 699 of file kconfigskeleton.cpp.
void KConfigSkeleton::ItemRect::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 685 of file kconfigskeleton.cpp.
void KConfigSkeleton::ItemRect::setProperty | ( | const QVariant & | p | ) | [virtual] |
The documentation for this class was generated from the following files: