Qt 4.8
Classes | Public Functions | Public Variables | List of all members
QWSPropertyReplyEvent Struct Reference

#include <qwsevent_qws.h>

Inheritance diagram for QWSPropertyReplyEvent:
QWSEvent QWSProtocolItem

Classes

struct  SimpleData
 

Public Functions

 QWSPropertyReplyEvent ()
 
void setData (const char *d, int len, bool allocateMem=true)
 
- Public Functions inherited from QWSEvent
QWSMouseEventasMouse ()
 
 QWSEvent (int t, int len, char *ptr)
 
int window ()
 
int window () const
 
- Public Functions inherited from QWSProtocolItem
void copyFrom (const QWSProtocolItem *item)
 
 QWSProtocolItem (int t, int len, char *ptr)
 
bool read (QIODevice *s)
 
void write (QIODevice *s)
 
virtual ~QWSProtocolItem ()
 

Public Variables

char * data
 
struct QWSPropertyReplyEvent::SimpleData simpleData
 
- Public Variables inherited from QWSProtocolItem
int bytesRead
 
bool deleteRaw
 
char * rawDataPtr
 
int rawLen
 
char * simpleDataPtr
 
int simpleLen
 
int type
 

Additional Inherited Members

- Public Types inherited from QWSEvent
enum  Type {
  NoEvent, Connected, Mouse, Focus,
  Key, Region, Creation, PropertyNotify,
  PropertyReply, SelectionClear, SelectionRequest, SelectionNotify,
  MaxWindowRect, QCopMessage, WindowOperation, IMEvent,
  IMQuery, IMInit, Embed, Font,
  ScreenTransformation, NEvent
}
 This enum describes the origin of the event. More...
 
- Static Public Functions inherited from QWSEvent
static QWSEventfactory (int type)
 

Detailed Description

Definition at line 304 of file qwsevent_qws.h.

Constructors and Destructors

◆ QWSPropertyReplyEvent()

QWSPropertyReplyEvent::QWSPropertyReplyEvent ( )
inline

Definition at line 305 of file qwsevent_qws.h.

307  reinterpret_cast<char*>(&simpleData)) {}
struct QWSPropertyReplyEvent::SimpleData simpleData
QWSEvent(int t, int len, char *ptr)
Definition: qwsevent_qws.h:61

Functions

◆ setData()

void QWSPropertyReplyEvent::setData ( const char *  d,
int  len,
bool  allocateMem = true 
)
inlinevirtual

Reimplemented from QWSProtocolItem.

Definition at line 309 of file qwsevent_qws.h.

309  {
310  QWSEvent::setData(d, len, allocateMem);
311  data = reinterpret_cast<char*>(rawDataPtr);
312  }
double d
Definition: qnumeric_p.h:62
virtual void setData(const char *data, int len, bool allocateMem=true)

Properties

◆ data

char* QWSPropertyReplyEvent::data

Definition at line 319 of file qwsevent_qws.h.

Referenced by QWSDisplay::Data::fillQueue().

◆ simpleData

struct QWSPropertyReplyEvent::SimpleData QWSPropertyReplyEvent::simpleData

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