86 unsigned int Width()
const;
106 unsigned int p_precision;
void SetWidth(unsigned int width)
Sets the width of the Column, in text columns.
Definition: Column.cpp:83
Integer data type.
Definition: Column.h:72
unsigned int Precision() const
get the Column's precision
Definition: Column.cpp:171
void SetName(QString name)
Sets the Column name, or header.
Definition: Column.cpp:70
Column()
Constructor.
Definition: Column.cpp:35
void SetAlignment(Column::Align alignment)
Sets the alignment of the Column.
Definition: Column.cpp:116
void SetPrecision(unsigned int precision)
Sets the precision of the Column, for real number values.
Definition: Column.cpp:134
right alignment
Definition: Column.h:61
Real data type.
Definition: Column.h:73
QString Name() const
get the Column's name
Definition: Column.cpp:144
Align
Alignment of data in the Column.
Definition: Column.h:59
Type
Type of data in the Column.
Definition: Column.h:69
Column::Align Alignment() const
get the Column's alignment
Definition: Column.cpp:165
decimal alignment
Definition: Column.h:63
left alignment
Definition: Column.h:62
Store and/or manipulate pixel values.
Definition: Pixel.h:63
Column::Type DataType() const
Returns the type of data this column will contain.
Definition: Column.cpp:159
no alignment
Definition: Column.h:60
unsigned int Width() const
get the Column's width
Definition: Column.cpp:149
Format ascii tables.
Definition: Column.h:53
void SetType(Column::Type type)
Sets the data type of the Column.
Definition: Column.cpp:97
No data type.
Definition: Column.h:71