![]() |
Qt 4.8
|
#include <qwscommand_qws_p.h>
Classes | |
| struct | SimpleData |
Public Functions | |
| QWSQCopSendCommand () | |
| void | setData (const char *d, int len, bool allocateMem) |
| void | setMessage (const QString &c, const QString &m, const QByteArray &data) |
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 | |
| QString | channel |
| QByteArray | data |
| QString | message |
| struct QWSQCopSendCommand::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 631 of file qwscommand_qws_p.h.
|
inline |
Definition at line 633 of file qwscommand_qws_p.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 637 of file qwscommand_qws_p.h.
|
inline |
Definition at line 655 of file qwscommand_qws_p.h.
Referenced by QWSDisplay::sendMessage().
| QString QWSQCopSendCommand::channel |
Definition at line 683 of file qwscommand_qws_p.h.
Referenced by RequestAnalyzer::analyze(), and QWSServerPrivate::invokeQCopSend().
| QByteArray QWSQCopSendCommand::data |
Definition at line 685 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokeQCopSend().
| QString QWSQCopSendCommand::message |
Definition at line 684 of file qwscommand_qws_p.h.
Referenced by RequestAnalyzer::analyze(), and QWSServerPrivate::invokeQCopSend().
| struct QWSQCopSendCommand::SimpleData QWSQCopSendCommand::simpleData |