51 PlotWizard( QWidget* parent = 0, Qt::WFlags fl = 0 );
115 void plot2D(
const QStringList&);
116 void plot3D(
const QStringList&);
123 #endif // PLOTWIZARD_H
QPushButton * buttonY
Button "<->Y".
Definition: PlotWizard.h:63
void plot3DRibbon(const QStringList &)
Definition: PlotWizard.cpp:324
QListWidget * plotAssociations
List of the plots to generate.
Definition: PlotWizard.h:81
bool noCurves()
Display a warning that a new curve must be added first before the selection of the columns...
Definition: PlotWizard.cpp:313
void addCurve()
Add new curve.
Definition: PlotWizard.cpp:285
QGroupBox * groupBox1
Button group defining the layout.
Definition: PlotWizard.h:73
QListWidget * columnsList
List of the columns in the selected table.
Definition: PlotWizard.h:81
void addYCol()
Add column as Y.
Definition: PlotWizard.cpp:211
void plot2D(const QStringList &)
Definition: PlotWizard.cpp:398
void plot3D(const QStringList &)
Definition: PlotWizard.cpp:358
QPushButton * buttonZ
Button "<->Z".
Definition: PlotWizard.h:63
QPushButton * buttonYErr
Button "<->yErr".
Definition: PlotWizard.h:55
void addZCol()
Add column as Z.
Definition: PlotWizard.cpp:227
void setColumnsList(const QStringList &cols)
Set the internal columns list to 'cols'.
Definition: PlotWizard.cpp:308
QStringList columns
Internal list of columns (contains all columns in all tables)
Definition: PlotWizard.h:86
A wizard type dialog class to create new plots.
Definition: PlotWizard.h:41
void accept()
Accept settings, close the dialog.
Definition: PlotWizard.cpp:143
void addXErrCol()
Add column as X error.
Definition: PlotWizard.cpp:245
QPushButton * buttonDelete
Button "Delete curve".
Definition: PlotWizard.h:55
void addYErrCol()
Add column as Y error.
Definition: PlotWizard.cpp:265
QPushButton * buttonOk
Button "Plot".
Definition: PlotWizard.h:55
QGroupBox * groupBox3
Button group defining the layout.
Definition: PlotWizard.h:73
QGroupBox * groupBox2
Button group defining the layout.
Definition: PlotWizard.h:73
QPushButton * buttonX
Button "<->X".
Definition: PlotWizard.h:63
QSize sizeHint() const
Definition: PlotWizard.cpp:138
void insertTablesList(const QStringList &tables)
Insert a list of tables into the tables combo box.
Definition: PlotWizard.cpp:296
void addXCol()
Add column as X.
Definition: PlotWizard.cpp:197
PlotWizard(QWidget *parent=0, Qt::WFlags fl=0)
Constructor.
Definition: PlotWizard.cpp:50
QComboBox * boxTables
Combo box to select the table.
Definition: PlotWizard.h:79
void changeColumnsList(const QString &table)
Update the columns list box to contain the columns of 'table'.
Definition: PlotWizard.cpp:184
QPushButton * buttonCancel
Button "cancel".
Definition: PlotWizard.h:63
void setColumnsListBoxContents(const QStringList &cols)
Set the contents of the columns list box to the strings in 'cols'.
Definition: PlotWizard.cpp:301
QPushButton * buttonXErr
Button "<->xErr".
Definition: PlotWizard.h:55
void removeCurve()
Delete selected curve.
Definition: PlotWizard.cpp:291
QPushButton * buttonNew
Button "New curve".
Definition: PlotWizard.h:63