COPASI API
4.16.103
|
#include <CQTSSAResultWidget.h>
Public Member Functions | |
CQTSSAResultWidget (QWidget *parent=0, const char *name=0, Qt::WFlags fl=0) | |
CQTSSAResultSubWidget * | getSubWidget () |
virtual bool | leave () |
bool | loadFromBackend () |
bool | saveToBackend () |
virtual bool | update (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key) |
~CQTSSAResultWidget () | |
![]() | |
CopasiWidget (QWidget *parent=0, const char *name=0, Qt::WFlags f=0) | |
bool | enter (const std::string &key) |
CCopasiDataModel * | getDataModel () |
bool | getIgnoreUpdates () |
virtual void | setFramework (int framework) |
void | setIgnoreUpdates (bool v) |
Protected Member Functions | |
virtual bool | enterProtected () |
Protected Attributes | |
CQTSSAResultSubWidget * | mCentralWidget |
QGridLayout * | mWidgetLayout |
![]() | |
int | mFramework |
bool | mIgnoreUpdates |
std::string | mKey |
CCopasiDataModel * | mpDataModel |
ListViews * | mpListView |
CCopasiObject * | mpObject |
Additional Inherited Members | |
![]() | |
virtual bool | protectedNotify (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key="") |
Definition at line 23 of file CQTSSAResultWidget.h.
CQTSSAResultWidget::CQTSSAResultWidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
Definition at line 38 of file CQTSSAResultWidget.cpp.
References mCentralWidget, and mWidgetLayout.
CQTSSAResultWidget::~CQTSSAResultWidget | ( | ) |
Definition at line 69 of file CQTSSAResultWidget.cpp.
|
protectedvirtual |
Reimplemented from CopasiWidget.
Definition at line 121 of file CQTSSAResultWidget.cpp.
References CQTSSAResultSubWidget::discardOldResults(), CTSSAMethod::getCurrentStep(), CCopasiRootContainer::getDatamodelList(), CCopasiTask::getMethod(), loadFromBackend(), and mCentralWidget.
|
inline |
Definition at line 33 of file CQTSSAResultWidget.h.
References mCentralWidget.
Referenced by CQTSSAWidget::taskFinishedEvent().
|
virtual |
Reimplemented from CopasiWidget.
Definition at line 115 of file CQTSSAResultWidget.cpp.
bool CQTSSAResultWidget::loadFromBackend | ( | ) |
Definition at line 72 of file CQTSSAResultWidget.cpp.
References CCopasiRootContainer::getDatamodelList(), and mCentralWidget.
Referenced by enterProtected(), and CQTSSAWidget::taskFinishedEvent().
bool CQTSSAResultWidget::saveToBackend | ( | ) |
Definition at line 84 of file CQTSSAResultWidget.cpp.
|
virtual |
Reimplemented from CopasiWidget.
Definition at line 99 of file CQTSSAResultWidget.cpp.
References ListViews::ADD, mCentralWidget, and ListViews::MODEL.
|
protected |
Definition at line 46 of file CQTSSAResultWidget.h.
Referenced by CQTSSAResultWidget(), enterProtected(), getSubWidget(), loadFromBackend(), and update().
|
protected |
Definition at line 45 of file CQTSSAResultWidget.h.
Referenced by CQTSSAResultWidget().