Qt 4.8
|
#include <qwsevent_qws.h>
Classes | |
struct | SimpleData |
Public Functions | |
QWSQCopMessageEvent () | |
void | setData (const char *d, int len, bool allocateMem=true) |
void | setDataDirect (const char *d, int len) |
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 | |
QByteArray | channel |
QByteArray | data |
QByteArray | message |
struct QWSQCopMessageEvent::SimpleData | simpleData |
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 324 of file qwsevent_qws.h.
|
inline |
Definition at line 325 of file qwsevent_qws.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 330 of file qwsevent_qws.h.
|
inline |
Definition at line 340 of file qwsevent_qws.h.
QByteArray QWSQCopMessageEvent::channel |
Definition at line 352 of file qwsevent_qws.h.
Referenced by QApplication::qwsProcessEvent(), and QWSServerPrivate::sendQCopEvent().
QByteArray QWSQCopMessageEvent::data |
Definition at line 354 of file qwsevent_qws.h.
Referenced by QApplication::qwsProcessEvent().
QByteArray QWSQCopMessageEvent::message |
Definition at line 353 of file qwsevent_qws.h.
Referenced by QCopChannel::isRegistered(), QApplication::qwsProcessEvent(), and QWSServerPrivate::sendQCopEvent().
struct QWSQCopMessageEvent::SimpleData QWSQCopMessageEvent::simpleData |
Referenced by QWSDisplay::Data::fillQueue().