Classes | Public Types | Public Member Functions | Public Attributes

QWSPropertyNotifyEvent Struct Reference

Search for all occurrences

Detailed Description

Definition at line 176 of file qwsevent_qws.h.

#include <qwsevent_qws.h>

Inheritance diagram for QWSPropertyNotifyEvent:
Inheritance graph
[legend]

List of all members.

Classes

struct   SimpleData

Public Types

enum   State { PropertyNewValue, PropertyDeleted }

Public Member Functions

  QWSPropertyNotifyEvent ()

Public Attributes

struct
QWSPropertyNotifyEvent::SimpleData 
simpleData

Member Enumeration Documentation

enum State
Enumerator:
PropertyNewValue 
PropertyDeleted 

Definition at line 180 of file qwsevent_qws.h.


Constructor & Destructor Documentation

QWSPropertyNotifyEvent ( ) [inline]

Definition at line 177 of file qwsevent_qws.h.

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

Member Data Documentation


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