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

TeXTableSettingsWidget class. More...

#include <TeXTableSettingsWidget.h>

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

TeXTableSettingsWidget::TeXTableSettingsWidget ( QWidget *  parent = 0)

Member Function Documentation

void TeXTableSettingsWidget::setSettings ( TeXTableSettings settings)

Sets the all parameters settings of the TeX table.

TeXTableSettings TeXTableSettingsWidget::settings ( void  )

Member Data Documentation

QRadioButton* TeXTableSettingsWidget::align_center_RB
private

Referenced by TeXTableSettingsWidget().

QRadioButton* TeXTableSettingsWidget::align_left_RB
private

Referenced by settings(), and TeXTableSettingsWidget().

QRadioButton* TeXTableSettingsWidget::align_right_RB
private

Referenced by settings(), and TeXTableSettingsWidget().

QCheckBox* TeXTableSettingsWidget::with_caption_CB
private

Referenced by settings(), and TeXTableSettingsWidget().

QCheckBox* TeXTableSettingsWidget::with_labels_CB
private

Referenced by TeXTableSettingsWidget().


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