|
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. More... | |
Private Slots | |
| void | apply () |
| Apply changes. More... | |
| void | buttonClicked (QAbstractButton *) |
| void | updateDimensionsInfo () |
Private Member Functions | |
| void | calculateDimensions (int *newRows, int *newColumns) |
Private Attributes | |
| QComboBox * | boxAction |
| QSpinBox * | boxColumns |
| QComboBox * | boxMethod |
| QSpinBox * | boxRows |
| QDialogButtonBox * | buttonBox |
| Matrix * | d_matrix |
| QLineEdit * | dimensionsLabel |
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, buttonClicked(), dimensionsLabel, and updateDimensionsInfo().
|
privateslot |
Apply changes.
References boxMethod, calculateDimensions(), d_matrix, and Matrix::resample().
Referenced by buttonClicked().
|
privateslot |
References apply(), and buttonBox.
Referenced by MatrixResamplingDialog().
|
private |
References boxAction, boxColumns, boxRows, d_matrix, Matrix::numCols(), and Matrix::numRows().
Referenced by apply(), and updateDimensionsInfo().
|
privateslot |
References calculateDimensions(), d_matrix, dimensionsLabel, Matrix::numCols(), and Matrix::numRows().
Referenced by MatrixResamplingDialog().
|
private |
Referenced by calculateDimensions(), and MatrixResamplingDialog().
|
private |
Referenced by calculateDimensions(), and MatrixResamplingDialog().
|
private |
Referenced by apply(), and MatrixResamplingDialog().
|
private |
Referenced by calculateDimensions(), and MatrixResamplingDialog().
|
private |
Referenced by buttonClicked(), and MatrixResamplingDialog().
|
private |
Referenced by apply(), calculateDimensions(), and updateDimensionsInfo().
|
private |
Referenced by MatrixResamplingDialog(), and updateDimensionsInfo().
1.8.6