#include <qwsevent_qws.h>
Definition at line 424 of file qwsevent_qws.h.
Classes | |
struct | SimpleData |
Public Types | |
enum | EventType { FontRemoved } |
![]() | |
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 | |
QWSFontEvent () | |
void | setData (const char *d, int len, bool allocateMem=true) |
![]() | |
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 QWSFontEvent::SimpleData | simpleData |
QByteArray | fontName |
![]() | |
int | type |
int | simpleLen |
int | rawLen |
bool | deleteRaw |
char * | simpleDataPtr |
char * | rawDataPtr |
int | bytesRead |
Additional Inherited Members | |
![]() | |
static QWSEvent * | factory (int type) |
enum EventType |
Enumerator | |
---|---|
FontRemoved |
Definition at line 429 of file qwsevent_qws.h.
|
inline |
Definition at line 425 of file qwsevent_qws.h.
Reimplemented from QWSProtocolItem.
Definition at line 433 of file qwsevent_qws.h.
struct QWSFontEvent::SimpleData simpleData |
QByteArray fontName |
Definition at line 441 of file qwsevent_qws.h.