![]() |
Qt 4.8
|
#include <QtCore/qbytearray.h>#include <QtGui/qwsutils_qws.h>#include <QtGui/qfont.h>#include <QtCore/qdatastream.h>#include <QtCore/qvariant.h>#include <QtCore/qrect.h>#include <QtGui/qregion.h>#include <QtCore/qvector.h>#include <QtCore/qvarlengtharray.h>#include <QtGui/qwsevent_qws.h>#include "qwsprotocolitem_qws.h"Go to the source code of this file.
Macros | |
| #define | MAX_COMMAND_SIZE (16 * 1024) |
Functions | |
| QDebug & | operator<< (QDebug &dbg, QWSCommand::Type tp) |
| const char * | qws_getCommandTypeString (QWSCommand::Type tp) |
| bool | qws_read_command (QIODevice *socket, char *&simpleData, int &simpleLen, char *&rawData, int &rawLen, int &bytesRead) |
| void | qws_write_command (QIODevice *socket, int type, char *simpleData, int simpleLen, char *rawData, int rawLen) |
| #define MAX_COMMAND_SIZE (16 * 1024) |
Definition at line 60 of file qwscommand_qws_p.h.
Referenced by qws_read_command(), qws_write_command(), QWSIdentifyCommand::setData(), QWSRegionNameCommand::setData(), and QWSQCopRegisterChannelCommand::setData().
| QDebug& operator<< | ( | QDebug & | dbg, |
| QWSCommand::Type | tp | ||
| ) |
| const char* qws_getCommandTypeString | ( | QWSCommand::Type | tp | ) |
Definition at line 243 of file qwscommand_qws.cpp.
Referenced by RequestAnalyzer::analyze().
| bool qws_read_command | ( | QIODevice * | socket, |
| char *& | simpleData, | ||
| int & | simpleLen, | ||
| char *& | rawData, | ||
| int & | rawLen, | ||
| int & | bytesRead | ||
| ) |
Definition at line 388 of file qwscommand_qws.cpp.
Referenced by QWSProtocolItem::read().
| void qws_write_command | ( | QIODevice * | socket, |
| int | type, | ||
| char * | simpleData, | ||
| int | simpleLen, | ||
| char * | rawData, | ||
| int | rawLen | ||
| ) |
Definition at line 350 of file qwscommand_qws.cpp.
Referenced by QWSProtocolItem::write().