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_insets.html | 276 ++++++++++++++++++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 Doc/doxygen/html/struct_insets.html (limited to 'Doc/doxygen/html/struct_insets.html') diff --git a/Doc/doxygen/html/struct_insets.html b/Doc/doxygen/html/struct_insets.html new file mode 100644 index 0000000..6256b3c --- /dev/null +++ b/Doc/doxygen/html/struct_insets.html @@ -0,0 +1,276 @@ + + + + + +Starshatter_Open: Insets Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Insets Struct Reference
+
+
+ +

#include <Geometry.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 Insets ()
 Insets (WORD l, WORD r, WORD t, WORD b)
+ + + + + +

+Public Attributes

WORD left
WORD right
WORD top
WORD bottom
+

Detailed Description

+
+

Definition at line 55 of file Geometry.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
Insets::Insets ()
+
+inline
+
+ +

Definition at line 57 of file Geometry.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Insets::Insets (WORD l,
WORD r,
WORD t,
WORD b 
)
+
+inline
+
+ +

Definition at line 58 of file Geometry.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
WORD Insets::bottom
+
+ +

Definition at line 63 of file Geometry.h.

+ +
+
+ +
+
+ + + + +
WORD Insets::left
+
+ +

Definition at line 60 of file Geometry.h.

+ +
+
+ +
+
+ + + + +
WORD Insets::right
+
+ +

Definition at line 61 of file Geometry.h.

+ +
+
+ +
+
+ + + + +
WORD Insets::top
+
+ +

Definition at line 62 of file Geometry.h.

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