#include <iAChartFunctionGaussian.h>
|
| void | addColorPoint (int, double, double, double) override |
| |
| int | addPoint (int, int) override |
| |
| void | changeColor (QMouseEvent *) override |
| |
| void | draw (QPainter &painter) override |
| |
| void | draw (QPainter &painter, QColor color, int lineWidth) override |
| |
| void | drawOnTop (QPainter &) override |
| |
| double | getCovariance () |
| |
| double | getMean () |
| |
| double | getMultiplier () |
| |
| int | getSelectedPoint () override |
| |
| double | getSigma () |
| |
| int | getType () override |
| |
| | iAChartFunctionGaussian (iADiagramFctWidget *chart, QColor &color, bool reset=true) |
| |
| bool | isColored () override |
| |
| bool | isDeletable (int) override |
| |
| bool | isEndPoint (int) override |
| |
| void | moveSelectedPoint (int x, int y) override |
| |
| size_t | numPoints () const override |
| |
| void | removePoint (int) override |
| |
| void | reset () override |
| |
| int | selectPoint (QMouseEvent *event, int *x=nullptr) override |
| |
| void | setMean (double mean) |
| |
| void | setMean (int mean) |
| |
| void | setMultiplier (double multiplier) |
| |
| void | setMultiplier (int multiplier) |
| |
| void | setSigma (double sigma) |
| |
| void | setSigma (int sigma) |
| |
| | iAChartFunction (iADiagramFctWidget *chart) |
| |
| virtual void | mouseReleaseEvent (QMouseEvent *) |
| |
| virtual void | mouseReleaseEventAfterNewPoint (QMouseEvent *) |
| |
◆ iAChartFunctionGaussian()
| iAChartFunctionGaussian::iAChartFunctionGaussian |
( |
iADiagramFctWidget * |
chart, |
|
|
QColor & |
color, |
|
|
bool |
reset = true |
|
) |
| |
◆ addColorPoint()
| void iAChartFunctionGaussian::addColorPoint |
( |
int |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
inlineoverridevirtual |
◆ addPoint()
| int iAChartFunctionGaussian::addPoint |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
inlineoverridevirtual |
◆ changeColor()
| void iAChartFunctionGaussian::changeColor |
( |
QMouseEvent * |
| ) |
|
|
inlineoverridevirtual |
◆ draw() [1/2]
| void iAChartFunctionGaussian::draw |
( |
QPainter & |
painter | ) |
|
|
overridevirtual |
◆ draw() [2/2]
| void iAChartFunctionGaussian::draw |
( |
QPainter & |
painter, |
|
|
QColor |
color, |
|
|
int |
lineWidth |
|
) |
| |
|
overridevirtual |
◆ drawOnTop()
| void iAChartFunctionGaussian::drawOnTop |
( |
QPainter & |
| ) |
|
|
inlineoverridevirtual |
◆ getCovariance()
| double iAChartFunctionGaussian::getCovariance |
( |
| ) |
|
|
inline |
◆ getMean()
| double iAChartFunctionGaussian::getMean |
( |
| ) |
|
|
inline |
◆ getMultiplier()
| double iAChartFunctionGaussian::getMultiplier |
( |
| ) |
|
|
inline |
◆ getSelectedPoint()
| int iAChartFunctionGaussian::getSelectedPoint |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getSigma()
| double iAChartFunctionGaussian::getSigma |
( |
| ) |
|
|
inline |
◆ getType()
| int iAChartFunctionGaussian::getType |
( |
| ) |
|
|
inlineoverridevirtual |
◆ isColored()
| bool iAChartFunctionGaussian::isColored |
( |
| ) |
|
|
inlineoverridevirtual |
◆ isDeletable()
| bool iAChartFunctionGaussian::isDeletable |
( |
int |
| ) |
|
|
inlineoverridevirtual |
◆ isEndPoint()
| bool iAChartFunctionGaussian::isEndPoint |
( |
int |
| ) |
|
|
inlineoverridevirtual |
◆ moveSelectedPoint()
| void iAChartFunctionGaussian::moveSelectedPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
overridevirtual |
◆ numPoints()
| size_t iAChartFunctionGaussian::numPoints |
( |
| ) |
const |
|
overridevirtual |
◆ removePoint()
| void iAChartFunctionGaussian::removePoint |
( |
int |
| ) |
|
|
inlineoverridevirtual |
◆ reset()
| void iAChartFunctionGaussian::reset |
( |
| ) |
|
|
overridevirtual |
◆ selectPoint()
| int iAChartFunctionGaussian::selectPoint |
( |
QMouseEvent * |
event, |
|
|
int * |
x = nullptr |
|
) |
| |
|
overridevirtual |
◆ setMean() [1/2]
| void iAChartFunctionGaussian::setMean |
( |
double |
mean | ) |
|
|
inline |
◆ setMean() [2/2]
| void iAChartFunctionGaussian::setMean |
( |
int |
mean | ) |
|
|
inline |
◆ setMultiplier() [1/2]
| void iAChartFunctionGaussian::setMultiplier |
( |
double |
multiplier | ) |
|
|
inline |
◆ setMultiplier() [2/2]
| void iAChartFunctionGaussian::setMultiplier |
( |
int |
multiplier | ) |
|
◆ setSigma() [1/2]
| void iAChartFunctionGaussian::setSigma |
( |
double |
sigma | ) |
|
|
inline |
◆ setSigma() [2/2]
| void iAChartFunctionGaussian::setSigma |
( |
int |
sigma | ) |
|
|
inline |
The documentation for this class was generated from the following files: