The PropertyDiffInfo class is used to provide information of property differences between two objects. More...
#include <ObjectManager.h>
Public Attributes | |
QMap< QString, QString > | d_added_properties |
Added properties: Key = Property Name, Value = Property Value. | |
QMap< QString, QString > | d_changed_properties |
Changed properties: Key = Property Name, Value = "Old Property Value","New Property Value". | |
QMap< QString, QString > | d_removed_properties |
Removed properties: Key = Property Name, Value = Old Property Value. |
The PropertyDiffInfo class is used to provide information of property differences between two objects.
Qtilities : Reference Documentation | Back to top |
Copyright © 2009-2013, Jaco Naudé
|