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_column_def.html | 322 +++++++++++++++++++++++++++++++++ 1 file changed, 322 insertions(+) create mode 100644 Doc/doxygen/html/class_column_def.html (limited to 'Doc/doxygen/html/class_column_def.html') diff --git a/Doc/doxygen/html/class_column_def.html b/Doc/doxygen/html/class_column_def.html new file mode 100644 index 0000000..03ec588 --- /dev/null +++ b/Doc/doxygen/html/class_column_def.html @@ -0,0 +1,322 @@ + + + + + +Starshatter_Open: ColumnDef Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <FormDef.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 ColumnDef ()
 ColumnDef (const char *title, int width, int align, int sort)
+ + +

+Static Public Member Functions

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

+Public Attributes

Text title
int width
int align
int sort
Color color
bool use_color
+

Detailed Description

+
+

Definition at line 46 of file FormDef.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
ColumnDef::ColumnDef ()
+
+ +

Definition at line 24 of file FormDef.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ColumnDef::ColumnDef (const char * title,
int width,
int align,
int sort 
)
+
+ +

Definition at line 28 of file FormDef.cpp.

+ +
+
+

Member Function Documentation

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

Definition at line 49 of file FormDef.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int ColumnDef::align
+
+ +

Definition at line 56 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
Color ColumnDef::color
+
+ +

Definition at line 58 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
int ColumnDef::sort
+
+ +

Definition at line 57 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
Text ColumnDef::title
+
+ +

Definition at line 54 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
bool ColumnDef::use_color
+
+ +

Definition at line 59 of file FormDef.h.

+ +
+
+ +
+
+ + + + +
int ColumnDef::width
+
+ +

Definition at line 55 of file FormDef.h.

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