copasi API
0.1
|
#include <CQExpandModelData.h>
Public Member Functions | |
CQExpandModelData (QWidget *parent=0, Qt::WindowFlags fl=0) | |
~CQExpandModelData () | |
Public Attributes | |
std::vector< std::string > | mCompartmentName |
std::vector< std::string > | mMetaboliteName |
Protected Slots | |
void | slotCompartmentChanged () |
void | slotApplyDiffusion (bool show) |
Protected Attributes | |
QCheckBox * | pCheckBox |
QSignalMapper * | mpComboMap |
CModel * | pModel |
CQExpandModelData::CQExpandModelData | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | fl = 0 |
||
) |
CQExpandModelData::~CQExpandModelData | ( | ) |
void CQExpandModelData::slotApplyDiffusion | ( | bool | show | ) | [protected, slot] |
void CQExpandModelData::slotCompartmentChanged | ( | ) | [protected, slot] |
std::vector< std::string > CQExpandModelData::mCompartmentName |
std::vector< std::string > CQExpandModelData::mMetaboliteName |
QSignalMapper* CQExpandModelData::mpComboMap [protected] |
QCheckBox* CQExpandModelData::pCheckBox [protected] |
CModel* CQExpandModelData::pModel [protected] |