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_8cpp.html | 252 +++++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 Doc/doxygen/html/_form_def_8cpp.html (limited to 'Doc/doxygen/html/_form_def_8cpp.html') diff --git a/Doc/doxygen/html/_form_def_8cpp.html b/Doc/doxygen/html/_form_def_8cpp.html new file mode 100644 index 0000000..9ca2e8a --- /dev/null +++ b/Doc/doxygen/html/_form_def_8cpp.html @@ -0,0 +1,252 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/FormDef.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
FormDef.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "FormDef.h"
+#include "ParseUtil.h"
+#include "DataLoader.h"
+#include "Bitmap.h"
+#include "Game.h"
+
+

Go to the source code of this file.

+ + + + + + + + + + +

+Macros

#define CTRL_DEF_ANIMATED   0x0001
#define CTRL_DEF_BORDER   0x0002
#define CTRL_DEF_DROP_SHADOW   0x0004
#define CTRL_DEF_INDENT   0x0008
#define CTRL_DEF_INVERT_LABEL   0x0010
#define CTRL_DEF_GLOW   0x0020
#define CTRL_DEF_SIMPLE   0x0040
#define CTRL_DEF_STICKY   0x0080
+

Macro Definition Documentation

+ +
+
+ + + + +
#define CTRL_DEF_ANIMATED   0x0001
+
+ +

Definition at line 76 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + +
#define CTRL_DEF_BORDER   0x0002
+
+ +

Definition at line 77 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + +
#define CTRL_DEF_DROP_SHADOW   0x0004
+
+ +

Definition at line 78 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + +
#define CTRL_DEF_GLOW   0x0020
+
+ +

Definition at line 81 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + +
#define CTRL_DEF_INDENT   0x0008
+
+ +

Definition at line 79 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + +
#define CTRL_DEF_INVERT_LABEL   0x0010
+
+ +

Definition at line 80 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + +
#define CTRL_DEF_SIMPLE   0x0040
+
+ +

Definition at line 82 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + +
#define CTRL_DEF_STICKY   0x0080
+
+ +

Definition at line 83 of file FormDef.cpp.

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