cwidget::config::column_definition Struct Reference
Defines how a single column is to be generated.
More...
#include <column_definition.h>
List of all members.
|
Public Types |
enum | column_type { COLUMN_LITERAL,
COLUMN_GENERATED,
COLUMN_PARAM
} |
Public Member Functions |
| column_definition (const std::wstring &_arg, bool _expand, bool _shrink) |
| column_definition (column_type _type, int _ival, int _width, bool _expand, bool _shrink, bool _dynamic_size) |
Public Attributes |
column_type | type |
int | ival |
std::wstring | arg |
unsigned int | width |
bool | expand:1 |
bool | shrink:1 |
bool | dynamic_size:1 |
Detailed Description
Defines how a single column is to be generated.
The documentation for this struct was generated from the following file: