VCF::ControlEvent Class Reference
ControlEvent are events generated by changes made to the control.
More...
#include <vcf/ApplicationKit/Control.h>
Inheritance diagram for VCF::ControlEvent:
List of all members.
Detailed Description
ControlEvent are events generated by changes made to the control.
Currently there are 3 types, one for controls being resized, one for a control's position being changed, and one for the control's parent being changed.
- Version:
- 1.0
- Author:
- Jim Crafton
Constructor & Destructor Documentation
| VCF::ControlEvent::ControlEvent |
( |
Object * |
source |
) |
[inline] |
|
| VCF::ControlEvent::ControlEvent |
( |
Object * |
source, |
|
|
const uint32 & |
eventType |
|
) |
[inline] |
|
| VCF::ControlEvent::ControlEvent |
( |
Object * |
source, |
|
|
const Size & |
val |
|
) |
[inline] |
|
|
|
use this constructor for creating CONTROL_SIZED events
|
| VCF::ControlEvent::ControlEvent |
( |
Object * |
source, |
|
|
const Point & |
val |
|
) |
[inline] |
|
|
|
use this constructor for creating CONTROL_POSITIONED events
|
| VCF::ControlEvent::ControlEvent |
( |
Object * |
source, |
|
|
Control * |
val |
|
) |
[inline] |
|
|
|
use this constructor for creating CONTROL_PARENT_CHANGED events
|
|
|
use this constructor for creating BEFORE_CONTROL_PAINTED or AFTER_CONTROL_PAINTED events
|
| VCF::ControlEvent::ControlEvent |
( |
const ControlEvent & |
rhs |
) |
[inline] |
|
| virtual VCF::ControlEvent::~ControlEvent |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| virtual Object* VCF::ControlEvent::clone |
( |
bool |
deep = false |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: