22 #ifndef COPASI_PLOT_ITEM
23 #define COPASI_PLOT_ITEM
143 CPlotItem(
const std::string & name =
"NoName",
168 const std::string &
getTitle()
const;
169 void setTitle(
const std::string & title);
172 const std::vector<CPlotDataChannelSpec> &
getChannels()
const;
CPlotItem(const std::string &name="NoName", const CCopasiContainer *pParent=NULL, const Type &type=curve2d)
std::string * mpXMLActivity
std::vector< CPlotDataChannelSpec > channels
void addChannel(const CPlotDataChannelSpec &channel)
std::vector< CPlotDataChannelSpec > & getChannels()
size_t getNumChannels() const
void setActivity(const COutputInterface::Activity &activity)
CPlotDataChannelSpec(const CCopasiObjectName &obj)
static const char * XMLType[]
void setType(CPlotItem::Type type)
COutputInterface::Activity mActivity
static const std::string RecordingActivityName[]
const CPlotItem::Type & getType() const
const COutputInterface::Activity & getActivity() const
static const char * XMLRecordingActivity[]
CPlotDataChannelSpec(const CCopasiObjectName &obj, C_FLOAT64 minimum, C_FLOAT64 maximum)
const std::string & getTitle() const
void setTitle(const std::string &title)
static const std::string TypeName[]