SciDAVis
1.D4
|
TeXTableSettingsWidget class. More...
#include <TeXTableSettingsWidget.h>
Public Member Functions | |
void | setSettings (TeXTableSettings &settings) |
Sets the all parameters settings of the TeX table. | |
TeXTableSettings | settings (void) |
Return the parameters settings of the TeX table. | |
TeXTableSettingsWidget (QWidget *parent=0) |
Private Attributes | |
QRadioButton * | align_center_RB |
QRadioButton * | align_left_RB |
QRadioButton * | align_right_RB |
QCheckBox * | with_caption_CB |
QCheckBox * | with_labels_CB |
TeXTableSettingsWidget class.
The TeXTableSettingsWidget is a simple widget which provides the possibility to choose TeX table parameters. It can be inserted into the other widgets( dialogs ) layout, for example, in the TeX table export dialog.
TeXTableSettingsWidget::TeXTableSettingsWidget | ( | QWidget * | parent = 0 | ) |
References align_center_RB, align_left_RB, align_right_RB, with_caption_CB, and with_labels_CB.
void TeXTableSettingsWidget::setSettings | ( | TeXTableSettings & | settings | ) |
Sets the all parameters settings of the TeX table.
TeXTableSettings TeXTableSettingsWidget::settings | ( | void | ) |
Return the parameters settings of the TeX table.
References ALIGN_CENTER, ALIGN_LEFT, align_left_RB, ALIGN_RIGHT, align_right_RB, TeXTableSettings::set_columnsAlignment(), TeXTableSettings::set_with_caption(), TeXTableSettings::set_with_labels(), and with_caption_CB.
Referenced by TeXTableExportDialog::tex_TableSettings().
|
private |
Referenced by TeXTableSettingsWidget().
|
private |
Referenced by settings(), and TeXTableSettingsWidget().
|
private |
Referenced by settings(), and TeXTableSettingsWidget().
|
private |
Referenced by settings(), and TeXTableSettingsWidget().
|
private |
Referenced by TeXTableSettingsWidget().