|
QtiPlot
0.9.8.2
|
Matrix dimensions dialog. More...
#include <MatrixSizeDialog.h>
Public Member Functions | |
| MatrixSizeDialog (Matrix *m, QWidget *parent=0, Qt::WFlags fl=0) | |
| Constructor. More... | |
Private Slots | |
| void | accept () |
| Accept changes and quit. More... | |
| void | apply () |
| Apply changes. More... | |
Private Attributes | |
| QSpinBox * | boxCols |
| QSpinBox * | boxRows |
| DoubleSpinBox * | boxXEnd |
| DoubleSpinBox * | boxXStart |
| DoubleSpinBox * | boxYEnd |
| DoubleSpinBox * | boxYStart |
| QPushButton * | buttonApply |
| QPushButton * | buttonCancel |
| QPushButton * | buttonOk |
| Matrix * | d_matrix |
| QGroupBox * | groupBox1 |
| QGroupBox * | groupBox2 |
Matrix dimensions dialog.
| MatrixSizeDialog::MatrixSizeDialog | ( | Matrix * | m, |
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
Constructor.
| parent | parent widget |
| fl | window flags |
References accept(), apply(), boxCols, boxRows, boxXEnd, boxXStart, boxYEnd, boxYStart, buttonApply, buttonCancel, buttonOk, groupBox1, groupBox2, Matrix::numCols(), Matrix::numRows(), DoubleSpinBox::setValue(), Matrix::xEnd(), Matrix::xStart(), Matrix::yEnd(), and Matrix::yStart().
|
privateslot |
|
privateslot |
Apply changes.
References boxCols, boxRows, boxXEnd, boxXStart, boxYEnd, boxYStart, d_matrix, Matrix::setCoordinates(), Matrix::setDimensions(), Matrix::undoStack(), DoubleSpinBox::value(), Matrix::xEnd(), Matrix::xStart(), Matrix::yEnd(), and Matrix::yStart().
Referenced by accept(), and MatrixSizeDialog().
|
private |
Referenced by apply(), and MatrixSizeDialog().
|
private |
Referenced by apply(), and MatrixSizeDialog().
|
private |
Referenced by apply(), and MatrixSizeDialog().
|
private |
Referenced by apply(), and MatrixSizeDialog().
|
private |
Referenced by apply(), and MatrixSizeDialog().
|
private |
Referenced by apply(), and MatrixSizeDialog().
|
private |
Referenced by MatrixSizeDialog().
|
private |
Referenced by MatrixSizeDialog().
|
private |
Referenced by MatrixSizeDialog().
|
private |
Referenced by MatrixSizeDialog().
|
private |
Referenced by MatrixSizeDialog().
1.8.6