10 #include <QtCore/QVariant>
11 #include <QtCore/QString>
43 virtual bool operator<(
const DtProperty&)
const;
46 void removeChild(QString name);
50 const DtProperty* findChild(QString name)
const;
55 QVariant value()
const;
64 bool readOnly()
const;
71 void setValue(QVariant value);
72 void setReadOnly(
bool readOnly);
std::auto_ptr< DtPropertyType > DtPropertyTypeAP
Definition: property.h:19
A property class.
Definition: property.h:24
std::list< DtProperty > DtPropertyList
Definition: property.h:21
int myId
Definition: property.h:78
DtPropertyType is the abstract base class for property types.
Definition: propertyType.h:20
bool myReadOnly
Definition: property.h:81
DtProperty * myParent
Definition: property.h:80
QVariant myValue
Definition: property.h:76
DtPropertyTypeAP myType
Definition: property.h:77
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
QString myName
Definition: property.h:75
DtPropertyList * myChildren
Definition: property.h:79