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/class_event_dispatch.html | 796 +++++++++++++++++++++++++++++ 1 file changed, 796 insertions(+) create mode 100644 Doc/doxygen/html/class_event_dispatch.html (limited to 'Doc/doxygen/html/class_event_dispatch.html') diff --git a/Doc/doxygen/html/class_event_dispatch.html b/Doc/doxygen/html/class_event_dispatch.html new file mode 100644 index 0000000..f2402ec --- /dev/null +++ b/Doc/doxygen/html/class_event_dispatch.html @@ -0,0 +1,796 @@ + + + + + +Starshatter_Open: EventDispatch Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <EventDispatch.h>

+ +

List of all members.

+ + + + + + + + + + + + + + +

+Public Member Functions

 EventDispatch ()
virtual ~EventDispatch ()
virtual void Dispatch ()
virtual void Register (EventTarget *tgt)
virtual void Unregister (EventTarget *tgt)
virtual EventTargetGetCapture ()
virtual int CaptureMouse (EventTarget *tgt)
virtual int ReleaseMouse (EventTarget *tgt)
virtual EventTargetGetFocus ()
virtual void SetFocus (EventTarget *tgt)
virtual void KillFocus (EventTarget *tgt)
virtual void MouseEnter (EventTarget *tgt)
+ + + + + +

+Static Public Member Functions

static const char * TYPENAME ()
static void Create ()
static void Close ()
static EventDispatchGetInstance ()
+ + + + + + + + + + +

+Protected Attributes

int mouse_x
int mouse_y
int mouse_l
int mouse_r
List< EventTargetclients
EventTargetcapture
EventTargetcurrent
EventTargetfocus
EventTargetclick_tgt
+ + +

+Static Protected Attributes

static EventDispatchdispatcher = 0
+

Detailed Description

+
+

Definition at line 24 of file EventDispatch.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
EventDispatch::EventDispatch ()
+
+ +

Definition at line 26 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
EventDispatch::~EventDispatch ()
+
+virtual
+
+ +

Definition at line 31 of file EventDispatch.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int EventDispatch::CaptureMouse (EventTargettgt)
+
+virtual
+
+ +

Definition at line 225 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void EventDispatch::Close ()
+
+static
+
+ +

Definition at line 45 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void EventDispatch::Create ()
+
+static
+
+ +

Definition at line 37 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void EventDispatch::Dispatch ()
+
+virtual
+
+ +

Definition at line 54 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
EventTarget * EventDispatch::GetCapture ()
+
+virtual
+
+ +

Definition at line 219 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
EventTarget * EventDispatch::GetFocus ()
+
+virtual
+
+ +

Definition at line 249 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static EventDispatch* EventDispatch::GetInstance ()
+
+inlinestatic
+
+ +

Definition at line 34 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void EventDispatch::KillFocus (EventTargettgt)
+
+virtual
+
+ +

Definition at line 269 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void EventDispatch::MouseEnter (EventTargettgt)
+
+virtual
+
+ +

Definition at line 185 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void EventDispatch::Register (EventTargettgt)
+
+virtual
+
+ +

Definition at line 197 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int EventDispatch::ReleaseMouse (EventTargettgt)
+
+virtual
+
+ +

Definition at line 236 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void EventDispatch::SetFocus (EventTargettgt)
+
+virtual
+
+ +

Definition at line 255 of file EventDispatch.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* EventDispatch::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 27 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void EventDispatch::Unregister (EventTargettgt)
+
+virtual
+
+ +

Definition at line 206 of file EventDispatch.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
EventTarget* EventDispatch::capture
+
+protected
+
+ +

Definition at line 53 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
EventTarget* EventDispatch::click_tgt
+
+protected
+
+ +

Definition at line 56 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
List<EventTarget> EventDispatch::clients
+
+protected
+
+ +

Definition at line 52 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
EventTarget* EventDispatch::current
+
+protected
+
+ +

Definition at line 54 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
EventDispatch * EventDispatch::dispatcher = 0
+
+staticprotected
+
+ +

Definition at line 58 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
EventTarget* EventDispatch::focus
+
+protected
+
+ +

Definition at line 55 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int EventDispatch::mouse_l
+
+protected
+
+ +

Definition at line 51 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int EventDispatch::mouse_r
+
+protected
+
+ +

Definition at line 51 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int EventDispatch::mouse_x
+
+protected
+
+ +

Definition at line 51 of file EventDispatch.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int EventDispatch::mouse_y
+
+protected
+
+ +

Definition at line 51 of file EventDispatch.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1