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/_form_def_8h.html | 191 +++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 Doc/doxygen/html/_form_def_8h.html (limited to 'Doc/doxygen/html/_form_def_8h.html') diff --git a/Doc/doxygen/html/_form_def_8h.html b/Doc/doxygen/html/_form_def_8h.html new file mode 100644 index 0000000..c2f3094 --- /dev/null +++ b/Doc/doxygen/html/_form_def_8h.html @@ -0,0 +1,191 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/FormDef.h File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
FormDef.h File Reference
+
+
+
#include <vector>
+#include "Types.h"
+#include "Geometry.h"
+#include "Color.h"
+#include "Text.h"
+#include "List.h"
+
+

Go to the source code of this file.

+ + + + + + + +

+Classes

class  ColumnDef
class  LayoutDef
class  WinDef
class  CtrlDef
class  FormDef
+ + +

+Enumerations

enum  WinType {
+  WIN_DEF_FORM, +WIN_DEF_LABEL, +WIN_DEF_BUTTON, +WIN_DEF_COMBO, +
+  WIN_DEF_EDIT, +WIN_DEF_IMAGE, +WIN_DEF_SLIDER, +WIN_DEF_LIST, +
+  WIN_DEF_RICH +
+ }
+

Enumeration Type Documentation

+ +
+
+ + + + +
enum WinType
+
+
Enumerator:
+ + + + + + + + + +
WIN_DEF_FORM  +
WIN_DEF_LABEL  +
WIN_DEF_BUTTON  +
WIN_DEF_COMBO  +
WIN_DEF_EDIT  +
WIN_DEF_IMAGE  +
WIN_DEF_SLIDER  +
WIN_DEF_LIST  +
WIN_DEF_RICH  +
+
+
+ +

Definition at line 32 of file FormDef.h.

+ +
+
+
+
+ + + + -- cgit v1.1