copasi API
0.1
|
#include <CCopasiPlotSelectionDialog.h>
Public Member Functions | |
CCopasiPlotSelectionDialog (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WFlags f=0) | |
~CCopasiPlotSelectionDialog () | |
void | setOutputVectors (std::vector< const CCopasiObject * > *outputVector1, std::vector< const CCopasiObject * > *outputVector2) |
void | setModel (CModel *model, const CCopasiSimpleSelectionTree::ObjectClasses &classes) |
Protected Slots | |
void | slotOKButtonClicked () |
void | slotCancelButtonClicked () |
void | slotExpertCheckBoxToggled (bool checked) |
Protected Member Functions | |
void | setTabOrder () |
Protected Attributes | |
QPushButton * | mpOKButton |
QPushButton * | mpCancelButton |
QCheckBox * | mpExpertCheckBox |
CCopasiSelectionWidget * | mpXAxisSelectionWidget |
CCopasiSelectionWidget * | mpYAxisSelectionWidget |
QSplitter * | mpSplitter |
Q3HBoxLayout * | mpButtonBox |
Q3VBoxLayout * | mpMainLayout |
QLabel * | mpXAxisLabel |
QLabel * | mpYAxisLabel |
Q3VBox * | mpXAxisSelectionBox |
Q3VBox * | mpYAxisSelectionBox |
std::vector< const CCopasiObject * > * | mpXAxisOutputVector |
std::vector< const CCopasiObject * > * | mpYAxisOutputVector |
CCopasiPlotSelectionDialog::CCopasiPlotSelectionDialog | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
bool | modal = false , |
||
Qt::WFlags | f = 0 |
||
) |
CCopasiPlotSelectionDialog::~CCopasiPlotSelectionDialog | ( | ) |
void CCopasiPlotSelectionDialog::setModel | ( | CModel * | model, |
const CCopasiSimpleSelectionTree::ObjectClasses & | classes | ||
) |
void CCopasiPlotSelectionDialog::setOutputVectors | ( | std::vector< const CCopasiObject * > * | outputVector1, |
std::vector< const CCopasiObject * > * | outputVector2 | ||
) |
void CCopasiPlotSelectionDialog::setTabOrder | ( | ) | [protected] |
void CCopasiPlotSelectionDialog::slotCancelButtonClicked | ( | ) | [protected, slot] |
void CCopasiPlotSelectionDialog::slotExpertCheckBoxToggled | ( | bool | checked | ) | [protected, slot] |
void CCopasiPlotSelectionDialog::slotOKButtonClicked | ( | ) | [protected, slot] |
Q3HBoxLayout* CCopasiPlotSelectionDialog::mpButtonBox [protected] |
QPushButton* CCopasiPlotSelectionDialog::mpCancelButton [protected] |
QCheckBox* CCopasiPlotSelectionDialog::mpExpertCheckBox [protected] |
Q3VBoxLayout* CCopasiPlotSelectionDialog::mpMainLayout [protected] |
QPushButton* CCopasiPlotSelectionDialog::mpOKButton [protected] |
QSplitter* CCopasiPlotSelectionDialog::mpSplitter [protected] |
QLabel* CCopasiPlotSelectionDialog::mpXAxisLabel [protected] |
std::vector< const CCopasiObject * >* CCopasiPlotSelectionDialog::mpXAxisOutputVector [protected] |
Q3VBox* CCopasiPlotSelectionDialog::mpXAxisSelectionBox [protected] |
QLabel* CCopasiPlotSelectionDialog::mpYAxisLabel [protected] |
std::vector< const CCopasiObject * >* CCopasiPlotSelectionDialog::mpYAxisOutputVector [protected] |
Q3VBox* CCopasiPlotSelectionDialog::mpYAxisSelectionBox [protected] |