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
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
Loading...
Searching...
No Matches
JKQTPSymbolPathsInternnal Struct Reference

internal datastructure used in JKQTPPlotSymbol() to precalculate certain data only once per runtime More...

#include <jkqtpdrawingtools.h>

Public Member Functions

 JKQTPSymbolPathsInternnal ()
 

Public Attributes

QPainterPath filledpaths
 
QPolygonF filledpolygons
 
QVector< QLineF > lines
 
QPainterPath paths
 
qreal pathsrotation
 
QPolygonF polygons
 

Detailed Description

internal datastructure used in JKQTPPlotSymbol() to precalculate certain data only once per runtime

Constructor & Destructor Documentation

◆ JKQTPSymbolPathsInternnal()

JKQTPSymbolPathsInternnal::JKQTPSymbolPathsInternnal ( )
inline

Member Data Documentation

◆ filledpaths

QPainterPath JKQTPSymbolPathsInternnal::filledpaths

◆ filledpolygons

QPolygonF JKQTPSymbolPathsInternnal::filledpolygons

◆ lines

QVector<QLineF> JKQTPSymbolPathsInternnal::lines

◆ paths

QPainterPath JKQTPSymbolPathsInternnal::paths

◆ pathsrotation

qreal JKQTPSymbolPathsInternnal::pathsrotation

◆ polygons

QPolygonF JKQTPSymbolPathsInternnal::polygons

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