Classes | Public Member Functions | Public Attributes

QWSConnectedEvent Struct Reference

Search for all occurrences

Detailed Description

Definition at line 100 of file qwsevent_qws.h.

#include <qwsevent_qws.h>

Inheritance diagram for QWSConnectedEvent:
Inheritance graph
[legend]

List of all members.

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

Constructor & Destructor Documentation

QWSConnectedEvent ( ) [inline]

Definition at line 101 of file qwsevent_qws.h.

        : QWSEvent(QWSEvent::Connected, sizeof(simpleData),
                reinterpret_cast<char*>(&simpleData)) {}

Member Function Documentation

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

Member Data Documentation

char* display

Definition at line 117 of file qwsevent_qws.h.


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