Classes | Public Member Functions | Public Attributes

QWSFocusEvent Struct Reference

Search for all occurrences

Detailed Description

Definition at line 140 of file qwsevent_qws.h.

#include <qwsevent_qws.h>

Inheritance diagram for QWSFocusEvent:
Inheritance graph
[legend]

List of all members.

Classes

struct   SimpleData

Public Member Functions

  QWSFocusEvent ()

Public Attributes

struct QWSFocusEvent::SimpleData  simpleData

Constructor & Destructor Documentation

QWSFocusEvent ( ) [inline]

Definition at line 141 of file qwsevent_qws.h.

        : QWSEvent(QWSEvent::Focus, sizeof(simpleData), reinterpret_cast<char*>(&simpleData))
        { memset(reinterpret_cast<char*>(&simpleData),0,sizeof(simpleData)); }

Member Data Documentation


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