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
|
tool class with static values used by JKQTPlotter/JKQTBasePlotter More...
#include <jkqtpdrawingtools.h>
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 | |
tool class with static values used by JKQTPlotter/JKQTBasePlotter
typedef JKQTPSynchronized<QVector<JKQTPCustomGraphSymbolFunctor>>::ReadLocker JKQTPlotterDrawingTools::SymbolsReadLocker |
typedef JKQTPSynchronized<QVector<JKQTPCustomGraphSymbolFunctor>>::WriteLocker JKQTPlotterDrawingTools::SymbolsWriteLocker |
|
static |
smallest linewidth any line in JKQTPlotter/JKQTBasePlotter may have
|
static |
a special placeholder that can be used to indicate that a color should be replaced by the "current color" in a certain context
|
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
|
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
|
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
|
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
|
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