Classes | Public Member Functions | Public Attributes

QWSPropertyReplyEvent Struct Reference

Search for all occurrences

Detailed Description

Definition at line 304 of file qwsevent_qws.h.

#include <qwsevent_qws.h>

Inheritance diagram for QWSPropertyReplyEvent:
Inheritance graph
[legend]

List of all members.

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

Constructor & Destructor Documentation

QWSPropertyReplyEvent ( ) [inline]

Definition at line 305 of file qwsevent_qws.h.

        : QWSEvent(QWSEvent::PropertyReply, 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 309 of file qwsevent_qws.h.

                                                                  {
        QWSEvent::setData(d, len, allocateMem);
        data = reinterpret_cast<char*>(rawDataPtr);
    }

Member Data Documentation

char* data

Definition at line 319 of file qwsevent_qws.h.


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