QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPropertyChange Class Reference

Stores the change that was made to a property of an object. More...

#include <RPropertyChange.h>

List of all members.

Public Member Functions

 RPropertyChange (RPropertyTypeId propertyTypeId, QVariant oldValue, QVariant newValue)

Public Attributes

QVariant newValue
QVariant oldValue
RPropertyTypeId propertyTypeId

Detailed Description

Stores the change that was made to a property of an object.


Constructor & Destructor Documentation

RPropertyChange::RPropertyChange ( RPropertyTypeId  propertyTypeId,
QVariant  oldValue,
QVariant  newValue 
)

Member Data Documentation

QVariant RPropertyChange::newValue
QVariant RPropertyChange::oldValue
RPropertyTypeId RPropertyChange::propertyTypeId

The documentation for this class was generated from the following files: