Dataset for a single point on the graph, associated with its data-column index and a label that can be used by a basic implementation of hitTest()
More...
#include <jkqtpgraphsbase.h>
|
int | index |
| index of the hit-test point in the linked data-columns (or -1)
|
|
QString | label |
| label for that specific hit-test point
|
|
QPointF | pos |
| position of the hit-test point
|
|
Dataset for a single point on the graph, associated with its data-column index and a label that can be used by a basic implementation of hitTest()
- See also
- hitTest()
◆ HitTestLocation() [1/5]
JKQTPPlotElement::HitTestLocation::HitTestLocation |
( |
| ) |
|
|
inline |
◆ HitTestLocation() [2/5]
JKQTPPlotElement::HitTestLocation::HitTestLocation |
( |
double |
x_, |
|
|
double |
y_, |
|
|
const QString & |
label_ |
|
) |
| |
|
inline |
◆ HitTestLocation() [3/5]
JKQTPPlotElement::HitTestLocation::HitTestLocation |
( |
const QPointF & |
pos_, |
|
|
const QString & |
label_ |
|
) |
| |
|
inline |
◆ HitTestLocation() [4/5]
JKQTPPlotElement::HitTestLocation::HitTestLocation |
( |
double |
x_, |
|
|
double |
y_, |
|
|
int |
index_, |
|
|
const QString & |
label_ |
|
) |
| |
|
inline |
◆ HitTestLocation() [5/5]
JKQTPPlotElement::HitTestLocation::HitTestLocation |
( |
const QPointF & |
pos_, |
|
|
int |
index_, |
|
|
const QString & |
label_ |
|
) |
| |
|
inline |
◆ index
int JKQTPPlotElement::HitTestLocation::index |
index of the hit-test point in the linked data-columns (or -1)
◆ label
QString JKQTPPlotElement::HitTestLocation::label |
label for that specific hit-test point
◆ pos
QPointF JKQTPPlotElement::HitTestLocation::pos |
position of the hit-test point
The documentation for this struct was generated from the following file: