Qt 4.8
|
#include <QtCore/qglobal.h>
Go to the source code of this file.
Classes | |
struct | QWSProtocolItem |
Macros | |
#define | QWS_PROTOCOL_ITEM_SIZE(item) (2 * sizeof(int)) + ((item).simpleDataPtr ? (item).simpleLen : 0) + ((item).rawDataPtr ? (item).rawLen : 0) |
#define QWS_PROTOCOL_ITEM_SIZE | ( | item | ) | (2 * sizeof(int)) + ((item).simpleDataPtr ? (item).simpleLen : 0) + ((item).rawDataPtr ? (item).rawLen : 0) |
Definition at line 93 of file qwsprotocolitem_qws.h.
Referenced by RequestAnalyzer::analyze(), and QWSDisplay::Data::fillQueue().