![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtWebEvent class is a base class of all QxtWeb event types More...
#include <QxtWebEvent>
Inherited by QxtWebPageEvent, QxtWebRemoveCookieEvent, QxtWebRequestEvent, and QxtWebStoreCookieEvent.
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.
Constant | Value | Description |
---|---|---|
QxtWebEvent::None | 0 | Not an event. |
QxtWebEvent::Request | 1 | A request event. |
QxtWebEvent::FileUpload | 2 | A file upload event. |
QxtWebEvent::Page | 3 | A page event. |
QxtWebEvent::StoreCookie | 4 | A store cookie event. |
QxtWebEvent::RemoveCookie | 5 | A remove cookie event. |
QxtWebEvent::Redirect | 6 | A redirect event. |
Constructs a QxtWebEvent of the specified type for the specified sessionID.
Destroys the event.
Returns the event type.
Contains the ID of the session the event is related to.
Copyright © 2007-2011 Qxt Foundation |
Qxt 0.6.2 |