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
Collaboration diagram for Styling System Classes:

Classes

class  JKQTAnnotationsSpecificStyleProperties
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of annotation elements. More...
class  JKQTBarchartSpecificStyleProperties
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of barchart elements. More...
class  JKQTBasePlotterStyle
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of a JKQTBasePlotter. More...
class  JKQTFillStyleSummmary
 Support Class for JKQTBasePlotter, which summarizes a fill style. More...
class  JKQTFinancialSpecificStyleProperties
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of impulse/stick graph elements. More...
class  JKQTGeometricSpecificStyleProperties
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of geometric elements. More...
class  JKQTGraphsBaseStyle
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of a JKQTBasePlotter. More...
class  JKQTGraphsSpecificStyleProperties
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of graphs. More...
class  JKQTImpulseSpecificStyleProperties
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of impulse/stick graph elements. More...
class  JKQTPColorbarCoordinateAxisStyle
 Support Class for JKQTPCoordinateAxis, which summarizes all properties that define the visual styling of a JKQTPCoordinateAxis used for colorbars outside the plot. More...
struct  JKQTPColorDerivationMode
 Specifies how a fill-color is derived from a given color. More...
class  JKQTPCoordinateAxisStyle
 Support Class for JKQTPCoordinateAxis, which summarizes all properties that define the visual styling of a JKQTPCoordinateAxis. More...
class  JKQTPGridStyle
 Support Class for JKQTPCoordinateAxis, and summarizes all properties that define the visual styling of a grid (minor or major), associated with a JKQTPCoordinateAxis. More...
class  JKQTPKeyStyle
 Support Class for JKQTBasePlotter, which summarizes all properties that define the visual styling of the key in a JKQTBasePlotter. More...
class  JKQTPlotterStyle
 Support Class for JKQTPlotter, which summarizes all properties that define the visual styling of a JKQTPlotter. More...

Functions

JKQTPLOTTER_LIB_EXPORT QString JKQTPColorDerivationMode2String (JKQTPColorDerivationMode mode)
 convert a JKQTPColorDerivationMode to a QString
JKQTPLOTTER_LIB_EXPORT QColor JKQTPGetDerivedColor (JKQTPColorDerivationMode mode, const QColor &basecolor)
 use a JKQTPColorDerivationMode to derive a color from col as specified
JKQTPLOTTER_LIB_EXPORT JKQTBasePlotterStyleJKQTPGetSystemDefaultBaseStyle ()
 returns the system-wide default JKQTPlotterStyle
JKQTPLOTTER_LIB_EXPORT JKQTPlotterStyleJKQTPGetSystemDefaultStyle ()
 returns the system-wide default JKQTPlotterStyle
JKQTPLOTTER_LIB_EXPORT void JKQTPSetSystemDefaultBaseStyle (JKQTBasePlotterStyle &newStyle)
 replaces the system-wide default JKQTPlotterStyle with the given newStyle
JKQTPLOTTER_LIB_EXPORT void JKQTPSetSystemDefaultStyle (JKQTPlotterStyle &newStyle)
 replaces the system-wide default JKQTPlotterStyle with the given newStyle
QColor QColorWithAlpha (const QColor &color, int alpha)
 construct a QColor, based on the given color, but with alpha set to the specified value alpha
QColor QColorWithAlphaF (const QColor &color, qreal alphaF)
 construct a QColor, based on the given color, but with alpha set to the specified value alphaF
JKQTPLOTTER_LIB_EXPORT JKQTPColorDerivationMode String2JKQTPColorDerivationMode (const QString &mode)
 convert a QString (created by JKQTPColorDerivationMode2String() ) to JKQTPColorDerivationMode

Detailed Description

This group assembles all classes that for the styling system of JKQTPlotter.

See also
Styling System

Function Documentation

◆ JKQTPColorDerivationMode2String()

◆ JKQTPGetDerivedColor()

JKQTPLOTTER_LIB_EXPORT QColor JKQTPGetDerivedColor ( JKQTPColorDerivationMode mode,
const QColor & basecolor )

use a JKQTPColorDerivationMode to derive a color from col as specified

Parameters
modethe mode of how to modify the given color basecolor
basecolorthe color in which to base the derivation
See also
JKQTPColorDerivationMode

◆ JKQTPGetSystemDefaultBaseStyle()

◆ JKQTPGetSystemDefaultStyle()

◆ JKQTPSetSystemDefaultBaseStyle()

JKQTPLOTTER_LIB_EXPORT void JKQTPSetSystemDefaultBaseStyle ( JKQTBasePlotterStyle & newStyle)

◆ JKQTPSetSystemDefaultStyle()

JKQTPLOTTER_LIB_EXPORT void JKQTPSetSystemDefaultStyle ( JKQTPlotterStyle & newStyle)

◆ QColorWithAlpha()

QColor QColorWithAlpha ( const QColor & color,
int alpha )
inline

construct a QColor, based on the given color, but with alpha set to the specified value alpha

See also
QColorWithAlphaF()

◆ QColorWithAlphaF()

QColor QColorWithAlphaF ( const QColor & color,
qreal alphaF )
inline

construct a QColor, based on the given color, but with alpha set to the specified value alphaF

See also
QColorWithAlpha()

◆ String2JKQTPColorDerivationMode()