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

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