#include <MatrixDialog.h>
Public Member Functions | |
MatrixDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Constructor. | |
void | setMatrix (Matrix *m) |
Private Slots | |
void | accept () |
Accept changes and quit. | |
void | apply () |
Apply changes. | |
void | changePrecision (int precision) |
Change the numeric precision (emits changeTextFormat). | |
void | showPrecisionBox (int item) |
Activate the numeric precision choice box. | |
Private Member Functions | |
void | closeEvent (QCloseEvent *) |
Private Attributes | |
QSpinBox * | boxColWidth |
QComboBox * | boxFormat |
QComboBox * | boxNumericDisplay |
QSpinBox * | boxPrecision |
QPushButton * | buttonApply |
QPushButton * | buttonCancel |
QPushButton * | buttonOk |
Matrix * | d_matrix |
MatrixDialog::MatrixDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
Constructor.
parent | parent widget | |
fl | window flags |
void MatrixDialog::accept | ( | ) | [private, slot] |
Accept changes and quit.
void MatrixDialog::apply | ( | ) | [private, slot] |
Apply changes.
void MatrixDialog::changePrecision | ( | int | precision | ) | [private, slot] |
Change the numeric precision (emits changeTextFormat).
void MatrixDialog::closeEvent | ( | QCloseEvent * | e | ) | [private] |
void MatrixDialog::setMatrix | ( | Matrix * | m | ) |
void MatrixDialog::showPrecisionBox | ( | int | item | ) | [private, slot] |
Activate the numeric precision choice box.
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] |