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
|
Classes | |
class | JKQTPGraphErrorStyleMixin |
This mix-in class assembles all styling properties applicable to error indicators. More... | |
class | JKQTPXGraphErrorData |
This class adds data fields for error indicators in x direction. More... | |
class | JKQTPXGraphErrors |
This class is the base class for graphs that only display error indicators in x-direction. More... | |
class | JKQTPXYGraphErrors |
This class is the base class for graphs that only display error indicators in x- and y-direction. More... | |
class | JKQTPYGraphErrorData |
This class adds data fields for error indicators in y direction. More... | |
class | JKQTPYGraphErrors |
This class is the base class for graphs that only display error indicators in y-direction. More... | |
Typedefs | |
typedef QFlags< JKQTPCADrawModeElements > | JKQTPCADrawMode |
drawing mode for a coordinate axis | |
typedef QFlags< JKQTPErrorPlotstyleElements > | JKQTPErrorPlotstyle |
specifies the plot styles for the error information, e.g. error bars, boxes, lines ... | |
typedef QFlags< PainterFlag > | JKQTPEnhancedPainter::PainterFlags |
specifies the plot styles for the error information, e.g. error bars, boxes, lines ... | |
Enumerations | |
enum | JKQTPErrorPlotstyleElements { JKQTPNoError =0x00 , JKQTPErrorSimpleBars =0x01 , JKQTPErrorLines =0x04 , JKQTPErrorPolygons =0x08 , JKQTPErrorEllipses =0x10 , JKQTPErrorBoxes =0x20 , JKQTPErrorDirectionBoth =0x000 , JKQTPErrorDirectionOutwards =0x100 , JKQTPErrorDirectionInwards =0x200 , JKQTPErrorDirectionAbove =04200 , JKQTPErrorDirectionBelow =0x800 , JKQTPErrorIndicatorNone =0x0000 , JKQTPErrorIndicatorBar =0x1000 , JKQTPErrorIndicatorArrows =0x2000 , JKQTPErrorIndicatorInwardArrows =0x4000 , JKQTPErrorArrows =JKQTPErrorSimpleBars|JKQTPErrorIndicatorArrows , JKQTPErrorInwardArrows =JKQTPErrorSimpleBars|JKQTPErrorIndicatorInwardArrows , JKQTPErrorBars =JKQTPErrorSimpleBars|JKQTPErrorIndicatorBar , JKQTPErrorSimpleBarsPolygons =JKQTPErrorSimpleBars|JKQTPErrorPolygons , JKQTPErrorSimpleBarsLines =JKQTPErrorSimpleBars|JKQTPErrorLines , JKQTPErrorHalfBarsOutwards =JKQTPErrorBars|JKQTPErrorDirectionOutwards , JKQTPErrorHalfBarsInwards =JKQTPErrorBars|JKQTPErrorDirectionInwards , JKQTPErrorHalfBarsAbove =JKQTPErrorBars|JKQTPErrorDirectionAbove , JKQTPErrorHalfBarsBelow =JKQTPErrorBars|JKQTPErrorDirectionBelow , JKQTPErrorBarsLines =JKQTPErrorBars|JKQTPErrorLines , JKQTPErrorBarsPolygons =JKQTPErrorBars|JKQTPErrorPolygons } |
specifies the plot styles for the error information, e.g. error bars, boxes, lines ... More... | |
Functions | |
JKQTPLOTTER_LIB_EXPORT QString | JKQTPErrorPlotstyle2String (JKQTPErrorPlotstyle pos) |
converts a JKQTPErrorPlotstyle variable into a human-readable string | |
JKQTPLOTTER_LIB_EXPORT JKQTPErrorPlotstyle | String2JKQTPErrorPlotstyle (const QString &pos) |
converts a String into a JKQTPErrorPlotstyle | |
typedef QFlags< JKQTPCADrawModeElements > JKQTPCADrawMode |
drawing mode for a coordinate axis
QFlags< JKQTPCADrawModeElements >
. It stores an OR (||
) combination of JKQTPCADrawModeElements values.typedef QFlags< JKQTPErrorPlotstyleElements > JKQTPErrorPlotstyle |
specifies the plot styles for the error information, e.g. error bars, boxes, lines ...
QFlags< JKQTPErrorPlotstyleElements >
. It stores an OR (||
) combination of JKQTPErrorPlotstyleElements values.typedef QFlags< PainterFlag > JKQTPEnhancedPainter::PainterFlags |
specifies the plot styles for the error information, e.g. error bars, boxes, lines ...
QFlags< JKQTPErrorPlotstyleElements >
. It stores an OR (||
) combination of JKQTPErrorPlotstyleElements values.specifies the plot styles for the error information, e.g. error bars, boxes, lines ...
JKQTPLOTTER_LIB_EXPORT QString JKQTPErrorPlotstyle2String | ( | JKQTPErrorPlotstyle | pos | ) |
converts a JKQTPErrorPlotstyle variable into a human-readable string
JKQTPLOTTER_LIB_EXPORT JKQTPErrorPlotstyle String2JKQTPErrorPlotstyle | ( | const QString & | pos | ) |
converts a String into a JKQTPErrorPlotstyle