Definition at line 373 of file qwsevent_qws.h.
#include <qwsevent_qws.h>

Classes |
|
| struct | SimpleData |
Public Member Functions |
|
| QWSIMEvent () | |
| void | setData (const char *d, int len, bool allocateMem=true) |
Public Attributes |
|
| struct QWSIMEvent::SimpleData | simpleData |
| QByteArray | streamingData |
| QWSIMEvent | ( | ) | [inline] |
Definition at line 374 of file qwsevent_qws.h.
: QWSEvent(IMEvent, sizeof(simpleData), reinterpret_cast<char*>(&simpleData))
{ memset(reinterpret_cast<char*>(&simpleData),0,sizeof(simpleData)); }
| void setData | ( | const char * | d, |
| int | len, | ||
| bool | allocateMem =
true |
||
| ) | [inline, virtual] |
Reimplemented from QWSProtocolItem.
Definition at line 384 of file qwsevent_qws.h.
{
QWSEvent::setData(d, len, allocateMem);
streamingData = QByteArray::fromRawData(rawDataPtr, len);
}
Definition at line 388 of file qwsevent_qws.h.