|
QtiPlot 0.9.8.2
|
Matrix properties dialog. More...
#include <MatrixResamplingDialog.h>
Public Member Functions | |
| MatrixResamplingDialog (Matrix *m, bool shrink=false, QWidget *parent=0, Qt::WFlags fl=0) | |
| Constructor. | |
Private Slots | |
| void | apply () |
| Apply changes. | |
| void | buttonClicked (QAbstractButton *) |
Private Attributes | |
| QComboBox * | boxAction |
| QSpinBox * | boxColumns |
| QComboBox * | boxMethod |
| QSpinBox * | boxRows |
| QDialogButtonBox * | buttonBox |
| Matrix * | d_matrix |
Matrix properties dialog.
| MatrixResamplingDialog::MatrixResamplingDialog | ( | Matrix * | m, |
| bool | shrink = false, |
||
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
Constructor.
| parent | parent widget |
| fl | window flags |
References boxAction, boxColumns, boxMethod, boxRows, buttonBox, and buttonClicked().
| void MatrixResamplingDialog::apply | ( | ) | [private, slot] |
Apply changes.
References boxAction, boxColumns, boxMethod, boxRows, d_matrix, Matrix::numCols(), Matrix::numRows(), and Matrix::resample().
Referenced by buttonClicked().
| void MatrixResamplingDialog::buttonClicked | ( | QAbstractButton * | btn | ) | [private, slot] |
References apply(), and buttonBox.
Referenced by MatrixResamplingDialog().
QComboBox * MatrixResamplingDialog::boxAction [private] |
Referenced by apply(), and MatrixResamplingDialog().
QSpinBox* MatrixResamplingDialog::boxColumns [private] |
Referenced by apply(), and MatrixResamplingDialog().
QComboBox* MatrixResamplingDialog::boxMethod [private] |
Referenced by apply(), and MatrixResamplingDialog().
QSpinBox * MatrixResamplingDialog::boxRows [private] |
Referenced by apply(), and MatrixResamplingDialog().
QDialogButtonBox* MatrixResamplingDialog::buttonBox [private] |
Referenced by buttonClicked(), and MatrixResamplingDialog().
Matrix* MatrixResamplingDialog::d_matrix [private] |
Referenced by apply().
1.7.4