|
QCAD Application Framework
CAD Application Development and Automation.
|
Stores the change that was made to a property of an object. More...
#include <RPropertyChange.h>
Public Member Functions | |
| RPropertyChange (RPropertyTypeId propertyTypeId, QVariant oldValue, QVariant newValue) | |
Public Attributes | |
| QVariant | newValue |
| QVariant | oldValue |
| RPropertyTypeId | propertyTypeId |
Stores the change that was made to a property of an object.
| RPropertyChange::RPropertyChange | ( | RPropertyTypeId | propertyTypeId, |
| QVariant | oldValue, | ||
| QVariant | newValue | ||
| ) |
| QVariant RPropertyChange::newValue |
| QVariant RPropertyChange::oldValue |
| RPropertyTypeId RPropertyChange::propertyTypeId |