Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

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:

VCF::Event VCF::Object List of all members.

Public Member Functions

 HTMLEvent (Object *source, uint32 type)
virtual Objectclone (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

VCF::HTMLEvent::HTMLEvent Object source,
uint32  type
[inline]
 


Member Function Documentation

virtual Object* VCF::HTMLEvent::clone bool  deep = false  )  [inline, virtual]
 


Member Data Documentation

uint32 VCF::HTMLEvent::maxValue
 

The maximum value of the event.

Generally gets set during progress events.

See also:
HTMLBrowserControl::StatusChanged

HTMLBrowserControl::URLLoading

String VCF::HTMLEvent::status
 

The status of the event.

See also:
HTMLBrowserControl::StatusChanged

String VCF::HTMLEvent::url
 

The URL the event is associated with.

uint32 VCF::HTMLEvent::value
 

The value of the event.

Generally gets set during progress events.

See also:
HTMLBrowserControl::StatusChanged

HTMLBrowserControl::URLLoading


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information