VCF::PropertyChangeEvent Class Reference
Property change event's are used whenever a propertys value changes. More...
#include <vcf/FoundationKit/PropertyChangeEvent.h>
Inheritance diagram for VCF::PropertyChangeEvent:

Public Member Functions | |
| PropertyChangeEvent (Object *source, VariantData *changeValue, VariantData *originalValue) | |
| PropertyChangeEvent (const PropertyChangeEvent &rhs) | |
| virtual | ~PropertyChangeEvent () |
| PropertyChangeEvent & | operator= (const PropertyChangeEvent &rhs) |
| VariantData * | getChangeValue () |
| returns the VariantData that represents the new value | |
| VariantData * | getOriginalValue () |
| returns a VariantData that represents the original value before the change | |
| virtual Object * | clone (bool deep=false) const |
| Makes a complete clone of this object. | |
Detailed Description
Property change event's are used whenever a propertys value changes.
Constructor & Destructor Documentation
|
||||||||||||||||
|
|
|
|
|
|
|
|
Member Function Documentation
|
|
Makes a complete clone of this object. A typical implementation might be: In which the implementer simply creates a new instance on the heap and calls the copy constructor. Objects which support cloning should also have a copy constructor defined as well.
Reimplemented from VCF::Event. |
|
|
returns the VariantData that represents the new value
|
|
|
returns a VariantData that represents the original value before the change
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/PropertyChangeEvent.h
