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