Abstract base class for representing some kind of function in an an iAChartWithFunctionsWidget.
More...
#include <iAChartFunction.h>
|
| static int | pointRadius (bool selected) |
| | size of a point in pixels
|
| |
Abstract base class for representing some kind of function in an an iAChartWithFunctionsWidget.
◆ iAChartFunction()
◆ addColorPoint()
| virtual void iAChartFunction::addColorPoint |
( |
int | x, |
|
|
double | red = -1.0, |
|
|
double | green = -1.0, |
|
|
double | blue = -1.0 ) |
|
pure virtual |
◆ addPoint()
| virtual int iAChartFunction::addPoint |
( |
int | mouseX, |
|
|
int | mouseY ) |
|
pure virtual |
◆ changeColor()
| void iAChartFunction::changeColor |
( |
| ) |
|
|
virtual |
◆ draw() [1/2]
| virtual void iAChartFunction::draw |
( |
QPainter & | painter | ) |
|
|
pure virtual |
◆ draw() [2/2]
| virtual void iAChartFunction::draw |
( |
QPainter & | painter, |
|
|
QColor | color, |
|
|
int | lineWidth ) |
|
pure virtual |
◆ drawOnTop()
| virtual void iAChartFunction::drawOnTop |
( |
QPainter & | painter | ) |
|
|
pure virtual |
◆ getSelectedPoint()
| virtual int iAChartFunction::getSelectedPoint |
( |
| ) |
const |
|
pure virtual |
◆ isColored()
| bool iAChartFunction::isColored |
( |
| ) |
const |
|
virtual |
◆ isDeletable()
| virtual bool iAChartFunction::isDeletable |
( |
int | index | ) |
const |
|
pure virtual |
◆ isEndPoint()
| virtual bool iAChartFunction::isEndPoint |
( |
int | index | ) |
const |
|
pure virtual |
◆ mouseReleaseEvent()
| void iAChartFunction::mouseReleaseEvent |
( |
QMouseEvent * | | ) |
|
|
virtual |
◆ mouseReleaseEventAfterNewPoint()
| void iAChartFunction::mouseReleaseEventAfterNewPoint |
( |
QMouseEvent * | | ) |
|
|
virtual |
◆ moveSelectedPoint()
| virtual void iAChartFunction::moveSelectedPoint |
( |
int | mouseX, |
|
|
int | mouseY ) |
|
pure virtual |
◆ name()
| virtual QString iAChartFunction::name |
( |
| ) |
const |
|
pure virtual |
◆ numPoints()
| virtual size_t iAChartFunction::numPoints |
( |
| ) |
const |
|
pure virtual |
◆ pointRadius()
| int iAChartFunction::pointRadius |
( |
bool | selected | ) |
|
|
static |
size of a point in pixels
◆ removePoint()
| virtual void iAChartFunction::removePoint |
( |
int | index | ) |
|
|
pure virtual |
◆ reset()
| virtual void iAChartFunction::reset |
( |
| ) |
|
|
pure virtual |
◆ selectPoint()
| virtual int iAChartFunction::selectPoint |
( |
int | mouseX, |
|
|
int | mouseY ) |
|
pure virtual |
◆ DefaultColor
| const QColor iAChartFunction::DefaultColor |
|
static |
◆ LineWidthSelected
| const int iAChartFunction::LineWidthSelected = 2 |
|
static |
◆ LineWidthUnselected
| const int iAChartFunction::LineWidthUnselected = 1 |
|
static |
◆ m_chart
◆ PointRadius
| const int iAChartFunction::PointRadius = 6 |
|
static |
◆ PointRadiusSelected
| const int iAChartFunction::PointRadiusSelected = 10 |
|
static |
The documentation for this class was generated from the following files: