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
JKQTPlotterDrawingTools Struct Reference

tool class with static values used by JKQTPlotter/JKQTBasePlotter More...

#include <jkqtpdrawingtools.h>

Collaboration diagram for JKQTPlotterDrawingTools:
[legend]

Public Types

typedef JKQTPSynchronized< QVector< JKQTPCustomGraphSymbolFunctor > >::ReadLocker SymbolsReadLocker
 
typedef JKQTPSynchronized< QVector< JKQTPCustomGraphSymbolFunctor > >::WriteLocker SymbolsWriteLocker
 

Static Public Attributes

static JKQTCOMMON_LIB_EXPORT const double ABS_MIN_LINEWIDTH
 smallest linewidth any line in JKQTPlotter/JKQTBasePlotter may have
 
static JKQTCOMMON_LIB_EXPORT const QColor CurrentColorPlaceholder
 a special placeholder that can be used to indicate that a color should be replaced by the "current color" in a certain context
 
static JKQTCOMMON_LIB_EXPORT const QColor CurrentColorPlaceholder_Trans10
 a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 10% transparency in a certain context
 
static JKQTCOMMON_LIB_EXPORT const QColor CurrentColorPlaceholder_Trans25
 a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 25% transparency in a certain context
 
static JKQTCOMMON_LIB_EXPORT const QColor CurrentColorPlaceholder_Trans50
 a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 50% transparency in a certain context
 
static JKQTCOMMON_LIB_EXPORT const QColor CurrentColorPlaceholder_Trans75
 a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 75% transparency in a certain context
 
static JKQTCOMMON_LIB_EXPORT const QColor CurrentColorPlaceholder_Trans90
 a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 90% transparency in a certain context
 
static JKQTCOMMON_LIB_EXPORT JKQTPSynchronized< QVector< JKQTPCustomGraphSymbolFunctor > > JKQTPCustomGraphSymbolStore
 stores all custom JKQTPGraphSymbols registered using JKQTPRegisterCustomGraphSymbol
 

Detailed Description

tool class with static values used by JKQTPlotter/JKQTBasePlotter

Member Typedef Documentation

◆ SymbolsReadLocker

◆ SymbolsWriteLocker

Member Data Documentation

◆ ABS_MIN_LINEWIDTH

JKQTCOMMON_LIB_EXPORT const double JKQTPlotterDrawingTools::ABS_MIN_LINEWIDTH
static

smallest linewidth any line in JKQTPlotter/JKQTBasePlotter may have

◆ CurrentColorPlaceholder

JKQTCOMMON_LIB_EXPORT const QColor JKQTPlotterDrawingTools::CurrentColorPlaceholder
static

a special placeholder that can be used to indicate that a color should be replaced by the "current color" in a certain context

See also
JKQTPReplaceCurrentColor() , JKQTFillStyleSummmary

◆ CurrentColorPlaceholder_Trans10

JKQTCOMMON_LIB_EXPORT const QColor JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans10
static

a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 10% transparency in a certain context

See also
JKQTPReplaceCurrentColor(), JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans10, ... , JKQTFillStyleSummmary

◆ CurrentColorPlaceholder_Trans25

JKQTCOMMON_LIB_EXPORT const QColor JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans25
static

a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 25% transparency in a certain context

See also
JKQTPReplaceCurrentColor(), JKQTPlotterDrawingTools::CurrentColorPlaceholder, ... , JKQTFillStyleSummmary

◆ CurrentColorPlaceholder_Trans50

JKQTCOMMON_LIB_EXPORT const QColor JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans50
static

a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 50% transparency in a certain context

See also
JKQTPReplaceCurrentColor(), JKQTPlotterDrawingTools::CurrentColorPlaceholder, JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans10, ... , JKQTFillStyleSummmary

◆ CurrentColorPlaceholder_Trans75

JKQTCOMMON_LIB_EXPORT const QColor JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans75
static

a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 75% transparency in a certain context

See also
JKQTPReplaceCurrentColor(), JKQTPlotterDrawingTools::CurrentColorPlaceholder, JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans10, ... , JKQTFillStyleSummmary

◆ CurrentColorPlaceholder_Trans90

JKQTCOMMON_LIB_EXPORT const QColor JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans90
static

a special placeholder that can be used to indicate that a color should be replaced by the "current color", but with 90% transparency in a certain context

See also
JKQTPReplaceCurrentColor(), JKQTPlotterDrawingTools::CurrentColorPlaceholder, JKQTPlotterDrawingTools::CurrentColorPlaceholder_Trans10, ... , JKQTFillStyleSummmary

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