copasi API
0.1
|
#include <plotwindow.h>
Public Member Functions | |
PlotWindow (COutputHandlerPlot *pHandler, const CPlotSpecification *ptrSpec) | |
bool | initFromSpec (const CPlotSpecification *ptrSpec) |
CopasiPlot * | getPlot () const |
~PlotWindow () | |
virtual bool | compile (std::vector< CCopasiContainer * > listOfContainer, const CCopasiDataModel *pDataModel) |
virtual void | output (const Activity &activity) |
virtual void | separate (const Activity &activity) |
virtual void | finish () |
virtual const std::set< const CCopasiObject * > & | getObjects () const |
Public Attributes | |
QToolButton * | zoomButton |
QToolButton * | printButton |
QToolButton * | print2Button |
QToolButton * | saveButton |
QToolButton * | mpSelectAll |
QToolButton * | mpDeselectAll |
PlotWindow::PlotWindow | ( | COutputHandlerPlot * | pHandler, |
const CPlotSpecification * | ptrSpec | ||
) |
PlotWindow::~PlotWindow | ( | ) |
bool PlotWindow::compile | ( | std::vector< CCopasiContainer * > | listOfContainer, |
const CCopasiDataModel * | pDataModel | ||
) | [virtual] |
compile the object list from name vector
std::vector< | CCopasiContainer * > listOfContainer |
const | CCopasiDataModel* pDataModel |
Reimplemented from COutputInterface.
void PlotWindow::finish | ( | ) | [virtual] |
Finish the output
Reimplemented from COutputInterface.
const std::set< const CCopasiObject * > & PlotWindow::getObjects | ( | ) | const [virtual] |
Retrieve the list of objects handled by the interface
Reimplemented from COutputInterface.
CopasiPlot * PlotWindow::getPlot | ( | ) | const |
bool PlotWindow::initFromSpec | ( | const CPlotSpecification * | ptrSpec | ) |
void PlotWindow::output | ( | const Activity & | activity | ) | [virtual] |
Perform an output event for the current activity
const | Activity & activity |
Reimplemented from COutputInterface.
void PlotWindow::separate | ( | const Activity & | activity | ) | [virtual] |
Introduce an additional separator into the output
const | Activity & activity |
Reimplemented from COutputInterface.
QToolButton* PlotWindow::mpDeselectAll |
QToolButton* PlotWindow::mpSelectAll |
QToolButton* PlotWindow::print2Button |
QToolButton* PlotWindow::printButton |
QToolButton* PlotWindow::saveButton |
QToolButton* PlotWindow::zoomButton |