#include <CopasiPlot.h>
List of all members.
Public Member Functions |
| C2DPlotCurve (QMutex *pMutex, const CPlotItem::Type &type, const COutputInterface::Activity &activity, const QString &title) |
void | setDataSize (const size_t &size) |
void | reallocatedData (const CVector< double > *pX, const CVector< double > *pY) |
void | setIncrement (const C_FLOAT64 &increment) |
const C_FLOAT64 & | getIncrement () const |
const CPlotItem::Type & | getType () const |
const COutputInterface::Activity & | getActivity () const |
Protected Member Functions |
void | myDrawLines (QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const |
virtual void | drawCurve (QPainter *painter, int style, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const |
Constructor & Destructor Documentation
Member Function Documentation
void C2DPlotCurve::drawCurve |
( |
QPainter * |
painter, |
|
|
int |
style, |
|
|
const QwtScaleMap & |
xMap, |
|
|
const QwtScaleMap & |
yMap, |
|
|
int |
from, |
|
|
int |
to |
|
) |
| const [protected, virtual] |
const C_FLOAT64 & C2DPlotCurve::getIncrement |
( |
| ) |
const |
void C2DPlotCurve::myDrawLines |
( |
QPainter * |
painter, |
|
|
const QwtScaleMap & |
xMap, |
|
|
const QwtScaleMap & |
yMap, |
|
|
int |
from, |
|
|
int |
to |
|
) |
| const [protected] |
void C2DPlotCurve::reallocatedData |
( |
const CVector< double > * |
pX, |
|
|
const CVector< double > * |
pY |
|
) |
| |
void C2DPlotCurve::setDataSize |
( |
const size_t & |
size | ) |
|
void C2DPlotCurve::setIncrement |
( |
const C_FLOAT64 & |
increment | ) |
|
The documentation for this class was generated from the following files: