VCF::HTMLEvent Class Reference
Generic HTML event sent for all other events generated by the HTML Browser. More...
#include <HTMLBrowserControl.h>
Inheritance diagram for VCF::HTMLEvent:

Public Member Functions | |
| HTMLEvent (Object *source, uint32 type) | |
| virtual Object * | clone (bool deep=false) |
Public Attributes | |
| uint32 | value |
| The value of the event. | |
| uint32 | maxValue |
| The maximum value of the event. | |
| String | status |
| The status of the event. | |
| String | url |
| The URL the event is associated with. | |
Detailed Description
Generic HTML event sent for all other events generated by the HTML Browser.
Constructor & Destructor Documentation
|
||||||||||||
|
|
Member Function Documentation
|
|
|
Member Data Documentation
|
|
The maximum value of the event. Generally gets set during progress events. |
|
|
The status of the event.
|
|
|
The URL the event is associated with.
|
|
|
The value of the event. Generally gets set during progress events. |
The documentation for this class was generated from the following file:
- vcf/HTMLKit/HTMLBrowserControl.h
