JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
|
describes a marker to be drawn by paintUserAction() More...
#include <jkqtplotter.h>
Public Member Functions | |
MouseDragMarker (const QPoint &pos_, const QString &label_, const QString &title_, const QColor &color_, const QImage &keymarker_=QImage(), JKQTPPlotElement *_graph=nullptr) | |
Public Attributes | |
QColor | color |
color for the marker | |
JKQTPPlotElement * | graph |
graph that created that marker | |
QImage | keyMarker |
key marker image | |
QString | label |
marker label | |
QPoint | pos |
position of the marker in screen pixels | |
QString | title |
graph label | |
describes a marker to be drawn by paintUserAction()
|
inline |
QColor JKQTPlotter::MouseDragMarker::color |
color for the marker
JKQTPPlotElement* JKQTPlotter::MouseDragMarker::graph |
graph that created that marker
QImage JKQTPlotter::MouseDragMarker::keyMarker |
key marker image
QString JKQTPlotter::MouseDragMarker::label |
marker label
QPoint JKQTPlotter::MouseDragMarker::pos |
position of the marker in screen pixels
QString JKQTPlotter::MouseDragMarker::title |
graph label