|
copasi API
0.1
|
#include <CQMathMatrixWidget.h>
Public Member Functions | |
| CQMathMatrixWidget (QWidget *parent=0, const char *name=0, Qt::WFlags fl=0) | |
| ~CQMathMatrixWidget () | |
| virtual bool | update (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key) |
| virtual bool | leave () |
Protected Member Functions | |
| virtual bool | enterProtected () |
| void | loadMatrices () |
| void | clearArrays () |
Protected Attributes | |
| Q3GridLayout * | mWidgetLayout |
| QLabel * | mLabelTitle |
| QTabWidget * | mpTab |
| CQArrayAnnotationsWidget * | mArrayWidget1 |
| CQArrayAnnotationsWidget * | mArrayWidget2 |
| CQArrayAnnotationsWidget * | mArrayWidget3 |
| const CArrayAnnotation * | mpArrayAnn1 |
| const CArrayAnnotation * | mpArrayAnn2 |
| const CArrayAnnotation * | mpArrayAnn3 |
| CQMathMatrixWidget::CQMathMatrixWidget | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
Constructs a CQMathMatrixWidget which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
| CQMathMatrixWidget::~CQMathMatrixWidget | ( | ) |
| void CQMathMatrixWidget::clearArrays | ( | ) | [protected] |
| bool CQMathMatrixWidget::enterProtected | ( | ) | [protected, virtual] |
Reimplemented from CopasiWidget.
| bool CQMathMatrixWidget::leave | ( | ) | [virtual] |
Reimplemented from CopasiWidget.
| void CQMathMatrixWidget::loadMatrices | ( | ) | [protected] |
| virtual bool CQMathMatrixWidget::update | ( | ListViews::ObjectType | objectType, |
| ListViews::Action | action, | ||
| const std::string & | key | ||
| ) | [virtual] |
Reimplemented from CopasiWidget.
QLabel* CQMathMatrixWidget::mLabelTitle [protected] |
const CArrayAnnotation* CQMathMatrixWidget::mpArrayAnn1 [protected] |
const CArrayAnnotation* CQMathMatrixWidget::mpArrayAnn2 [protected] |
const CArrayAnnotation* CQMathMatrixWidget::mpArrayAnn3 [protected] |
QTabWidget* CQMathMatrixWidget::mpTab [protected] |
Q3GridLayout* CQMathMatrixWidget::mWidgetLayout [protected] |
1.7.5.1