All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes
Qtilities::Core::PropertyDiffInfo Class Reference

The PropertyDiffInfo class is used to provide information of property differences between two objects. More...

#include <ObjectManager.h>

List of all members.

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.

Detailed Description

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é