|
copasi API
0.1
|
#include <CPlotSpecification.h>
Public Member Functions | |
| CPlotSpecification (const std::string &name="NoName", const CCopasiContainer *pParent=NULL, const CPlotItem::Type &type=plot2d) | |
| CPlotSpecification (const CPlotSpecification &src, const CCopasiContainer *pParent=NULL) | |
| virtual | ~CPlotSpecification () |
| virtual void | cleanup () |
| const CCopasiVector< CPlotItem > & | getItems () const |
| CCopasiVector< CPlotItem > & | getItems () |
| CPlotItem * | createItem (const std::string &name, CPlotItem::Type type) |
| bool | createDefaultPlot (const CModel *model) |
| void | setActive (const bool &active) |
| const bool & | isActive () const |
| bool | isLogX () const |
| bool | isLogY () const |
| void | setLogX (bool l) |
| void | setLogY (bool l) |
| CPlotSpecification::CPlotSpecification | ( | const std::string & | name = "NoName", |
| const CCopasiContainer * | pParent = NULL, |
||
| const CPlotItem::Type & | type = plot2d |
||
| ) |
| CPlotSpecification::CPlotSpecification | ( | const CPlotSpecification & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
| CPlotSpecification::~CPlotSpecification | ( | ) | [virtual] |
Destructor
| void CPlotSpecification::cleanup | ( | ) | [virtual] |
Reimplemented from CPlotItem.
| bool CPlotSpecification::createDefaultPlot | ( | const CModel * | model | ) |
| CPlotItem * CPlotSpecification::createItem | ( | const std::string & | name, |
| CPlotItem::Type | type | ||
| ) |
| const CCopasiVector<CPlotItem>& CPlotSpecification::getItems | ( | ) | const [inline] |
| CCopasiVector<CPlotItem>& CPlotSpecification::getItems | ( | ) | [inline] |
| const bool & CPlotSpecification::isActive | ( | ) | const |
| bool CPlotSpecification::isLogX | ( | ) | const |
| bool CPlotSpecification::isLogY | ( | ) | const |
| void CPlotSpecification::setActive | ( | const bool & | active | ) |
| void CPlotSpecification::setLogX | ( | bool | l | ) |
| void CPlotSpecification::setLogY | ( | bool | l | ) |
1.7.5.1