SciDAVis
1.D4
|
TeXTableSettings class. More...
#include <TeXTableSettings.h>
Public Member Functions | |
ColumAlignment | columnsAlignment (void) |
Returns columns alignment of the TeX table. | |
void | set_columnsAlignment (ColumAlignment alignment=ALIGN_CENTER) |
Sets columns alignment of the TeX table. | |
void | set_with_caption (bool b=false) |
Sets if the TeX table contain or not the caption. | |
void | set_with_labels (bool b=false) |
Sets if the TeX table contain columns labels or not. | |
TeXTableSettings (void) | |
bool | with_caption (void) |
Returns if the TeX table contains caption. | |
bool | with_labels (void) |
Returns if the Tex table contains labels. |
Private Attributes | |
ColumAlignment | columns_alignment |
Columns alignmet variable. | |
bool | table_caption |
The TeX table caption variable. It stores the information about if the TeX table contains the caption or not. | |
bool | table_labels |
The TeX table caption variable. It stores the information about if the TeX table contains the labels or not. |
TeXTableSettings class.
The TeXTableSettings calss stores the information about the parameters of a TeX table, for example, the columns aligment or whether the TeX table contains the columns labels, etc.
TeXTableSettings::TeXTableSettings | ( | void | ) |
References ALIGN_CENTER, columns_alignment, table_caption, and table_labels.
|
inline |
Returns columns alignment of the TeX table.
In the future it will be designed to return column alignment for each column in the TeX table.
References columns_alignment.
Referenced by future::Table::export_to_TeX().
|
inline |
Sets columns alignment of the TeX table.
In the future it will be designed to set column alignment for each column in the TeX table.
References columns_alignment.
Referenced by TeXTableSettingsWidget::settings().
|
inline |
Sets if the TeX table contain or not the caption.
References table_caption.
Referenced by TeXTableSettingsWidget::settings().
|
inline |
Sets if the TeX table contain columns labels or not.
References table_labels.
Referenced by TeXTableSettingsWidget::settings().
|
inline |
Returns if the TeX table contains caption.
References table_caption.
Referenced by future::Table::export_to_TeX().
|
inline |
Returns if the Tex table contains labels.
References table_labels.
Referenced by future::Table::export_to_TeX().
|
private |
Columns alignmet variable.
It would be nice to separate for each colum in the future.
Referenced by columnsAlignment(), set_columnsAlignment(), and TeXTableSettings().
|
private |
The TeX table caption variable. It stores the information about if the TeX table contains the caption or not.
Referenced by set_with_caption(), TeXTableSettings(), and with_caption().
|
private |
The TeX table caption variable. It stores the information about if the TeX table contains the labels or not.
Referenced by set_with_labels(), TeXTableSettings(), and with_labels().