COPASI API
4.16.103
|
#include <CCopasiPlotSelectionDialog.h>
Public Member Functions | |
CCopasiPlotSelectionDialog (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WFlags f=0) | |
void | setModel (CModel *model, const CQSimpleSelectionTree::ObjectClasses &classes) |
void | setOutputVectors (std::vector< const CCopasiObject * > *outputVector1, std::vector< const CCopasiObject * > *outputVector2) |
~CCopasiPlotSelectionDialog () | |
Protected Slots | |
void | slotCancelButtonClicked () |
void | slotExpertCheckBoxToggled (bool checked) |
void | slotOKButtonClicked () |
Protected Member Functions | |
void | setTabOrder () |
Protected Attributes | |
QHBoxLayout * | mpButtonBox |
QCheckBox * | mpExpertCheckBox |
QVBoxLayout * | mpMainLayout |
QSplitter * | mpSplitter |
QLabel * | mpXAxisLabel |
std::vector< const CCopasiObject * > * | mpXAxisOutputVector |
QWidget * | mpXAxisSelectionBox |
CCopasiSelectionWidget * | mpXAxisSelectionWidget |
QLabel * | mpYAxisLabel |
std::vector< const CCopasiObject * > * | mpYAxisOutputVector |
QWidget * | mpYAxisSelectionBox |
CCopasiSelectionWidget * | mpYAxisSelectionWidget |
Definition at line 36 of file CCopasiPlotSelectionDialog.h.
CCopasiPlotSelectionDialog::CCopasiPlotSelectionDialog | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
bool | modal = false , |
||
Qt::WFlags | f = 0 |
||
) |
Definition at line 34 of file CCopasiPlotSelectionDialog.cpp.
References mpButtonBox, mpExpertCheckBox, mpMainLayout, mpSplitter, mpXAxisLabel, mpXAxisOutputVector, mpXAxisSelectionBox, mpXAxisSelectionWidget, mpYAxisLabel, mpYAxisOutputVector, mpYAxisSelectionBox, mpYAxisSelectionWidget, CCopasiSelectionWidget::setOutputVector(), CCopasiSelectionWidget::setSingleSelection(), setTabOrder(), slotCancelButtonClicked(), slotExpertCheckBoxToggled(), and slotOKButtonClicked().
CCopasiPlotSelectionDialog::~CCopasiPlotSelectionDialog | ( | ) |
Definition at line 103 of file CCopasiPlotSelectionDialog.cpp.
void CCopasiPlotSelectionDialog::setModel | ( | CModel * | model, |
const CQSimpleSelectionTree::ObjectClasses & | classes | ||
) |
Definition at line 171 of file CCopasiPlotSelectionDialog.cpp.
References mpXAxisSelectionWidget, mpYAxisSelectionWidget, and CCopasiSelectionWidget::populateTree().
Referenced by CQPlotSubwidget::addCurve2D().
void CCopasiPlotSelectionDialog::setOutputVectors | ( | std::vector< const CCopasiObject * > * | outputVector1, |
std::vector< const CCopasiObject * > * | outputVector2 | ||
) |
Definition at line 162 of file CCopasiPlotSelectionDialog.cpp.
References mpXAxisOutputVector, mpXAxisSelectionWidget, mpYAxisOutputVector, mpYAxisSelectionWidget, and CCopasiSelectionWidget::setOutputVector().
Referenced by CQPlotSubwidget::addCurve2D().
|
protected |
Definition at line 106 of file CCopasiPlotSelectionDialog.cpp.
References mpExpertCheckBox, mpXAxisSelectionWidget, and mpYAxisSelectionWidget.
Referenced by CCopasiPlotSelectionDialog().
|
protectedslot |
Definition at line 151 of file CCopasiPlotSelectionDialog.cpp.
Referenced by CCopasiPlotSelectionDialog().
|
protectedslot |
Definition at line 156 of file CCopasiPlotSelectionDialog.cpp.
References mpXAxisSelectionWidget, mpYAxisSelectionWidget, and CCopasiSelectionWidget::setExpertMode().
Referenced by CCopasiPlotSelectionDialog().
|
protectedslot |
Definition at line 113 of file CCopasiPlotSelectionDialog.cpp.
References CCopasiSelectionWidget::commit(), FROM_UTF8, mpXAxisOutputVector, mpXAxisSelectionWidget, mpYAxisOutputVector, mpYAxisSelectionWidget, and CQMessageBox::question().
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 61 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 57 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog(), and setTabOrder().
|
protected |
Definition at line 62 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 60 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 63 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 67 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog(), setOutputVectors(), and slotOKButtonClicked().
|
protected |
Definition at line 65 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 58 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog(), setModel(), setOutputVectors(), setTabOrder(), slotExpertCheckBoxToggled(), and slotOKButtonClicked().
|
protected |
Definition at line 64 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 68 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog(), setOutputVectors(), and slotOKButtonClicked().
|
protected |
Definition at line 66 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog().
|
protected |
Definition at line 59 of file CCopasiPlotSelectionDialog.h.
Referenced by CCopasiPlotSelectionDialog(), setModel(), setOutputVectors(), setTabOrder(), slotExpertCheckBoxToggled(), and slotOKButtonClicked().