Add error bars dialog.
More...
#include <ErrDialog.h>
List of all members.
Public Slots |
| void | add () |
| | Add a plot definition.
|
| void | selectSrcTable (int tabnr) |
| | Select a table.
|
| void | setCurveNames (const QStringList &names) |
| | Supply the dialog with a curves list.
|
| void | setSrcTables (QWidgetList *tables) |
| | Supply the dialog with a tables list.
|
Signals |
| void | options (const QString &curveName, int type, const QString &percent, int direction) |
| | This is usually connected to the main window's defineErrorBars() slot.
|
| void | options (const QString &curveName, const QString &errColumnName, int direction) |
| | This is usually connected to the main window's defineErrorBars() slot.
|
Public Member Functions |
| | ErrDialog (QWidget *parent=0, Qt::WFlags fl=0) |
| | Constructor.
|
| | ~ErrDialog () |
| | Destructor.
|
Protected Slots |
| virtual void | languageChange () |
| | Set all string in the current language.
|
Detailed Description
Constructor & Destructor Documentation
| ErrDialog::ErrDialog |
( |
QWidget * |
parent = 0, |
|
|
Qt::WFlags |
fl = 0 |
|
) |
| |
Constructor.
- Parameters:
-
| parent | parent widget |
| fl | window flags |
References add(), buttonAdd, buttonCancel, buttonGroup1, buttonGroup2, colNamesBox, columnBox, groupBox1, groupBox3, languageChange(), nameLabel, percentBox, selectSrcTable(), standardBox, tableNamesBox, textLabel1, valueBox, xErrBox, and yErrBox.
| ErrDialog::~ErrDialog |
( |
| ) |
|
Member Function Documentation
| void ErrDialog::languageChange |
( |
| ) |
|
|
protectedvirtualslot |
| void ErrDialog::options |
( |
const QString & |
curveName, |
|
|
int |
type, |
|
|
const QString & |
percent, |
|
|
int |
direction |
|
) |
| |
|
signal |
This is usually connected to the main window's defineErrorBars() slot.
Referenced by add().
| void ErrDialog::options |
( |
const QString & |
curveName, |
|
|
const QString & |
errColumnName, |
|
|
int |
direction |
|
) |
| |
|
signal |
This is usually connected to the main window's defineErrorBars() slot.
| void ErrDialog::selectSrcTable |
( |
int |
tabnr | ) |
|
|
slot |
| void ErrDialog::setCurveNames |
( |
const QStringList & |
names | ) |
|
|
slot |
| void ErrDialog::setSrcTables |
( |
QWidgetList * |
tables | ) |
|
|
slot |
Member Data Documentation
| QPushButton* ErrDialog::buttonAdd |
|
private |
| QPushButton* ErrDialog::buttonCancel |
|
private |
| QButtonGroup* ErrDialog::buttonGroup1 |
|
private |
| QButtonGroup * ErrDialog::buttonGroup2 |
|
private |
| QComboBox * ErrDialog::colNamesBox |
|
private |
| QRadioButton * ErrDialog::columnBox |
|
private |
| QGroupBox* ErrDialog::groupBox1 |
|
private |
| QGroupBox* ErrDialog::groupBox2 |
|
private |
| QGroupBox * ErrDialog::groupBox3 |
|
private |
| QComboBox* ErrDialog::nameLabel |
|
private |
| QRadioButton* ErrDialog::percentBox |
|
private |
| QList<QWidget*>* ErrDialog::srcTables |
|
private |
| QRadioButton* ErrDialog::standardBox |
|
private |
| QComboBox * ErrDialog::tableNamesBox |
|
private |
| QLabel* ErrDialog::textLabel1 |
|
private |
| QLineEdit* ErrDialog::valueBox |
|
private |
| QRadioButton* ErrDialog::xErrBox |
|
private |
| QRadioButton* ErrDialog::yErrBox |
|
private |
The documentation for this class was generated from the following files: