Qt 4.8
|
#include <qwscommand_qws_p.h>
Classes | |
struct | SimpleData |
Public Functions | |
QWSGetPropertyCommand () | |
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) |
virtual void | setData (const char *data, int len, bool allocateMem=true) |
void | write (QIODevice *s) |
virtual | ~QWSProtocolItem () |
Public Variables | |
struct QWSGetPropertyCommand::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 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 457 of file qwscommand_qws_p.h.
|
inline |
Definition at line 459 of file qwscommand_qws_p.h.
struct QWSGetPropertyCommand::SimpleData QWSGetPropertyCommand::simpleData |
Referenced by QWSDisplay::getProperty(), and QWSServerPrivate::invokeGetProperty().