SciDAVis  1.D4
Public Member Functions | Private Attributes
TeXTableSettings Class Reference

TeXTableSettings class. More...

#include <TeXTableSettings.h>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

TeXTableSettings::TeXTableSettings ( void  )

Member Function Documentation

ColumAlignment TeXTableSettings::columnsAlignment ( void  )
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().

void TeXTableSettings::set_columnsAlignment ( ColumAlignment  alignment = ALIGN_CENTER)
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().

void TeXTableSettings::set_with_caption ( bool  b = false)
inline

Sets if the TeX table contain or not the caption.

References table_caption.

Referenced by TeXTableSettingsWidget::settings().

void TeXTableSettings::set_with_labels ( bool  b = false)
inline

Sets if the TeX table contain columns labels or not.

References table_labels.

Referenced by TeXTableSettingsWidget::settings().

bool TeXTableSettings::with_caption ( void  )
inline

Returns if the TeX table contains caption.

References table_caption.

Referenced by future::Table::export_to_TeX().

bool TeXTableSettings::with_labels ( void  )
inline

Returns if the Tex table contains labels.

References table_labels.

Referenced by future::Table::export_to_TeX().


Member Data Documentation

ColumAlignment TeXTableSettings::columns_alignment
private

Columns alignmet variable.

It would be nice to separate for each colum in the future.

Referenced by columnsAlignment(), set_columnsAlignment(), and TeXTableSettings().

bool TeXTableSettings::table_caption
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().

bool TeXTableSettings::table_labels
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().


The documentation for this class was generated from the following files: