#include <iAChartFunctionBezier.h>
|
| void | addColorPoint (int, double, double, double) override |
| |
| int | addPoint (int x, int y) override |
| |
| void | changeColor (QMouseEvent *) override |
| |
| void | draw (QPainter &painter) override |
| |
| void | draw (QPainter &painter, QColor penColor, int lineWidth) override |
| |
| void | drawOnTop (QPainter &) override |
| |
| std::vector< QPointF > & | getPoints () |
| |
| int | getSelectedPoint () override |
| |
| int | getType () override |
| |
| | iAChartFunctionBezier (iAChartWithFunctionsWidget *chart, QColor &color, bool reset=true) |
| |
| bool | isColored () override |
| |
| bool | isDeletable (int index) override |
| |
| bool | isEndPoint (int index) override |
| |
| void | mouseReleaseEvent (QMouseEvent *event) override |
| |
| void | moveSelectedPoint (int x, int y) override |
| |
| size_t | numPoints () const override |
| |
| void | push_back (double x, double y) |
| |
| void | removePoint (int index) override |
| |
| void | reset () override |
| |
| int | selectPoint (QMouseEvent *event, int *x=nullptr) override |
| |
| | iAChartFunction (iAChartWithFunctionsWidget *chart) |
| |
| virtual void | mouseReleaseEventAfterNewPoint (QMouseEvent *) |
| |
◆ iAChartFunctionBezier()
◆ addColorPoint()
| void iAChartFunctionBezier::addColorPoint |
( |
int |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
inlineoverridevirtual |
◆ addPoint()
| int iAChartFunctionBezier::addPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
overridevirtual |
◆ changeColor()
| void iAChartFunctionBezier::changeColor |
( |
QMouseEvent * |
| ) |
|
|
inlineoverridevirtual |
◆ draw() [1/2]
| void iAChartFunctionBezier::draw |
( |
QPainter & |
painter | ) |
|
|
overridevirtual |
◆ draw() [2/2]
| void iAChartFunctionBezier::draw |
( |
QPainter & |
painter, |
|
|
QColor |
penColor, |
|
|
int |
lineWidth |
|
) |
| |
|
overridevirtual |
◆ drawOnTop()
| void iAChartFunctionBezier::drawOnTop |
( |
QPainter & |
| ) |
|
|
inlineoverridevirtual |
◆ getPoints()
| std::vector<QPointF>& iAChartFunctionBezier::getPoints |
( |
| ) |
|
|
inline |
◆ getSelectedPoint()
| int iAChartFunctionBezier::getSelectedPoint |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getType()
| int iAChartFunctionBezier::getType |
( |
| ) |
|
|
inlineoverridevirtual |
◆ isColored()
| bool iAChartFunctionBezier::isColored |
( |
| ) |
|
|
inlineoverridevirtual |
◆ isDeletable()
| bool iAChartFunctionBezier::isDeletable |
( |
int |
index | ) |
|
|
overridevirtual |
◆ isEndPoint()
| bool iAChartFunctionBezier::isEndPoint |
( |
int |
index | ) |
|
|
overridevirtual |
◆ mouseReleaseEvent()
| void iAChartFunctionBezier::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
overridevirtual |
◆ moveSelectedPoint()
| void iAChartFunctionBezier::moveSelectedPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
overridevirtual |
◆ numPoints()
| size_t iAChartFunctionBezier::numPoints |
( |
| ) |
const |
|
overridevirtual |
◆ push_back()
| void iAChartFunctionBezier::push_back |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ removePoint()
| void iAChartFunctionBezier::removePoint |
( |
int |
index | ) |
|
|
overridevirtual |
◆ reset()
| void iAChartFunctionBezier::reset |
( |
| ) |
|
|
overridevirtual |
◆ selectPoint()
| int iAChartFunctionBezier::selectPoint |
( |
QMouseEvent * |
event, |
|
|
int * |
x = nullptr |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: