Classes | Public Member Functions | Public Attributes

QWSIMEvent Struct Reference

Search for all occurrences

Detailed Description

Definition at line 373 of file qwsevent_qws.h.

#include <qwsevent_qws.h>

Inheritance diagram for QWSIMEvent:
Inheritance graph
[legend]

List of all members.

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

Constructor & Destructor Documentation

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)); }

Member Function Documentation

void setData ( const char *  d,
int  len,
bool  allocateMem = true 
) [inline, virtual]

Reimplemented from QWSProtocolItem.

Definition at line 384 of file qwsevent_qws.h.


Member Data Documentation

Definition at line 388 of file qwsevent_qws.h.


The documentation for this struct was generated from the following file: