TDEConfigSkeleton::ItemRect Class Reference
#include <tdeconfigskeleton.h>
Inherits TDEConfigSkeletonGenericItem< T >.
Public Member Functions | |
ItemRect (const TQString &group, const TQString &key, TQRect &reference, const TQRect &defaultValue=TQRect()) | |
void | readConfig (TDEConfig *config) |
void | setProperty (const TQVariant &p) |
TQVariant | property () const |
Detailed Description
Class for handling a TQRect preferences item.
Definition at line 684 of file tdeconfigskeleton.h.
Constructor & Destructor Documentation
◆ ItemRect()
TDEConfigSkeleton::ItemRect::ItemRect | ( | const TQString & | group, |
const TQString & | key, | ||
TQRect & | reference, | ||
const TQRect & | defaultValue = TQRect() |
||
) |
Definition at line 678 of file tdeconfigskeleton.cpp.
Member Function Documentation
◆ property()
|
virtual |
Return item as property.
Implements TDEConfigSkeletonItem.
Definition at line 699 of file tdeconfigskeleton.cpp.
◆ readConfig()
|
virtual |
This function is called by TDEConfigSkeleton to read the value for this setting from a config file.
value.
Implements TDEConfigSkeletonItem.
Definition at line 685 of file tdeconfigskeleton.cpp.
◆ setProperty()
|
virtual |
Set item to p
.
Implements TDEConfigSkeletonItem.
Definition at line 694 of file tdeconfigskeleton.cpp.
The documentation for this class was generated from the following files: