QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPropertyChange.h
Go to the documentation of this file.
1 #ifndef RPROPERTYCHANGE_H
2 #define RPROPERTYCHANGE_H
3 
4 #include <QVariant>
5 
6 #include "RObject.h"
7 #include "RPropertyTypeId.h"
8 
9 class RStorage;
10 class RExporter;
11 
16 public:
18  QVariant newValue);
20  QVariant oldValue;
21  QVariant newValue;
22 };
23 
24 QDebug operator<<(QDebug dbg, RPropertyChange& p);
25 
26 typedef QMap<int, QList<RPropertyChange> > _RMapIntPropertyChange;
30 
31 #endif