|
Isis Developer Reference
|
Go to the documentation of this file.
72 unsigned int Width()
const;
92 unsigned int p_precision;
@ NoAlign
no alignment
Definition: Column.h:46
@ Left
left alignment
Definition: Column.h:48
unsigned int Precision() const
Get the Column's precision.
Definition: Column.cpp:172
@ Pixel
String data type.
Definition: Column.h:60
@ Decimal
decimal alignment
Definition: Column.h:49
Column()
Constructor.
Definition: Column.cpp:20
Align
Alignment of data in the Column.
Definition: Column.h:45
@ Integer
No data type.
Definition: Column.h:57
unsigned int Width() const
Get the Column's width.
Definition: Column.cpp:142
Format ascii tables.
Definition: Column.h:39
@ Real
Integer data type.
Definition: Column.h:58
Column::Type DataType() const
Returns the type of data this column will contain.
Definition: Column.cpp:152
void SetAlignment(Column::Align alignment)
Sets the alignment of the Column.
Definition: Column.cpp:101
void SetPrecision(unsigned int precision)
Sets the precision of the Column, for real number values.
Definition: Column.cpp:119
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
QString Name() const
Get the Column's name.
Definition: Column.cpp:133
Column::Align Alignment() const
Get the Column's alignment.
Definition: Column.cpp:162
void SetType(Column::Type type)
Sets the data type of the Column.
Definition: Column.cpp:82
Type
Type of data in the Column.
Definition: Column.h:55
@ NoType
Definition: Column.h:56
Isis exception class.
Definition: IException.h:91
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
Store and/or manipulate pixel values.
Definition: Pixel.h:48
@ String
Real data type.
Definition: Column.h:59
void SetName(QString name)
Sets the Column name, or header.
Definition: Column.cpp:55
void SetWidth(unsigned int width)
Sets the width of the Column, in text columns.
Definition: Column.cpp:68
@ Right
right alignment
Definition: Column.h:47
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126