#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-2.0.1/qcustomplot.h>
◆ BracketStyle
Defines which shape is drawn at the boundaries of selected data ranges.
Some of the bracket styles further allow specifying a height and/or width, see setBracketHeight and setBracketWidth.
Enumerator |
---|
bsSquareBracket | A square bracket is drawn.
|
bsHalfEllipse | A half ellipse is drawn. The size of the ellipse is given by the bracket width/height properties.
|
bsEllipse | An ellipse is drawn. The size of the ellipse is given by the bracket width/height properties.
|
bsPlus | A plus is drawn.
|
bsUserStyle | Start custom bracket styles at this index when subclassing and reimplementing drawBracket.
|
◆ QCPSelectionDecoratorBracket()
QCPSelectionDecoratorBracket::QCPSelectionDecoratorBracket |
( |
| ) |
|
◆ ~QCPSelectionDecoratorBracket()
virtual QCPSelectionDecoratorBracket::~QCPSelectionDecoratorBracket |
( |
| ) |
|
|
virtual |
◆ bracketBrush()
QBrush QCPSelectionDecoratorBracket::bracketBrush |
( |
| ) |
const |
|
inline |
◆ bracketHeight()
int QCPSelectionDecoratorBracket::bracketHeight |
( |
| ) |
const |
|
inline |
◆ bracketPen()
QPen QCPSelectionDecoratorBracket::bracketPen |
( |
| ) |
const |
|
inline |
◆ bracketStyle()
BracketStyle QCPSelectionDecoratorBracket::bracketStyle |
( |
| ) |
const |
|
inline |
◆ bracketWidth()
int QCPSelectionDecoratorBracket::bracketWidth |
( |
| ) |
const |
|
inline |
◆ drawBracket()
virtual void QCPSelectionDecoratorBracket::drawBracket |
( |
QCPPainter * |
painter, |
|
|
int |
direction |
|
) |
| const |
|
virtual |
◆ drawDecoration()
◆ getPixelCoordinates()
QPointF QCPSelectionDecoratorBracket::getPixelCoordinates |
( |
const QCPPlottableInterface1D * |
interface1d, |
|
|
int |
dataIndex |
|
) |
| const |
|
protected |
◆ getTangentAngle()
double QCPSelectionDecoratorBracket::getTangentAngle |
( |
const QCPPlottableInterface1D * |
interface1d, |
|
|
int |
dataIndex, |
|
|
int |
direction |
|
) |
| const |
|
protected |
◆ setBracketBrush()
void QCPSelectionDecoratorBracket::setBracketBrush |
( |
const QBrush & |
brush | ) |
|
◆ setBracketHeight()
void QCPSelectionDecoratorBracket::setBracketHeight |
( |
int |
height | ) |
|
◆ setBracketPen()
void QCPSelectionDecoratorBracket::setBracketPen |
( |
const QPen & |
pen | ) |
|
◆ setBracketStyle()
void QCPSelectionDecoratorBracket::setBracketStyle |
( |
BracketStyle |
style | ) |
|
◆ setBracketWidth()
void QCPSelectionDecoratorBracket::setBracketWidth |
( |
int |
width | ) |
|
◆ setTangentAverage()
void QCPSelectionDecoratorBracket::setTangentAverage |
( |
int |
pointCount | ) |
|
◆ setTangentToData()
void QCPSelectionDecoratorBracket::setTangentToData |
( |
bool |
enabled | ) |
|
◆ tangentAverage()
int QCPSelectionDecoratorBracket::tangentAverage |
( |
| ) |
const |
|
inline |
◆ tangentToData()
bool QCPSelectionDecoratorBracket::tangentToData |
( |
| ) |
const |
|
inline |
◆ mBracketBrush
QBrush QCPSelectionDecoratorBracket::mBracketBrush |
|
protected |
◆ mBracketHeight
int QCPSelectionDecoratorBracket::mBracketHeight |
|
protected |
◆ mBracketPen
QPen QCPSelectionDecoratorBracket::mBracketPen |
|
protected |
◆ mBracketStyle
◆ mBracketWidth
int QCPSelectionDecoratorBracket::mBracketWidth |
|
protected |
◆ mTangentAverage
int QCPSelectionDecoratorBracket::mTangentAverage |
|
protected |
◆ mTangentToData
bool QCPSelectionDecoratorBracket::mTangentToData |
|
protected |
The documentation for this class was generated from the following file: