QXRD  0.11.16
qcepproperty-ptr.h
Go to the documentation of this file.
1 #ifndef QCEPPROPERTY_PTR_H
2 #define QCEPPROPERTY_PTR_H
3 
4 #include <QSharedPointer>
5 
6 class QcepProperty;
8 class QcepIntProperty;
9 class QcepBoolProperty;
10 class QcepStringProperty;
15 
16 typedef QSharedPointer<QcepProperty> QcepPropertyPtr;
17 typedef QWeakPointer<QcepProperty> QcepPropertyWPtr;
18 
19 #endif // QCEPPROPERTY_H
QWeakPointer< QcepProperty > QcepPropertyWPtr
QSharedPointer< QcepProperty > QcepPropertyPtr