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

Classes |
|
| struct | SimpleData |
Public Member Functions |
|
| QWSPropertyReplyEvent () | |
| void | setData (const char *d, int len, bool allocateMem=true) |
Public Attributes |
|
| struct QWSPropertyReplyEvent::SimpleData |
simpleData |
| char * | data |
| QWSPropertyReplyEvent | ( | ) | [inline] |
Definition at line 305 of file qwsevent_qws.h.
: QWSEvent(QWSEvent::PropertyReply, sizeof(simpleData),
reinterpret_cast<char*>(&simpleData)) {}
| void setData | ( | const char * | d, |
| int | len, | ||
| bool | allocateMem =
true |
||
| ) | [inline, virtual] |
Reimplemented from QWSProtocolItem.
Definition at line 309 of file qwsevent_qws.h.
{
QWSEvent::setData(d, len, allocateMem);
data = reinterpret_cast<char*>(rawDataPtr);
}
| char* data |
Definition at line 319 of file qwsevent_qws.h.