Qt 4.8
|
#include <qwscommand_qws_p.h>
Classes | |
struct | SimpleData |
Public Functions | |
QWSIMResponseCommand () | |
void | setData (const char *d, int len, bool allocateMem) |
void | setResult (const QVariant &v) |
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 | |
QVariant | result |
struct QWSIMResponseCommand::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 707 of file qwscommand_qws_p.h.
|
inline |
Definition at line 709 of file qwscommand_qws_p.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 713 of file qwscommand_qws_p.h.
|
inline |
Definition at line 721 of file qwscommand_qws_p.h.
Referenced by QWSDisplay::sendIMResponse().
QVariant QWSIMResponseCommand::result |
Definition at line 734 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokeIMResponse().
struct QWSIMResponseCommand::SimpleData QWSIMResponseCommand::simpleData |
Referenced by QWSServerPrivate::invokeIMResponse(), and QWSDisplay::sendIMResponse().