COPASI API
4.16.103
|
#include <CQExpandModelData.h>
Public Member Functions | |
CQExpandModelData (QWidget *parent=0, Qt::WindowFlags fl=0) | |
~CQExpandModelData () | |
Protected Slots | |
void | slotCompartmentActivated (QTreeWidgetItem *pItem, int col) |
handles activation or deactivation of a compartment More... | |
void | slotMode () |
handles change of linear/rectangular mode More... | |
Protected Attributes | |
std::map< QTreeWidgetItem *, const CCompartment * > | mItemCompartmentMap |
std::map< QTreeWidgetItem *, const CMetab * > | mItemMetabMap |
CModel * | pModel |
Private Slots | |
void | slotCancel () |
void | slotOK () |
Private Member Functions | |
void | load () |
Definition at line 32 of file CQExpandModelData.h.
CQExpandModelData::CQExpandModelData | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | fl = 0 |
||
) |
CQExpandModelData::~CQExpandModelData | ( | ) |
Definition at line 33 of file CQExpandModelData.cpp.
|
private |
Definition at line 38 of file CQExpandModelData.cpp.
References FROM_UTF8, CModel::getCompartments(), CCopasiRootContainer::getDatamodelList(), CCopasiObject::getObjectName(), mItemCompartmentMap, pModel, CCopasiVector< T >::size(), slotCompartmentActivated(), and slotMode().
Referenced by CQExpandModelData().
|
privateslot |
Definition at line 153 of file CQExpandModelData.cpp.
|
protectedslot |
handles activation or deactivation of a compartment
Definition at line 61 of file CQExpandModelData.cpp.
References FROM_UTF8, CCompartment::getMetabolites(), CCopasiObject::getObjectName(), if(), mItemCompartmentMap, mItemMetabMap, and CCopasiVector< T >::size().
Referenced by load().
|
protectedslot |
handles change of linear/rectangular mode
Definition at line 158 of file CQExpandModelData.cpp.
Referenced by load().
|
privateslot |
Definition at line 105 of file CQExpandModelData.cpp.
References CModelExpansion::SetOfModelElements::addCompartment(), CModelExpansion::createLinearArray(), CModelExpansion::createRectangularArray(), CModelExpansion::SetOfModelElements::fillDependencies(), mItemCompartmentMap, mItemMetabMap, and pModel.
|
protected |
Definition at line 42 of file CQExpandModelData.h.
Referenced by load(), slotCompartmentActivated(), and slotOK().
|
protected |
Definition at line 43 of file CQExpandModelData.h.
Referenced by slotCompartmentActivated(), and slotOK().
|
protected |
Definition at line 44 of file CQExpandModelData.h.