29 #ifndef FREQUENCYCOUNTDIALOG_H
30 #define FREQUENCYCOUNTDIALOG_H
33 #include <gsl/gsl_vector.h>
Table * d_result_table
Definition: FrequencyCountDialog.h:54
QPushButton * buttonApply
Definition: FrequencyCountDialog.h:59
void accept()
Definition: FrequencyCountDialog.cpp:238
int d_bins
Definition: FrequencyCountDialog.h:57
Filter options dialog.
Definition: FrequencyCountDialog.h:40
A QDoubleSpinBox allowing to customize numbers display with respect to locale settings.
Definition: DoubleSpinBox.h:39
DoubleSpinBox * boxStep
Definition: FrequencyCountDialog.h:64
~FrequencyCountDialog()
Definition: FrequencyCountDialog.cpp:244
QPushButton * buttonCancel
Definition: FrequencyCountDialog.h:60
DoubleSpinBox * boxEnd
Definition: FrequencyCountDialog.h:63
gsl_vector * d_col_values
Definition: FrequencyCountDialog.h:56
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57
FrequencyCountDialog(Table *t, QWidget *parent=0, Qt::WFlags fl=0)
Definition: FrequencyCountDialog.cpp:46
DoubleSpinBox * boxStart
Definition: FrequencyCountDialog.h:62
Table * d_source_table
Definition: FrequencyCountDialog.h:53
QPushButton * buttonOk
Definition: FrequencyCountDialog.h:61
QString d_col_name
Definition: FrequencyCountDialog.h:55
bool apply()
Definition: FrequencyCountDialog.cpp:161