20#ifndef RPROPERTYCHANGE_H
21#define RPROPERTYCHANGE_H
61 return propertyTypeId;
Q_DECLARE_METATYPE(RMath *)
QMap< int, QList< RPropertyChange > > _RMapIntPropertyChange
Definition RPropertyChange.h:72
QCADCORE_EXPORT QDebug operator<<(QDebug dbg, const RPropertyChange &p)
Definition RPropertyChange.cpp:156
Abstract base class for exporters.
Definition RExporter.h:78
Stores the change that was made to a property of an object.
Definition RPropertyChange.h:38
void setPropertyTypeId(const RPropertyTypeId &id)
Definition RPropertyChange.h:57
void setOldValue(const QVariant &v)
Definition RPropertyChange.h:43
RPropertyChange()
Definition RPropertyChange.h:40
RPropertyTypeId getPropertyTypeId() const
Definition RPropertyChange.h:60
QVariant oldValue
Definition RPropertyChange.h:66
RPropertyTypeId propertyTypeId
Definition RPropertyChange.h:65
QVariant getNewValue() const
Definition RPropertyChange.h:53
void setNewValue(const QVariant &v)
Definition RPropertyChange.h:50
QVariant newValue
Definition RPropertyChange.h:67
QVariant getOldValue() const
Definition RPropertyChange.h:46
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RPropertyTypeId.h:54
This is the abstract base class for all storage implementations.
Definition RStorage.h:67
#define QCADCORE_EXPORT
Definition core_global.h:10