
Public Types | |
Public Member Functions | |
| QColor | color () |
| int | constantAngle () const |
| int | constantMagnitude () const |
| void | fillArrowHead (bool) |
| bool | filledArrowHead () |
| int | headAngle () |
| int | headLength () |
| bool | loadData () |
| double | magnitudeMultiplier () const |
| int | position () |
| bool | realWorldMagnitude () const |
| void | setColor (const QColor &) |
| void | setConstantAngle (int) |
| void | setConstantMagnitude (int) |
| void | setHeadAngle (int) |
| void | setHeadLength (int) |
| void | setMagnitudeInPixels (bool=true) |
| void | setMagnitudeMultiplier (double) |
| void | setPosition (int) |
| void | setRealWorldMagnitude (bool=true) |
| void | setVectorEnd (const QString &xColName, const QString &yColName) |
| void | setVectorPen (const QPen &) |
| void | setVectorStyle (int) |
| void | setWidth (double) |
| VectorCurve (VectorStyle style, Table *t, const QString &xColName, const char *name, const QString &endCol1, const QString &endCol2, int startRow, int endRow) | |
| QString | vectorEndXAColName () |
| QString | vectorEndYMColName () |
| QPen | vectorPen () |
| int | vectorStyle () |
| double | width () |
Private Member Functions | |
| VectorCurve (const VectorCurve &) | |
| VectorCurve::VectorCurve | ( | VectorStyle | style, | |
| Table * | t, | |||
| const QString & | xColName, | |||
| const char * | name, | |||
| const QString & | endCol1, | |||
| const QString & | endCol2, | |||
| int | startRow, | |||
| int | endRow | |||
| ) |
| VectorCurve::VectorCurve | ( | const VectorCurve & | ) | [private] |
| QColor VectorCurve::color | ( | ) |
| int VectorCurve::constantAngle | ( | ) | const |
| int VectorCurve::constantMagnitude | ( | ) | const |
| void VectorCurve::fillArrowHead | ( | bool | ) |
| bool VectorCurve::filledArrowHead | ( | ) |
| int VectorCurve::headAngle | ( | ) |
| int VectorCurve::headLength | ( | ) |
| bool VectorCurve::loadData | ( | ) |
Reimplemented from DataCurve.
| double VectorCurve::magnitudeMultiplier | ( | ) | const |
| int VectorCurve::position | ( | ) |
| bool VectorCurve::realWorldMagnitude | ( | ) | const |
| void VectorCurve::setColor | ( | const QColor & | ) |
| void VectorCurve::setConstantAngle | ( | int | ) |
| void VectorCurve::setConstantMagnitude | ( | int | ) |
| void VectorCurve::setHeadAngle | ( | int | ) |
| void VectorCurve::setHeadLength | ( | int | ) |
| void VectorCurve::setMagnitudeInPixels | ( | bool | = true |
) |
| void VectorCurve::setMagnitudeMultiplier | ( | double | ) |
| void VectorCurve::setPosition | ( | int | ) |
| void VectorCurve::setRealWorldMagnitude | ( | bool | = true |
) |
| void VectorCurve::setVectorEnd | ( | const QString & | xColName, | |
| const QString & | yColName | |||
| ) |
| void VectorCurve::setVectorPen | ( | const QPen & | ) |
| void VectorCurve::setVectorStyle | ( | int | ) |
| void VectorCurve::setWidth | ( | double | ) |
| QString VectorCurve::vectorEndXAColName | ( | ) |
| QString VectorCurve::vectorEndYMColName | ( | ) |
| QPen VectorCurve::vectorPen | ( | ) |
| int VectorCurve::vectorStyle | ( | ) |
| double VectorCurve::width | ( | ) |
1.5.8