Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ColumnDef Class Reference

#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: