COPASI API
4.16.103
|
#include <CLNAResultWidget.h>
Public Member Functions | |
CLNAResultWidget (QWidget *parent=0, const char *name=0, Qt::WFlags fl=0) | |
virtual bool | leave () |
bool | loadFromBackend () |
virtual bool | update (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key) |
~CLNAResultWidget () | |
![]() | |
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 () |
bool | saveToBackend () |
Protected Attributes | |
CLNAResultSubwidget * | 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 14 of file CLNAResultWidget.h.
CLNAResultWidget::CLNAResultWidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
Definition at line 22 of file CLNAResultWidget.cpp.
References mCentralWidget, and mWidgetLayout.
CLNAResultWidget::~CLNAResultWidget | ( | ) |
Definition at line 40 of file CLNAResultWidget.cpp.
|
protectedvirtual |
Reimplemented from CopasiWidget.
Definition at line 77 of file CLNAResultWidget.cpp.
|
virtual |
Reimplemented from CopasiWidget.
Definition at line 72 of file CLNAResultWidget.cpp.
bool CLNAResultWidget::loadFromBackend | ( | ) |
Definition at line 45 of file CLNAResultWidget.cpp.
References CCopasiRootContainer::getDatamodelList(), CCopasiTask::getMethod(), CLNAResultSubwidget::loadAll(), mCentralWidget, and pTask.
Referenced by CQLNAWidget::taskFinishedEvent().
|
protected |
Definition at line 57 of file CLNAResultWidget.cpp.
|
virtual |
Reimplemented from CopasiWidget.
Definition at line 62 of file CLNAResultWidget.cpp.
References ListViews::ADD, CLNAResultSubwidget::loadAll(), mCentralWidget, and ListViews::MODEL.
|
protected |
Definition at line 34 of file CLNAResultWidget.h.
Referenced by CLNAResultWidget(), loadFromBackend(), and update().
|
protected |
Definition at line 32 of file CLNAResultWidget.h.
Referenced by CLNAResultWidget().