|
| JKQTPXYGraphErrors () |
| class contructor
|
|
virtual | ~JKQTPXYGraphErrors ()=default |
|
virtual bool | errorUsesColumn (int c) const |
| returns true, if the error plots use the given column
|
|
| JKQTPXGraphErrorData () |
| class contructor
|
|
virtual | ~JKQTPXGraphErrorData ()=default |
|
int | getXErrorColumn () const |
| the column that contains the error of the x-component of the datapoints
|
|
int | getXErrorColumnLower () const |
| the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if xErrorSymmetric ==false .
|
|
JKQTPErrorPlotstyle | getXErrorStyle () const |
| how to draw the errors (if available) of the x-value
|
|
bool | getXErrorSymmetric () const |
| indicates whether the x-errors are symmetric (from one column only)
|
|
void | setXErrorColumn (int __value) |
| the column that contains the error of the x-component of the datapoints
|
|
void | setXErrorColumnLower (int __value) |
| the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if xErrorSymmetric ==false .
|
|
void | setXErrorStyle (JKQTPErrorPlotstyle __value) |
| how to draw the errors (if available) of the x-value
|
|
void | setXErrorSymmetric (bool __value) |
| indicates whether the x-errors are symmetric (from one column only)
|
|
| JKQTPYGraphErrorData () |
| class contructor
|
|
virtual | ~JKQTPYGraphErrorData ()=default |
|
int | getYErrorColumn () const |
| the column that contains the error of the x-component of the datapoints
|
|
int | getYErrorColumnLower () const |
| the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if yErrorSymmetric ==false .
|
|
JKQTPErrorPlotstyle | getYErrorStyle () const |
| how to draw the errors (if available) of the x-value
|
|
bool | getYErrorSymmetric () const |
| indicates whether the x-errors are symmetric (from one column only)
|
|
void | setYErrorColumn (int __value) |
| the column that contains the error of the x-component of the datapoints
|
|
void | setYErrorColumnLower (int __value) |
| the column that contains the error of the x-component of the datapoints. This is used as the lower error length, if yErrorSymmetric ==false .
|
|
void | setYErrorStyle (JKQTPErrorPlotstyle __value) |
| how to draw the errors (if available) of the x-value
|
|
void | setYErrorSymmetric (bool __value) |
| indicates whether the x-errors are symmetric (from one column only)
|
|
| JKQTPGraphErrorStyleMixin () |
| class contructor
|
|
virtual | ~JKQTPGraphErrorStyleMixin ()=default |
|
double | getErrorBarCapSize () const |
| size of the error bar end markers [pt]
|
|
QColor | getErrorFillColor () const |
| get the fill color of the error indicators
|
|
const QGradient * | getErrorFillGradient () const |
| get the gradient object of the error indicator filling
|
|
Qt::BrushStyle | getErrorFillStyle () const |
| get the fill style of the error indicators
|
|
QPixmap | getErrorFillTexture () const |
| set the color of the error indicator filling
|
|
QImage | getErrorFillTextureImage () const |
| set the color of the error indicator filling
|
|
QBrush | getErrorLineBrush () const |
| gets the brush used to fill the line area of the error indicator (out)lines
|
|
Qt::PenCapStyle | getErrorLineCapStyle () const |
| gets the cap style of the error indicator (out)lines
|
|
QColor | getErrorLineColor () const |
| get the color of the error indicator (out)lines
|
|
qreal | getErrorLineDashOffset () const |
| returns the dash offset for a custom dash style of the error indicator (out)lines
|
|
QVector< qreal > | getErrorLineDashPattern () const |
| gets the dash pattern for a custom dash style of the error indicator (out)lines
|
|
Qt::PenJoinStyle | getErrorLineJoinStyle () const |
| returns the join style of the error indicator (out)lines
|
|
Qt::PenStyle | getErrorLineStyle () const |
| get the style of the error indicator (out)lines
|
|
double | getErrorLineWidth () const |
| get the width [pt] of the error indicator (out)lines
|
|
void | initErrorStyle (JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default) |
| initiaize the error indicator style (from the parent plotter)
|
|
void | setErrorBarCapSize (double __value) |
| size of the error bar end markers [pt]
|
|
void | setErrorColorFromGraphColor (QColor graphColor) |
| derive the colors of the error indicators from a given color
|
|
void | setErrorFillBrush (const QBrush &b) |
| sets an error indicator fill brush (overwrites all internal properties!)
|
|
void | setErrorFillColor (const QColor &__value) |
| set the fill color of the error indicators
|
|
void | setErrorFillGradient (const QGradient &__value) |
| set the filling of the error indicators to a gradient and sets fill style to a gradient setting
|
|
void | setErrorFillStyle (Qt::BrushStyle __value) |
| set the fill style of the error indicators
|
|
void | setErrorFillTexture (const QImage &__value) |
| set the color of the error indicator filling and sets fill style to Qt::TexturePattern
|
|
void | setErrorFillTexture (const QPixmap &__value) |
| set the color of the error indicator filling and sets fill style to Qt::TexturePattern
|
|
void | setErrorFillTransform (const QTransform &b) |
| sets an error indicator fill transformation
|
|
void | setErrorLineBrush (const QBrush &style) |
| sets the brush used to fill the line area of the error indicator (out)lines
|
|
void | setErrorLineCapStyle (Qt::PenCapStyle style) |
| sets the cap style of the error indicator (out)lines
|
|
void | setErrorLineColor (const QColor &__value) |
| set the color of the error indicator (out)lines
|
|
void | setErrorLineDashOffset (qreal offset) |
| sets the dash offset for a custom dash style of the error indicator (out)lines
|
|
void | setErrorLineDashPattern (const QVector< qreal > &pattern) |
| sets the dash pattern for a custom dash style of the error indicator (out)lines
|
|
void | setErrorLineJoinStyle (Qt::PenJoinStyle style) |
| sets the join style of the error indicator (out)lines
|
|
void | setErrorLineStyle (Qt::PenStyle __value) |
| set the style of the error indicator (out)lines
|
|
void | setErrorLineWidth (double __value) |
| set the width [pt] of the error indicator (out)lines
|
|
void | setErrorStyleFromPen (const JKQTBasePlotter::JKQTPPen &pen) |
| derive the properties of the error indicators from pen
|
|