![]() |
Qt 4.8
|
#include <qwsevent_qws.h>
Classes | |
| struct | SimpleData |
Public Types | |
| enum | Type { StartEmbed = 1, StopEmbed = 2, Region = 4 } |
Public Types inherited from QWSEvent | |
| enum | Type { NoEvent, Connected, Mouse, Focus, Key, Region, Creation, PropertyNotify, PropertyReply, SelectionClear, SelectionRequest, SelectionNotify, MaxWindowRect, QCopMessage, WindowOperation, IMEvent, IMQuery, IMInit, Embed, Font, ScreenTransformation, NEvent } |
| This enum describes the origin of the event. More... | |
Public Functions | |
| QWSEmbedEvent () | |
| void | setData (const char *d, int len, bool allocateMem=true) |
| void | setData (int winId, Type type, const QRegion ®=QRegion()) |
Public Functions inherited from QWSEvent | |
| QWSMouseEvent * | asMouse () |
| QWSEvent (int t, int len, char *ptr) | |
| int | window () |
| int | window () const |
Public Functions inherited from QWSProtocolItem | |
| void | copyFrom (const QWSProtocolItem *item) |
| QWSProtocolItem (int t, int len, char *ptr) | |
| bool | read (QIODevice *s) |
| void | write (QIODevice *s) |
| virtual | ~QWSProtocolItem () |
Public Variables | |
| QRegion | region |
| struct QWSEmbedEvent::SimpleData | simpleData |
Public Variables inherited from QWSProtocolItem | |
| int | bytesRead |
| bool | deleteRaw |
| char * | rawDataPtr |
| int | rawLen |
| char * | simpleDataPtr |
| int | simpleLen |
| int | type |
Additional Inherited Members | |
Static Public Functions inherited from QWSEvent | |
| static QWSEvent * | factory (int type) |
Definition at line 269 of file qwsevent_qws.h.
| enum QWSEmbedEvent::Type |
| Enumerator | |
|---|---|
| StartEmbed | |
| StopEmbed | |
| Region | |
Definition at line 275 of file qwsevent_qws.h.
|
inline |
Definition at line 271 of file qwsevent_qws.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 277 of file qwsevent_qws.h.
Definition at line 283 of file qwsevent_qws.h.
| QRegion QWSEmbedEvent::region |
Definition at line 299 of file qwsevent_qws.h.
| struct QWSEmbedEvent::SimpleData QWSEmbedEvent::simpleData |
Referenced by QETWidget::translateEmbedEvent().