COPASI API
4.16.103
|
#include <CQAutolayoutWizard.h>
Classes | |
class | alphaSorter |
class | CQListWidgetModelItem |
Public Member Functions | |
CQSideCompoundWizardPage () | |
void | getSideCompounds (std::set< const CMetab * > &sideCompounds) const |
void | setSpeciesList (const std::set< const CMetab * > &metabs) |
Protected Slots | |
void | slotAddButtonClicked () |
void | slotRemoveButtonClicked () |
void | slotSideCompoundSelectionChanged () |
void | slotSpeciesSelectionChanged () |
Protected Attributes | |
QPushButton * | mpAddButton |
QPushButton * | mpRemoveButton |
QListWidget * | mpSideCompoundList |
QListWidget * | mpSpeciesList |
std::set< const CMetab *, alphaSorter > | mSortedSpecies |
In this page the user can select which species should be treated as side compounds by the layout algorithm.
Definition at line 128 of file CQAutolayoutWizard.h.
CQSideCompoundWizardPage::CQSideCompoundWizardPage | ( | ) |
Definition at line 616 of file CQAutolayoutWizard.cpp.
References mpAddButton, mpRemoveButton, mpSideCompoundList, mpSpeciesList, slotAddButtonClicked(), slotRemoveButtonClicked(), slotSideCompoundSelectionChanged(), and slotSpeciesSelectionChanged().
Fills the given set with the side compounds that have been selected by the user.
Definition at line 670 of file CQAutolayoutWizard.cpp.
References CQSideCompoundWizardPage::CQListWidgetModelItem::getObject(), and mpSideCompoundList.
Passes the species that have been selected by the user for use in the layout to the page. These species are used to fill the list on the left.
Definition at line 691 of file CQAutolayoutWizard.cpp.
References mpSideCompoundList, mpSpeciesList, and mSortedSpecies.
|
protectedslot |
Definition at line 756 of file CQAutolayoutWizard.cpp.
References CQSideCompoundWizardPage::CQListWidgetModelItem::getObject(), CCopasiObject::getObjectDisplayName(), mpSideCompoundList, and mpSpeciesList.
Referenced by CQSideCompoundWizardPage().
|
protectedslot |
Definition at line 800 of file CQAutolayoutWizard.cpp.
References CQSideCompoundWizardPage::CQListWidgetModelItem::getObject(), CCopasiObject::getObjectDisplayName(), mpSideCompoundList, and mpSpeciesList.
Referenced by CQSideCompoundWizardPage().
|
protectedslot |
Definition at line 866 of file CQAutolayoutWizard.cpp.
References mpRemoveButton, mpSideCompoundList, and mpSpeciesList.
Referenced by CQSideCompoundWizardPage().
|
protectedslot |
Definition at line 846 of file CQAutolayoutWizard.cpp.
References mpAddButton, mpSideCompoundList, and mpSpeciesList.
Referenced by CQSideCompoundWizardPage().
|
protected |
Definition at line 181 of file CQAutolayoutWizard.h.
Referenced by CQSideCompoundWizardPage(), and slotSpeciesSelectionChanged().
|
protected |
Definition at line 185 of file CQAutolayoutWizard.h.
Referenced by CQSideCompoundWizardPage(), and slotSideCompoundSelectionChanged().
|
protected |
Definition at line 177 of file CQAutolayoutWizard.h.
Referenced by CQSideCompoundWizardPage(), getSideCompounds(), setSpeciesList(), slotAddButtonClicked(), slotRemoveButtonClicked(), slotSideCompoundSelectionChanged(), and slotSpeciesSelectionChanged().
|
protected |
Definition at line 174 of file CQAutolayoutWizard.h.
Referenced by CQSideCompoundWizardPage(), setSpeciesList(), slotAddButtonClicked(), slotRemoveButtonClicked(), slotSideCompoundSelectionChanged(), and slotSpeciesSelectionChanged().
|
protected |
Definition at line 188 of file CQAutolayoutWizard.h.
Referenced by setSpeciesList().