Qt 4.8
|
#include <qwsevent_qws.h>
Classes | |
struct | SimpleData |
Public Functions | |
QWSIMEvent () | |
void | setData (const char *d, int len, bool allocateMem=true) |
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 | |
struct QWSIMEvent::SimpleData | simpleData |
QByteArray | streamingData |
Public Variables inherited from QWSProtocolItem | |
int | bytesRead |
bool | deleteRaw |
char * | rawDataPtr |
int | rawLen |
char * | simpleDataPtr |
int | simpleLen |
int | type |
Additional Inherited Members | |
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... | |
Static Public Functions inherited from QWSEvent | |
static QWSEvent * | factory (int type) |
Definition at line 373 of file qwsevent_qws.h.
|
inline |
Definition at line 374 of file qwsevent_qws.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 384 of file qwsevent_qws.h.
struct QWSIMEvent::SimpleData QWSIMEvent::simpleData |
Referenced by QWSInputContext::translateIMEvent().
QByteArray QWSIMEvent::streamingData |
Definition at line 388 of file qwsevent_qws.h.
Referenced by QWSInputContext::translateIMEvent().