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

#include <Mouse.h>

+ +

List of all members.

+ + + + +

+Public Types

enum  CURSOR {
+  ARROW, +CROSS, +WAIT, +NOT, +
+  DRAG, +USER1, +USER2, +USER3 +
+ }
enum  HOTSPOT { HOTSPOT_CTR, +HOTSPOT_NW + }
+ + + + + + + + + + + + + + + + +

+Static Public Member Functions

static const char * TYPENAME ()
static int X ()
static int Y ()
static int LButton ()
static int MButton ()
static int RButton ()
static int Wheel ()
static void Paint ()
static void SetCursorPos (int x, int y)
static void Show (int s=1)
static int SetCursor (CURSOR c)
static int LoadCursor (CURSOR c, const char *name, HOTSPOT hs=HOTSPOT_CTR)
static void Create (Screen *screen)
static void Resize (Screen *screen)
static void Close ()
+ + + +

+Friends

class Game
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM)
+

Detailed Description

+
+

Definition at line 28 of file Mouse.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum Mouse::CURSOR
+
+
Enumerator:
+ + + + + + + + +
ARROW  +
CROSS  +
WAIT  +
NOT  +
DRAG  +
USER1  +
USER2  +
USER3  +
+
+
+ +

Definition at line 36 of file Mouse.h.

+ +
+
+ +
+
+ + + + +
enum Mouse::HOTSPOT
+
+
Enumerator:
+ + +
HOTSPOT_CTR  +
HOTSPOT_NW  +
+
+
+ +

Definition at line 37 of file Mouse.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void Mouse::Close ()
+
+static
+
+ +

Definition at line 61 of file Mouse.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void Mouse::Create (Screenscreen)
+
+static
+
+ +

Definition at line 41 of file Mouse.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static int Mouse::LButton ()
+
+inlinestatic
+
+ +

Definition at line 41 of file Mouse.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
int Mouse::LoadCursor (CURSOR c,
const char * name,
HOTSPOT hs = HOTSPOT_CTR 
)
+
+static
+
+ +

Definition at line 108 of file Mouse.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static int Mouse::MButton ()
+
+inlinestatic
+
+ +

Definition at line 42 of file Mouse.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void Mouse::Paint ()
+
+static
+
+ +

Definition at line 143 of file Mouse.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static int Mouse::RButton ()
+
+inlinestatic
+
+ +

Definition at line 43 of file Mouse.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void Mouse::Resize (Screenscreen)
+
+static
+
+ +

Definition at line 51 of file Mouse.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int Mouse::SetCursor (CURSOR c)
+
+static
+
+ +

Definition at line 98 of file Mouse.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void Mouse::SetCursorPos (int x,
int y 
)
+
+static
+
+ +

Definition at line 78 of file Mouse.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void Mouse::Show (int s = 1)
+
+static
+
+ +

Definition at line 135 of file Mouse.cpp.

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

Definition at line 34 of file Mouse.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static int Mouse::Wheel ()
+
+inlinestatic
+
+ +

Definition at line 44 of file Mouse.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static int Mouse::X ()
+
+inlinestatic
+
+ +

Definition at line 39 of file Mouse.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static int Mouse::Y ()
+
+inlinestatic
+
+ +

Definition at line 40 of file Mouse.h.

+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + +
friend class Game
+
+friend
+
+ +

Definition at line 31 of file Mouse.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LRESULT CALLBACK WndProc (HWND ,
UINT ,
WPARAM ,
LPARAM  
)
+
+friend
+
+ +

Definition at line 1273 of file Game.cpp.

+ +
+
+
The documentation for this class was generated from the following files:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Mouse.h
  • +
  • D:/SRC/StarshatterSVN/nGenEx/Mouse.cpp
  • +
+
+
+ + + + -- cgit v1.1