ChangeData Class Reference

This class encapsulates property values that has changed. More...

#include <changedata.h>

List of all members.

Public Member Functions

 ChangeData ()
 Default constructor.
void setOldValue (const BoxObject &value)
 Sets old value.
BoxObject getOldValue ()
 Returns old value.
void setNewValue (const BoxObject &value)
 Sets new value.
BoxObject getNewValue ()
 Returns new value.

Protected Attributes

BoxObject oldValue_
BoxObject newValue_

Detailed Description

This class encapsulates property values that has changed.

Definition at line 38 of file changedata.h.