Starshatter_Open
Open source Starshatter engine
|
#include <FormDef.h>
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 |
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.