COPASI API
4.16.103
|
#include <CLNAResultSubwidget.h>
Public Member Functions | |
virtual void | clear () |
CLNAResultSubwidget (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=0) | |
virtual void | loadAll (const CLNAMethod *lnaMethod) |
virtual void | loadBMatrixReduced (const CLNAMethod *lnaMethod) |
virtual void | loadCovarianceMatrix (const CLNAMethod *lnaMethod) |
virtual void | loadCovarianceMatrixReduced (const CLNAMethod *lnaMethod) |
~CLNAResultSubwidget () | |
![]() | |
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 CLNAMethod * | mLNAMethod |
Additional Inherited Members | |
![]() | |
int | mFramework |
bool | mIgnoreUpdates |
std::string | mKey |
CCopasiDataModel * | mpDataModel |
ListViews * | mpListView |
CCopasiObject * | mpObject |
Definition at line 33 of file CLNAResultSubwidget.h.
CLNAResultSubwidget::CLNAResultSubwidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WindowFlags | fl = 0 |
||
) |
Definition at line 38 of file CLNAResultSubwidget.cpp.
References init().
CLNAResultSubwidget::~CLNAResultSubwidget | ( | ) |
Definition at line 49 of file CLNAResultSubwidget.cpp.
|
virtual |
Definition at line 243 of file CLNAResultSubwidget.cpp.
|
protectedvirtual |
Definition at line 54 of file CLNAResultSubwidget.cpp.
References clear(), and mLNAMethod.
Referenced by CLNAResultSubwidget().
|
virtual |
Definition at line 65 of file CLNAResultSubwidget.cpp.
References CLNAMethod::allNeg, clear(), CSteadyStateMethod::found, CSteadyStateMethod::foundEquilibrium, CSteadyStateMethod::foundNegative, CLNAMethod::getEigenValueStatus(), CLNAMethod::getModel(), CLNAMethod::getSteadyStateStatus(), loadBMatrixReduced(), loadCovarianceMatrix(), loadCovarianceMatrixReduced(), mLNAMethod, CLNAMethod::nonNegEigenvaluesExist, and CSteadyStateMethod::notFound.
Referenced by CLNAResultWidget::loadFromBackend(), slotScaled(), and CLNAResultWidget::update().
|
virtual |
Definition at line 178 of file CLNAResultSubwidget.cpp.
References CLNAMethod::getScaledBMatrixReducedAnn(), and CLNAMethod::getUnscaledBMatrixReducedAnn().
Referenced by loadAll().
|
virtual |
Definition at line 130 of file CLNAResultSubwidget.cpp.
References CLNAMethod::getScaledCovarianceMatrixAnn(), and CLNAMethod::getUnscaledCovarianceMatrixAnn().
Referenced by loadAll().
|
virtual |
Definition at line 154 of file CLNAResultSubwidget.cpp.
References CLNAMethod::getScaledCovarianceMatrixReducedAnn(), and CLNAMethod::getUnscaledCovarianceMatrixReducedAnn().
Referenced by loadAll().
|
protectedvirtualslot |
Definition at line 202 of file CLNAResultSubwidget.cpp.
References C_INT32, checkSelection(), CLocaleString::fromUtf8(), CCopasiRootContainer::getDatamodelList(), CCopasiTask::getResult(), CopasiFileDialog::getSaveFileName(), and TO_UTF8.
|
protectedvirtualslot |
Definition at line 238 of file CLNAResultSubwidget.cpp.
References loadAll(), and mLNAMethod.
|
private |
Definition at line 57 of file CLNAResultSubwidget.h.
Referenced by init(), loadAll(), and slotScaled().