QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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
15
class
RPropertyChange
{
16
public
:
17
RPropertyChange
(
RPropertyTypeId
propertyTypeId
, QVariant
oldValue
,
18
QVariant
newValue
);
19
RPropertyTypeId
propertyTypeId
;
20
QVariant
oldValue
;
21
QVariant
newValue
;
22
};
23
24
QDebug
operator<<
(QDebug dbg,
RPropertyChange
& p);
25
26
typedef
QMap<int, QList<RPropertyChange> >
_RMapIntPropertyChange
;
27
Q_DECLARE_METATYPE
(
_RMapIntPropertyChange
*)
28
Q_DECLARE_METATYPE
(
_RMapIntPropertyChange
)
29
Q_DECLARE_METATYPE
(
RPropertyChange
*)
30
31
#endif
src
core
RPropertyChange.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1