copasi API  0.1
Public Member Functions
CPlotSpecification Class Reference

#include <CPlotSpecification.h>

Inheritance diagram for CPlotSpecification:
CPlotItem CCopasiParameterGroup CCopasiParameter CCopasiContainer CCopasiObject

List of all members.

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 ()
CPlotItemcreateItem (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)

Constructor & Destructor Documentation

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


Member Function Documentation

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)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines