copasi API
0.1
|
#include <CCopasiSelectionWidget.h>
Public Member Functions | |
CCopasiSelectionWidget (QWidget *parent=0, const char *name=0, Qt::WFlags fl=0) | |
~CCopasiSelectionWidget () | |
void | populateTree (const CModel *model, const CCopasiSimpleSelectionTree::ObjectClasses &classes) |
void | setOutputVector (std::vector< const CCopasiObject * > *outputVector) |
void | setSingleSelection (bool singleSelection) |
bool | isSingleSelection () const |
void | setExpertMode (bool expertMode) |
bool | expertMode () const |
void | commit () |
Protected Attributes | |
CCopasiSimpleSelectionTree * | mpSimpleTree |
ObjectBrowserWidget * | mpObjectBrowser |
std::vector< const CCopasiObject * > * | mpOutputVector |
bool | mSingleSelect |
bool | mExpertMode |
CCopasiSelectionWidget::CCopasiSelectionWidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
CCopasiSelectionWidget::~CCopasiSelectionWidget | ( | ) |
void CCopasiSelectionWidget::commit | ( | ) |
bool CCopasiSelectionWidget::expertMode | ( | ) | const |
bool CCopasiSelectionWidget::isSingleSelection | ( | ) | const |
void CCopasiSelectionWidget::populateTree | ( | const CModel * | model, |
const CCopasiSimpleSelectionTree::ObjectClasses & | classes | ||
) |
void CCopasiSelectionWidget::setExpertMode | ( | bool | expertMode | ) |
void CCopasiSelectionWidget::setOutputVector | ( | std::vector< const CCopasiObject * > * | outputVector | ) |
void CCopasiSelectionWidget::setSingleSelection | ( | bool | singleSelection | ) |
bool CCopasiSelectionWidget::mExpertMode [protected] |
std::vector< const CCopasiObject * >* CCopasiSelectionWidget::mpOutputVector [protected] |
bool CCopasiSelectionWidget::mSingleSelect [protected] |