Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
AWEvent Struct Reference

#include <ActiveWindow.h>

List of all members.

Public Member Functions

 AWEvent ()
 AWEvent (ActiveWindow *w, int e, int ax=0, int ay=0)
int operator== (const AWEvent &e) const

Static Public Member Functions

static const char * TYPENAME ()

Public Attributes

ActiveWindowwindow
int eid
int x
int y

Detailed Description

Definition at line 80 of file ActiveWindow.h.


Constructor & Destructor Documentation

AWEvent::AWEvent ( )
inline

Definition at line 84 of file ActiveWindow.h.

AWEvent::AWEvent ( ActiveWindow w,
int  e,
int  ax = 0,
int  ay = 0 
)
inline

Definition at line 85 of file ActiveWindow.h.


Member Function Documentation

int AWEvent::operator== ( const AWEvent e) const
inline

Definition at line 87 of file ActiveWindow.h.

static const char* AWEvent::TYPENAME ( )
inlinestatic

Definition at line 82 of file ActiveWindow.h.


Member Data Documentation

int AWEvent::eid

Definition at line 93 of file ActiveWindow.h.

ActiveWindow* AWEvent::window

Definition at line 92 of file ActiveWindow.h.

int AWEvent::x

Definition at line 94 of file ActiveWindow.h.

int AWEvent::y

Definition at line 95 of file ActiveWindow.h.


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