VCF::ComponentEvent Class Reference
ComponentEvent are events generated by changes made to the component. More...
#include <vcf/ApplicationKit/ComponentEvent.h>
Inheritance diagram for VCF::ComponentEvent:

Public Member Functions | |
| ComponentEvent (Object *source) | |
| ComponentEvent (Object *source, const uint32 &eventType) | |
| virtual | ~ComponentEvent () |
| virtual Object * | clone (bool deep=false) |
| Makes a complete clone of this object. | |
| void | setChildComponent (Component *val) |
| Component * | getChildComponent () |
Protected Attributes | |
| Component * | childComponent_ |
Detailed Description
ComponentEvent are events generated by changes made to the component.Currently there are 2 types, one for the component being created, and one for component deletion.
- Version:
- 1.0
- Author:
- Jim Crafton
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. |
|
|
|
|
|
|
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/ComponentEvent.h
