Curve3D Class Reference
List of all members.
|
Public Types |
Public Member Functions |
| int | arrowQuality () |
| bool | barLines () |
| double | barRadius () |
| int | coneQuality () |
| double | coneRadius () |
| void | copy (Curve3D *) |
| double | crossLinewidth () |
| double | crossRadius () |
| | Curve3D (QWidget *parent=0) |
| void | disableVectors () |
| bool | hasBoxedCrosses () |
| bool | hasFilledArrowHead () |
| bool | hasFilledBars () |
| bool | hasFilledCones () |
| bool | hasSmoothPoints () |
| bool | hasUpwardCones () |
| bool | hasVectors () |
| bool | isDxDyDz () |
| bool | loadData (Table *, int, int, int, double, double, double, double, double, double, bool) |
| bool | loadData (Table *, const QStringList &, bool=false) |
| double | pointSize () |
| bool | reloadVectorEndData () |
| void | setArrowStyle (double, double, int=3, bool=true, int=0) |
| void | setBarLines (bool=true) |
| void | setBarOptions (double rad, bool lines=true, bool fill=true) |
| void | setBarRadius (double) |
| void | setConeOptions (double rad, int quality, bool filled=true, bool upward=false) |
| void | setCrossOptions (double rad, double linewidth, bool boxed=false) |
| void | setDotOptions (double size, bool smooth) |
| void | setDxDyDz (bool) |
| void | setFilledBars (bool=true) |
| void | setLineSymbolStyle (const SymbolStyle &) |
| void | setMeshColor (const QColor &) |
| void | setMeshLineWidth (double) |
| void | setSymbolStyle (const SymbolStyle &) |
| void | setTable (Table *) |
| void | setVectorColor (const QColor &) |
| void | setVectorEndXColName (const QString &, bool=false) |
| void | setVectorEndYColName (const QString &, bool=false) |
| void | setVectorEndZColName (const QString &, bool=false) |
| void | setVectorLineWidth (double) |
| void | setVectorScalingFactor (double) |
| SymbolStyle | symbolStyle () |
| Table * | table () |
| QColor | vectorColor () const |
| QString | vectorEndXColName () |
| QString | vectorEndYColName () |
| QString | vectorEndZColName () |
| double | vectorHeadAngle () |
| double | vectorHeadLength () |
| double | vectorLineWidth () |
| int | vectorScaleHeadPolicy () |
| double | vectorScalingFactor () |
Private Member Functions |
| | Curve3D (const Curve3D &) |
Member Enumeration Documentation
- Enumerator:
-
| None |
|
| Dots |
|
| Bars |
|
| Cross |
|
| Cones |
|
Constructor & Destructor Documentation
| Curve3D::Curve3D |
( |
QWidget * |
parent = 0 |
) |
|
| Curve3D::Curve3D |
( |
const Curve3D & |
|
) |
[private] |
Member Function Documentation
| int Curve3D::arrowQuality |
( |
|
) |
|
| bool Curve3D::barLines |
( |
|
) |
|
| double Curve3D::barRadius |
( |
|
) |
|
| int Curve3D::coneQuality |
( |
|
) |
|
| double Curve3D::coneRadius |
( |
|
) |
|
| double Curve3D::crossLinewidth |
( |
|
) |
|
| double Curve3D::crossRadius |
( |
|
) |
|
| void Curve3D::disableVectors |
( |
|
) |
|
| bool Curve3D::hasBoxedCrosses |
( |
|
) |
|
| bool Curve3D::hasFilledArrowHead |
( |
|
) |
|
| bool Curve3D::hasFilledBars |
( |
|
) |
|
| bool Curve3D::hasFilledCones |
( |
|
) |
|
| bool Curve3D::hasSmoothPoints |
( |
|
) |
|
| bool Curve3D::hasUpwardCones |
( |
|
) |
|
| bool Curve3D::hasVectors |
( |
|
) |
|
| bool Curve3D::isDxDyDz |
( |
|
) |
|
| bool Curve3D::loadData |
( |
Table * |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
, |
|
|
bool |
| |
|
) |
| | |
| bool Curve3D::loadData |
( |
Table * |
, |
|
|
const QStringList & |
, |
|
|
bool |
= false | |
|
) |
| | |
| double Curve3D::pointSize |
( |
|
) |
|
| bool Curve3D::reloadVectorEndData |
( |
|
) |
|
| void Curve3D::setArrowStyle |
( |
double |
, |
|
|
double |
, |
|
|
int |
= 3, |
|
|
bool |
= true, |
|
|
int |
= 0 | |
|
) |
| | |
| void Curve3D::setBarLines |
( |
bool |
= true |
) |
|
| void Curve3D::setBarOptions |
( |
double |
rad, |
|
|
bool |
lines = true, |
|
|
bool |
fill = true | |
|
) |
| | |
| void Curve3D::setBarRadius |
( |
double |
|
) |
|
| void Curve3D::setConeOptions |
( |
double |
rad, |
|
|
int |
quality, |
|
|
bool |
filled = true, |
|
|
bool |
upward = false | |
|
) |
| | |
| void Curve3D::setCrossOptions |
( |
double |
rad, |
|
|
double |
linewidth, |
|
|
bool |
boxed = false | |
|
) |
| | |
| void Curve3D::setDotOptions |
( |
double |
size, |
|
|
bool |
smooth | |
|
) |
| | |
| void Curve3D::setDxDyDz |
( |
bool |
|
) |
|
| void Curve3D::setFilledBars |
( |
bool |
= true |
) |
|
| void Curve3D::setLineSymbolStyle |
( |
const SymbolStyle & |
|
) |
|
| void Curve3D::setMeshColor |
( |
const QColor & |
|
) |
|
| void Curve3D::setMeshLineWidth |
( |
double |
|
) |
|
| void Curve3D::setTable |
( |
Table * |
|
) |
|
| void Curve3D::setVectorColor |
( |
const QColor & |
|
) |
|
| void Curve3D::setVectorEndXColName |
( |
const QString & |
, |
|
|
bool |
= false | |
|
) |
| | |
| void Curve3D::setVectorEndYColName |
( |
const QString & |
, |
|
|
bool |
= false | |
|
) |
| | |
| void Curve3D::setVectorEndZColName |
( |
const QString & |
, |
|
|
bool |
= false | |
|
) |
| | |
| void Curve3D::setVectorLineWidth |
( |
double |
|
) |
|
| void Curve3D::setVectorScalingFactor |
( |
double |
|
) |
|
| Table* Curve3D::table |
( |
|
) |
|
| QColor Curve3D::vectorColor |
( |
|
) |
const |
| QString Curve3D::vectorEndXColName |
( |
|
) |
|
| QString Curve3D::vectorEndYColName |
( |
|
) |
|
| QString Curve3D::vectorEndZColName |
( |
|
) |
|
| double Curve3D::vectorHeadAngle |
( |
|
) |
|
| double Curve3D::vectorHeadLength |
( |
|
) |
|
| double Curve3D::vectorLineWidth |
( |
|
) |
|
| int Curve3D::vectorScaleHeadPolicy |
( |
|
) |
|
| double Curve3D::vectorScalingFactor |
( |
|
) |
|
The documentation for this class was generated from the following file: