|
enum | { EVENT = PROGRESS
} |
|
enum | { COMPLETE = sysEventID('C', 'M', 'P')
} |
|
enum | Phase { phase_capturing = 1,
phase_target,
phase_bubbling
} |
|
|
| ProgressEvent (size_t Delta, size_t Loaded, size_t Total, bool First) |
|
| Event (eventType Type, bool Bubbles=false) |
|
void | stopPropagation () |
|
void | stopImmediatePropagation () |
|
void | removeListener () |
|
|
size_t | delta |
|
size_t | loaded |
|
size_t | total |
|
bool | first |
|
eventType | type |
|
Phase | phase |
|
bool | bubbles |
|
bool | stopsImmediatePropagation |
|
bool | stopsPropagation |
|
void * | userData |
|
spObject | userDataObject |
|
int | listenerID |
|
spEventDispatcher | target |
|
spEventDispatcher | currentTarget |
|
The documentation for this class was generated from the following file: