18 #ifndef CPlotSelectionDialog_H__
19 #define CPlotSelectionDialog_H__
28 class SimpleSelectionWidget;
42 CPlotSelectionDialog(QWidget * parent = 0,
const char * name = 0,
bool modal =
false, WFlags f = 0);
44 void setOutputVectors(std::vector<CCopasiObject*>* outputVector1, std::vector<CCopasiObject*>* outputVector2);
78 #endif // CPlotSelectionDialog_H__
SimpleSelectionWidget * mpYAxisSimpleSelectionWidget
void slotExpertCheckBoxToggled(bool checked)
std::vector< CCopasiObject * > * mpXAxisTmpVector
ObjectBrowserWidget * mpXAxisObjectBrowserWidget
std::vector< CCopasiObject * > * mpYAxisTmpVector
void setModel(CModel *model)
QCheckBox * mpExpertCheckBox
std::vector< CCopasiObject * > * mpXAxisOutputVector
void slotOKButtonClicked()
void slotCancelButtonClicked()
QWidget * mpYAxisSelectionWidget
ObjectBrowserWidget * mpYAxisObjectBrowserWidget
SimpleSelectionWidget * mpXAxisSimpleSelectionWidget
QPushButton * mpCancelButton
void setOutputVectors(std::vector< CCopasiObject * > *outputVector1, std::vector< CCopasiObject * > *outputVector2)
QVBox * mpXAxisSelectionBox
CPlotSelectionDialog(QWidget *parent=0, const char *name=0, bool modal=false, WFlags f=0)
virtual ~CPlotSelectionDialog()
std::vector< CCopasiObject * > * mpYAxisOutputVector
QWidget * mpXAxisSelectionWidget
QVBox * mpYAxisSelectionBox
QVBoxLayout * mpMainLayout