Matrix properties dialog.
More...
#include <MatrixDialog.h>
List of all members.
Private Slots |
| void | accept () |
| | Accept changes and quit.
|
| void | apply () |
| | Apply changes.
|
| void | showPrecisionBox (int item) |
| | Activate the numeric precision choice box.
|
Detailed Description
Matrix properties dialog.
Constructor & Destructor Documentation
| MatrixDialog::MatrixDialog |
( |
QWidget * |
parent = 0, |
|
|
Qt::WFlags |
fl = 0 |
|
) |
| |
Member Function Documentation
| void MatrixDialog::accept |
( |
| ) |
|
|
privateslot |
| void MatrixDialog::apply |
( |
| ) |
|
|
privateslot |
Apply changes.
References boxColWidth, boxFormat, boxPrecision, Matrix::columnsWidth(), d_matrix, Matrix::precision(), Matrix::setColumnsWidth(), Matrix::setNumericFormat(), Matrix::textFormat(), and Matrix::undoStack().
Referenced by accept(), and MatrixDialog().
| void MatrixDialog::setMatrix |
( |
Matrix * |
m | ) |
|
| void MatrixDialog::showPrecisionBox |
( |
int |
item | ) |
|
|
privateslot |
Member Data Documentation
| QSpinBox* MatrixDialog::boxColWidth |
|
private |
| QComboBox* MatrixDialog::boxFormat |
|
private |
| QComboBox * MatrixDialog::boxNumericDisplay |
|
private |
| QSpinBox * MatrixDialog::boxPrecision |
|
private |
| QPushButton * MatrixDialog::buttonApply |
|
private |
| QPushButton* MatrixDialog::buttonCancel |
|
private |
| QPushButton* MatrixDialog::buttonOk |
|
private |
| Matrix* MatrixDialog::d_matrix |
|
private |
The documentation for this class was generated from the following files: