Home · Modules · Classes · Namespaces · Functions

QxtWebEvent Class Reference
[QxtWeb module]

The QxtWebEvent class is a base class of all QxtWeb event types More...

    #include <QxtWebEvent>

Inherited by QxtWebPageEvent, QxtWebRemoveCookieEvent, QxtWebRequestEvent, and QxtWebStoreCookieEvent.

Public Types

Public Functions

Public Variables


Detailed Description

The QxtWebEvent class is a base class of all QxtWeb event types

QxtWebEvent is the base class for all QxtWeb event classes. Event objects contain event parameters.

The base QxtWebEvent class contains the type of the event and a session ID for the session it relates to. Subclasses of QxtWebEvent contain additional parameters describing the particular event.


Member Type Documentation

enum QxtWebEvent::EventType

ConstantValueDescription
QxtWebEvent::None0Not an event.
QxtWebEvent::Request1A request event.
QxtWebEvent::FileUpload2A file upload event.
QxtWebEvent::Page3A page event.
QxtWebEvent::StoreCookie4A store cookie event.
QxtWebEvent::RemoveCookie5A remove cookie event.
QxtWebEvent::Redirect6A redirect event.


Member Function Documentation

QxtWebEvent::QxtWebEvent ( EventType type, int sessionID )

Constructs a QxtWebEvent of the specified type for the specified sessionID.

QxtWebEvent::~QxtWebEvent ()   [virtual]

Destroys the event.

EventType QxtWebEvent::type () const

Returns the event type.


Member Variable Documentation

const int QxtWebEvent::sessionID

Contains the ID of the session the event is related to.


Copyright © 2007-2011 Qxt Foundation
Qxt 0.6.2