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_rect.html | 490 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 490 insertions(+) create mode 100644 Doc/doxygen/html/struct_rect.html (limited to 'Doc/doxygen/html/struct_rect.html') diff --git a/Doc/doxygen/html/struct_rect.html b/Doc/doxygen/html/struct_rect.html new file mode 100644 index 0000000..21572d2 --- /dev/null +++ b/Doc/doxygen/html/struct_rect.html @@ -0,0 +1,490 @@ + + + + + +Starshatter_Open: Rect Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <Geometry.h>

+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 Rect ()
 Rect (int ix, int iy, int iw, int ih)
int operator== (const Rect &r) const
int operator!= (const Rect &r) const
void Inflate (int dw, int dh)
void Deflate (int dw, int dh)
void Inset (int left, int right, int top, int bottom)
int Contains (int x, int y) const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + +

+Public Attributes

int x
int y
int w
int h
+

Detailed Description

+
+

Definition at line 35 of file Geometry.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
Rect::Rect ()
+
+inline
+
+ +

Definition at line 39 of file Geometry.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Rect::Rect (int ix,
int iy,
int iw,
int ih 
)
+
+inline
+
+ +

Definition at line 40 of file Geometry.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
int Rect::Contains (int x,
int y 
) const
+
+ +

Definition at line 44 of file Geometry.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void Rect::Deflate (int dw,
int dh 
)
+
+ +

Definition at line 28 of file Geometry.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void Rect::Inflate (int dw,
int dh 
)
+
+ +

Definition at line 20 of file Geometry.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void Rect::Inset (int left,
int right,
int top,
int bottom 
)
+
+ +

Definition at line 36 of file Geometry.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int Rect::operator!= (const Rectr) const
+
+inline
+
+ +

Definition at line 43 of file Geometry.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int Rect::operator== (const Rectr) const
+
+inline
+
+ +

Definition at line 42 of file Geometry.h.

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

Definition at line 37 of file Geometry.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int Rect::h
+
+ +

Definition at line 50 of file Geometry.h.

+ +
+
+ +
+
+ + + + +
int Rect::w
+
+ +

Definition at line 50 of file Geometry.h.

+ +
+
+ +
+
+ + + + +
int Rect::x
+
+ +

Definition at line 50 of file Geometry.h.

+ +
+
+ +
+
+ + + + +
int Rect::y
+
+ +

Definition at line 50 of file Geometry.h.

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