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
Loading...
Searching...
No Matches

describes a marker to be drawn by paintUserAction() More...

#include <jkqtplotter.h>

Collaboration diagram for JKQTPlotter::MouseDragMarker:
[legend]

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
 
JKQTPPlotElementgraph
 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
 

Detailed Description

describes a marker to be drawn by paintUserAction()

Constructor & Destructor Documentation

◆ MouseDragMarker()

JKQTPlotter::MouseDragMarker::MouseDragMarker ( const QPoint &  pos_,
const QString &  label_,
const QString &  title_,
const QColor &  color_,
const QImage &  keymarker_ = QImage(),
JKQTPPlotElement _graph = nullptr 
)
inline

Member Data Documentation

◆ color

QColor JKQTPlotter::MouseDragMarker::color

color for the marker

◆ graph

JKQTPPlotElement* JKQTPlotter::MouseDragMarker::graph

graph that created that marker

◆ keyMarker

QImage JKQTPlotter::MouseDragMarker::keyMarker

key marker image

◆ label

QString JKQTPlotter::MouseDragMarker::label

marker label

◆ pos

QPoint JKQTPlotter::MouseDragMarker::pos

position of the marker in screen pixels

◆ title

QString JKQTPlotter::MouseDragMarker::title

graph label


The documentation for this struct was generated from the following file: