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