Qt 4.8
|
#include <qwscommand_qws_p.h>
Public Functions | |
QWSEmbedCommand () | |
void | setData (const char *d, int len, bool allocateMem=true) |
void | setData (WId embedder, WId embedded, QWSEmbedEvent::Type type, const QRegion reg=QRegion()) |
Public Functions inherited from QWSCommand | |
QWSCommand (int t, int len, char *ptr) | |
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 | |
QRegion | region |
struct { | |
WId embedded | |
WId embedder | |
int rects | |
QWSEmbedEvent::Type type | |
} | 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 QWSCommand | |
enum | Type { Unknown = 0, Create, Shutdown, Region, RegionMove, RegionDestroy, SetProperty, AddProperty, RemoveProperty, GetProperty, SetSelectionOwner, ConvertSelection, RequestFocus, ChangeAltitude, SetOpacity, DefineCursor, SelectCursor, PositionCursor, GrabMouse, PlaySound, QCopRegisterChannel, QCopSend, RegionName, Identify, GrabKeyboard, RepaintRegion, IMMouse, IMUpdate, IMResponse, Embed, Font, ScreenTransform } |
Static Public Functions inherited from QWSCommand | |
static QWSCommand * | factory (int type) |
Definition at line 753 of file qwscommand_qws_p.h.
|
inline |
Definition at line 755 of file qwscommand_qws_p.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 760 of file qwscommand_qws_p.h.
Referenced by QWSEmbedWidgetPrivate::resize(), QWSEmbedWidgetPrivate::updateWindow(), and QWSEmbedWidget::~QWSEmbedWidget().
|
inline |
Definition at line 776 of file qwscommand_qws_p.h.
WId QWSEmbedCommand::embedded |
Definition at line 793 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokeEmbed().
WId QWSEmbedCommand::embedder |
Definition at line 792 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokeEmbed().
int QWSEmbedCommand::rects |
Definition at line 795 of file qwscommand_qws_p.h.
QRegion QWSEmbedCommand::region |
Definition at line 798 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokeEmbed().
struct { ... } QWSEmbedCommand::simpleData |
Referenced by QWSServerPrivate::invokeEmbed().
QWSEmbedEvent::Type QWSEmbedCommand::type |
Definition at line 794 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokeEmbed().