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

#include <FormDef.h>

+ +

List of all members.

+ + + +

+Static Public Member Functions

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

+Public Attributes

std::vector< DWORD > x_mins
std::vector< DWORD > y_mins
std::vector< float > x_weights
std::vector< float > y_weights
+

Detailed Description

+
+

Definition at line 64 of file FormDef.h.

+

Member Function Documentation

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

Definition at line 67 of file FormDef.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
std::vector<DWORD> LayoutDef::x_mins
+
+ +

Definition at line 69 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
std::vector<float> LayoutDef::x_weights
+
+ +

Definition at line 71 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
std::vector<DWORD> LayoutDef::y_mins
+
+ +

Definition at line 70 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
std::vector<float> LayoutDef::y_weights
+
+ +

Definition at line 72 of file FormDef.h.

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