Public Member Functions | |
ArrowMarker () | |
void | drawEndArrow (bool=true) |
void | drawStartArrow (bool=true) |
Obsolete functions provided to keep old source code working. | |
Graph::ArrowShape | endArrowShape () const |
Shape of the end arrow head. | |
int | endHeadAngle () |
The angle of the end arrow head. | |
int | endHeadLength () |
Length of the end arrow head. | |
QPoint | endPoint () const |
Pixel coordinates of the start point. | |
QPointF | endPointCoord () const |
Axes values coordinates of the start point. | |
void | fillArrowHead (bool=true) |
QString | name () const |
void | setAxis (int xAxis, int yAxis) |
void | setColor (const QColor &) |
void | setEndArrowShape (const Graph::ArrowShape &) |
Sets the shape of the end arrow head. | |
void | setEndHeadAngle (int) |
Sets the angle of the end arrow head. | |
void | setEndHeadLength (int) |
Sets the length of the end arrow head. | |
void | setEndPoint (double, double)/PyName |
void | setHeadAngle (int) |
void | setHeadLength (int) |
void | setName (const QString &) |
void | setStartArrowShape (const Graph::ArrowShape &) |
Sets the shape of the start arrow head. | |
void | setStartHeadAngle (int) |
Sets the angle of the start arrow head. | |
void | setStartHeadLength (int) |
Sets the length of the start arrow head. | |
void | setStartPoint (double, double)/PyName |
void | setStyle (Qt::PenStyle) |
Pixel coordinates of the end point. | |
void | setWidth (double) |
void | setXAxis (int axis) |
void | setYAxis (int axis) |
Graph::ArrowShape | startArrowShape () const |
Shape of the start arrow head. | |
int | startHeadAngle () |
The angle of the start arrow head. | |
int | startHeadLength () |
Length of the start arrow head. | |
QPoint | startPoint () const |
Axes values coordinates of the end point. | |
QPointF | startPointCoord () const |
int | xAxis () |
int | yAxis () |
Private Member Functions | |
ArrowMarker (const ArrowMarker &) |
ArrowMarker::ArrowMarker | ( | ) |
ArrowMarker::ArrowMarker | ( | const ArrowMarker & | ) | [private] |
void ArrowMarker::drawEndArrow | ( | bool | = true |
) |
void ArrowMarker::drawStartArrow | ( | bool | = true |
) |
Obsolete functions provided to keep old source code working.
Graph::ArrowShape ArrowMarker::endArrowShape | ( | ) | const |
Shape of the end arrow head.
int ArrowMarker::endHeadAngle | ( | ) |
The angle of the end arrow head.
int ArrowMarker::endHeadLength | ( | ) |
Length of the end arrow head.
QPoint ArrowMarker::endPoint | ( | ) | const |
Pixel coordinates of the start point.
QPointF ArrowMarker::endPointCoord | ( | ) | const |
Axes values coordinates of the start point.
void ArrowMarker::fillArrowHead | ( | bool | = true |
) |
QString ArrowMarker::name | ( | ) | const |
void ArrowMarker::setAxis | ( | int | xAxis, | |
int | yAxis | |||
) |
void ArrowMarker::setColor | ( | const QColor & | ) |
void ArrowMarker::setEndArrowShape | ( | const Graph::ArrowShape & | ) |
Sets the shape of the end arrow head.
void ArrowMarker::setEndHeadAngle | ( | int | ) |
Sets the angle of the end arrow head.
void ArrowMarker::setEndHeadLength | ( | int | ) |
Sets the length of the end arrow head.
void ArrowMarker::setEndPoint | ( | double | , | |
double | ||||
) |
void ArrowMarker::setHeadAngle | ( | int | ) |
void ArrowMarker::setHeadLength | ( | int | ) |
void ArrowMarker::setName | ( | const QString & | ) |
void ArrowMarker::setStartArrowShape | ( | const Graph::ArrowShape & | ) |
Sets the shape of the start arrow head.
void ArrowMarker::setStartHeadAngle | ( | int | ) |
Sets the angle of the start arrow head.
void ArrowMarker::setStartHeadLength | ( | int | ) |
Sets the length of the start arrow head.
void ArrowMarker::setStartPoint | ( | double | , | |
double | ||||
) |
void ArrowMarker::setStyle | ( | Qt::PenStyle | ) |
Pixel coordinates of the end point.
void ArrowMarker::setWidth | ( | double | ) |
void ArrowMarker::setXAxis | ( | int | axis | ) |
void ArrowMarker::setYAxis | ( | int | axis | ) |
Graph::ArrowShape ArrowMarker::startArrowShape | ( | ) | const |
Shape of the start arrow head.
int ArrowMarker::startHeadAngle | ( | ) |
The angle of the start arrow head.
int ArrowMarker::startHeadLength | ( | ) |
Length of the start arrow head.
QPoint ArrowMarker::startPoint | ( | ) | const |
Axes values coordinates of the end point.
QPointF ArrowMarker::startPointCoord | ( | ) | const |
int ArrowMarker::xAxis | ( | ) |
int ArrowMarker::yAxis | ( | ) |