COPASI API
4.16.103
|
#include <CQTSSAResultSubWidget.h>
Public Slots | |
void | changeInterval () |
Public Member Functions | |
CQTSSAResultSubWidget (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=0) | |
void | discardOldResults () |
void | displayResult () |
~CQTSSAResultSubWidget () | |
![]() | |
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) |
Public Attributes | |
bool | mAnnot |
C_INT | mpIndex |
CTSSAMethod * | pMethod |
CModel * | pModel |
CTSSAProblem * | pProblem |
CTSSATask * | pTSSATask |
Protected Slots | |
void | changeContents () |
virtual void | init () |
void | saveDataToFile () |
void | slotTableChanged () |
void | slotTimeAndStepChanged () |
![]() | |
virtual bool | protectedNotify (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key="") |
Additional Inherited Members | |
![]() | |
virtual bool | enterProtected () |
![]() | |
int | mFramework |
bool | mIgnoreUpdates |
std::string | mKey |
CCopasiDataModel * | mpDataModel |
ListViews * | mpListView |
CCopasiObject * | mpObject |
Definition at line 26 of file CQTSSAResultSubWidget.h.
CQTSSAResultSubWidget::CQTSSAResultSubWidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WindowFlags | fl = 0 |
||
) |
Definition at line 34 of file CQTSSAResultSubWidget.cpp.
References init().
CQTSSAResultSubWidget::~CQTSSAResultSubWidget | ( | ) |
Definition at line 45 of file CQTSSAResultSubWidget.cpp.
|
protectedslot |
|
slot |
Get the results for the requested step from the method. Fill widgets with this results.
Definition at line 263 of file CQTSSAResultSubWidget.cpp.
References CTSSAMethod::getTable(), CTSSAMethod::getVec_TimeScale(), pMethod, CTSSAMethod::setAnnotationM(), and slotTimeAndStepChanged().
Referenced by displayResult(), and init().
void CQTSSAResultSubWidget::discardOldResults | ( | ) |
Clear ArrayAnnotation-widgets.
Definition at line 251 of file CQTSSAResultSubWidget.cpp.
Referenced by CQTSSAResultWidget::enterProtected(), and CQTSSAWidget::taskFinishedEvent().
void CQTSSAResultSubWidget::displayResult | ( | ) |
Definition at line 211 of file CQTSSAResultSubWidget.cpp.
References C_INT, changeInterval(), FROM_UTF8, CCopasiRootContainer::getDatamodelList(), CCopasiTask::getMethod(), CCopasiProblem::getModel(), CCopasiTask::getProblem(), CTSSAProblem::getStepNumber(), CTSSAMethod::getTableName(), CModel::getTimeUnitName(), pMethod, pModel, pProblem, and pTSSATask.
Referenced by CQTSSAWidget::taskFinishedEvent().
|
protectedvirtualslot |
Definition at line 171 of file CQTSSAResultSubWidget.cpp.
References changeContents(), changeInterval(), CCopasiRootContainer::getDatamodelList(), CCopasiTask::getMethod(), CCopasiProblem::getModel(), CCopasiTask::getProblem(), mpIndex, pMethod, pModel, pProblem, pTSSATask, saveDataToFile(), CColorScaleAdvanced::setColorMax(), CColorScaleAdvanced::setColorMin(), and slotTableChanged().
Referenced by CQTSSAResultSubWidget().
|
protectedslot |
Definition at line 50 of file CQTSSAResultSubWidget.cpp.
References C_INT32, checkSelection(), CLocaleString::fromUtf8(), CCopasiRootContainer::getDatamodelList(), CCopasiTask::getProblem(), CopasiFileDialog::getSaveFileName(), CCopasiProblem::printResult(), and TO_UTF8.
Referenced by init().
|
protectedslot |
Definition at line 88 of file CQTSSAResultSubWidget.cpp.
References CTSSAMethod::getTable(), pMethod, and CColorScaleSimple::setSymmetric().
Referenced by init().
|
protectedslot |
Definition at line 134 of file CQTSSAResultSubWidget.cpp.
References pMethod, and CTSSAMethod::returnCurrentTime().
Referenced by changeInterval().
bool CQTSSAResultSubWidget::mAnnot |
Definition at line 40 of file CQTSSAResultSubWidget.h.
C_INT CQTSSAResultSubWidget::mpIndex |
Definition at line 39 of file CQTSSAResultSubWidget.h.
Referenced by changeContents(), and init().
CTSSAMethod* CQTSSAResultSubWidget::pMethod |
Definition at line 36 of file CQTSSAResultSubWidget.h.
Referenced by changeInterval(), displayResult(), init(), slotTableChanged(), and slotTimeAndStepChanged().
CModel* CQTSSAResultSubWidget::pModel |
Definition at line 38 of file CQTSSAResultSubWidget.h.
Referenced by displayResult(), and init().
CTSSAProblem* CQTSSAResultSubWidget::pProblem |
Definition at line 35 of file CQTSSAResultSubWidget.h.
Referenced by displayResult(), and init().
CTSSATask* CQTSSAResultSubWidget::pTSSATask |
Definition at line 34 of file CQTSSAResultSubWidget.h.
Referenced by displayResult(), and init().