Definition at line 359 of file qwsevent_qws.h.
#include <qwsevent_qws.h>

Classes |
|
| struct | SimpleData |
Public Types |
|
| enum |
Operation { Show, Hide, ShowMaximized, ShowNormal, ShowMinimized, Close } |
Public Member Functions |
|
| QWSWindowOperationEvent () | |
Public Attributes |
|
| struct QWSWindowOperationEvent::SimpleData |
simpleData |
| enum Operation |
Definition at line 363 of file qwsevent_qws.h.
{ Show, Hide, ShowMaximized, ShowNormal, ShowMinimized, Close };
| QWSWindowOperationEvent | ( | ) | [inline] |
Definition at line 360 of file qwsevent_qws.h.
: QWSEvent(WindowOperation, sizeof(simpleData), reinterpret_cast<char*>(&simpleData)) { }