#include <qwsevent_qws.h>
Definition at line 359 of file qwsevent_qws.h.
Classes | |
struct | SimpleData |
Public Types | |
enum | Operation { Show, Hide, ShowMaximized, ShowNormal, ShowMinimized, Close } |
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 } |
Public Member Functions | |
QWSWindowOperationEvent () | |
Public Member Functions inherited from QWSEvent | |
QWSEvent (int t, int len, char *ptr) | |
QWSMouseEvent * | asMouse () |
int | window () |
int | window () const |
Public Member Functions inherited from QWSProtocolItem | |
QWSProtocolItem (int t, int len, char *ptr) | |
virtual | ~QWSProtocolItem () |
void | write (QIODevice *s) |
bool | read (QIODevice *s) |
void | copyFrom (const QWSProtocolItem *item) |
virtual void | setData (const char *data, int len, bool allocateMem=true) |
Public Attributes | |
struct QWSWindowOperationEvent::SimpleData | simpleData |
Public Attributes inherited from QWSProtocolItem | |
int | type |
int | simpleLen |
int | rawLen |
bool | deleteRaw |
char * | simpleDataPtr |
char * | rawDataPtr |
int | bytesRead |
Additional Inherited Members | |
Static Public Member Functions inherited from QWSEvent | |
static QWSEvent * | factory (int type) |
enum Operation |
Enumerator | |
---|---|
Show | |
Hide | |
ShowMaximized | |
ShowNormal | |
ShowMinimized | |
Close |
Definition at line 363 of file qwsevent_qws.h.
|
inline |
Definition at line 360 of file qwsevent_qws.h.
struct QWSWindowOperationEvent::SimpleData simpleData |