From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/struct_a_w_event.html | 334 +++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 Doc/doxygen/html/struct_a_w_event.html (limited to 'Doc/doxygen/html/struct_a_w_event.html') diff --git a/Doc/doxygen/html/struct_a_w_event.html b/Doc/doxygen/html/struct_a_w_event.html new file mode 100644 index 0000000..2508e47 --- /dev/null +++ b/Doc/doxygen/html/struct_a_w_event.html @@ -0,0 +1,334 @@ + + + + + +Starshatter_Open: AWEvent Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#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 (ActiveWindoww,
int e,
int ax = 0,
int ay = 0 
)
+
+inline
+
+ +

Definition at line 85 of file ActiveWindow.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int AWEvent::operator== (const AWEvente) 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: +
+
+ + + + -- cgit v1.1