QWSPropertyReplyEvent Struct Reference

QWSPropertyReplyEvent Struct Reference

#include <qwsevent_qws.h>

Class Description

Definition at line 304 of file qwsevent_qws.h.

+ Inheritance diagram for QWSPropertyReplyEvent:

Classes

struct  SimpleData
 

Public Member Functions

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

Public Attributes

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

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
}
 
- Static Public Member Functions inherited from QWSEvent
static QWSEventfactory (int type)
 

Constructor & Destructor Documentation

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

Member Function Documentation

void 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  }
virtual void setData(const char *data, int len, bool allocateMem=true)
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: GLee.h:880
GLenum GLsizei len
Definition: GLee.h:2695

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: