#include <MatrixValuesDialog.h>

Public Slots | |
| void | accept () |
| void | addCell () |
| bool | apply () |
| void | insertExplain (int index) |
| void | insertFunction () |
| void | setFunctions () |
| void | setMatrix (Matrix *m) |
Public Member Functions | |
| void | customEvent (QEvent *e) |
| MatrixValuesDialog (ScriptingEnv *env, QWidget *parent=0, const char *name=0, bool modal=FALSE, Qt::WFlags fl=0) | |
| QSize | sizeHint () const |
| ~MatrixValuesDialog () | |
Public Attributes | |
| QPushButton * | btnAddCell |
| QPushButton * | btnAddFunction |
| QPushButton * | btnApply |
| QPushButton * | btnCancel |
| QPushButton * | btnOk |
| ScriptEdit * | commands |
| QSpinBox * | endCol |
| QSpinBox * | endRow |
| QTextEdit * | explain |
| QComboBox * | functions |
| QSpinBox * | startCol |
| QSpinBox * | startRow |
Private Attributes | |
| Matrix * | matrix |
| MatrixValuesDialog::MatrixValuesDialog | ( | ScriptingEnv * | env, | |
| QWidget * | parent = 0, |
|||
| const char * | name = 0, |
|||
| bool | modal = FALSE, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
| MatrixValuesDialog::~MatrixValuesDialog | ( | ) |
| void MatrixValuesDialog::accept | ( | ) | [slot] |
| void MatrixValuesDialog::addCell | ( | ) | [slot] |
| bool MatrixValuesDialog::apply | ( | ) | [slot] |
| void MatrixValuesDialog::customEvent | ( | QEvent * | e | ) |
| void MatrixValuesDialog::insertExplain | ( | int | index | ) | [slot] |
| void MatrixValuesDialog::insertFunction | ( | ) | [slot] |
| void MatrixValuesDialog::setFunctions | ( | ) | [slot] |
| void MatrixValuesDialog::setMatrix | ( | Matrix * | m | ) | [slot] |
| QSize MatrixValuesDialog::sizeHint | ( | ) | const |
| QPushButton* MatrixValuesDialog::btnAddCell |
| QPushButton* MatrixValuesDialog::btnAddFunction |
| QPushButton* MatrixValuesDialog::btnApply |
| QPushButton* MatrixValuesDialog::btnCancel |
| QPushButton* MatrixValuesDialog::btnOk |
| QSpinBox * MatrixValuesDialog::endCol |
| QSpinBox * MatrixValuesDialog::endRow |
| QTextEdit* MatrixValuesDialog::explain |
| QComboBox* MatrixValuesDialog::functions |
Matrix* MatrixValuesDialog::matrix [private] |
| QSpinBox * MatrixValuesDialog::startCol |
| QSpinBox* MatrixValuesDialog::startRow |
1.5.3