COPASI API
4.16.103
|
#include <CMCAResultSubwidget.h>
Public Member Functions | |
virtual void | clear () |
CMCAResultSubwidget (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=0) | |
virtual void | loadAll (const CMCAMethod *mcaMethod) |
virtual void | loadConcentrationCCs (const CMCAMethod *mcaMethod) |
virtual void | loadElasticities (const CMCAMethod *mcaMethod) |
virtual void | loadFluxCCs (const CMCAMethod *mcaMethod) |
~CMCAResultSubwidget () | |
![]() | |
CopasiWidget (QWidget *parent=0, const char *name=0, Qt::WFlags f=0) | |
bool | enter (const std::string &key) |
CCopasiDataModel * | getDataModel () |
bool | getIgnoreUpdates () |
virtual bool | leave () |
virtual void | setFramework (int framework) |
void | setIgnoreUpdates (bool v) |
virtual bool | update (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key) |
Protected Slots | |
virtual void | slotSave () |
virtual void | slotScaled () |
![]() | |
virtual bool | protectedNotify (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key="") |
Protected Member Functions | |
virtual void | init () |
![]() | |
virtual bool | enterProtected () |
Private Attributes | |
const CMCAMethod * | mMCAMethod |
Additional Inherited Members | |
![]() | |
int | mFramework |
bool | mIgnoreUpdates |
std::string | mKey |
CCopasiDataModel * | mpDataModel |
ListViews * | mpListView |
CCopasiObject * | mpObject |
Definition at line 33 of file CMCAResultSubwidget.h.
CMCAResultSubwidget::CMCAResultSubwidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WindowFlags | fl = 0 |
||
) |
Definition at line 47 of file CMCAResultSubwidget.cpp.
References init().
CMCAResultSubwidget::~CMCAResultSubwidget | ( | ) |
Definition at line 58 of file CMCAResultSubwidget.cpp.
|
virtual |
|
protectedvirtual |
Definition at line 63 of file CMCAResultSubwidget.cpp.
References clear(), and mMCAMethod.
Referenced by CMCAResultSubwidget().
|
virtual |
Definition at line 74 of file CMCAResultSubwidget.cpp.
References clear(), CSteadyStateMethod::found, CSteadyStateMethod::foundEquilibrium, CSteadyStateMethod::foundNegative, CMCAMethod::getModel(), CMCAMethod::getSteadyStateStatus(), loadConcentrationCCs(), loadElasticities(), loadFluxCCs(), mMCAMethod, and CSteadyStateMethod::notFound.
Referenced by CMCAResultWidget::loadFromBackend(), slotScaled(), and CMCAResultWidget::update().
|
virtual |
Definition at line 170 of file CMCAResultSubwidget.cpp.
References CMCAMethod::getScaledConcentrationCCAnn(), and CMCAMethod::getUnscaledConcentrationCCAnn().
Referenced by loadAll().
|
virtual |
Definition at line 118 of file CMCAResultSubwidget.cpp.
References CMCAMethod::getScaledElasticitiesAnn(), and CMCAMethod::getUnscaledElasticitiesAnn().
Referenced by loadAll().
|
virtual |
Definition at line 221 of file CMCAResultSubwidget.cpp.
References CMCAMethod::getScaledFluxCCAnn(), and CMCAMethod::getUnscaledFluxCCAnn().
Referenced by loadAll().
|
protectedvirtualslot |
Definition at line 273 of file CMCAResultSubwidget.cpp.
References C_INT32, checkSelection(), CLocaleString::fromUtf8(), CCopasiRootContainer::getDatamodelList(), CCopasiTask::getResult(), CopasiFileDialog::getSaveFileName(), and TO_UTF8.
|
protectedvirtualslot |
Definition at line 309 of file CMCAResultSubwidget.cpp.
References loadAll(), and mMCAMethod.
|
private |
Definition at line 57 of file CMCAResultSubwidget.h.
Referenced by init(), loadAll(), and slotScaled().