Public Types | |
enum | AxisNumericFormat { Default = 0, Decimal = 1, Scientific = 2, Engineering = 3 } |
enum | PlotType { Scatter = 0, Trajectory = 1, Bars = 2, Ribbon = 3 } |
Public Member Functions | |
void | addFunction (const QString &, double, double, double, double, double, double, int=40, int=40)/PyName |
void | addMatrixData (Matrix *)/PyName |
void | addParametricSurface (const QString &, const QString &, const QString &, double, double, double, double, int=40, int=40, bool=true, bool=true)/PyName |
void | animate (bool=true) |
int | axisNumericFormat (int axis) |
int | axisNumericPrecision (int axis) |
void | changeDataColumn (Table *table, const QString &colName, int=0)/PyName |
void | changeTransparency (double)/PyName |
QString | colorMapFile () |
QwtLinearColorMap * | colorMapPointer ()/PyName |
void | exportImage (const QString &fileName, int quality=100, bool transparent=false, int dpi=0, const QSizeF &customSize=QSizeF(), int unit=FrameWidget::Pixel, double fontsFactor=1.0) |
void | exportToFile (const QString &fileName)/PyName |
void | exportVector (const QString &fileName, int=0, int=1, const QSizeF &customSize=QSizeF(), int unit=FrameWidget::Pixel, double fontsFactor=1.0) |
void | findBestLayout () |
void | setAntialiasing (bool=true) |
void | setAxesColor (const QColor &) |
MethodCode sipCpp | setAxisNumericFormat (2, a0, a1) |
MethodCode sipCpp | setAxisNumericFormat (1, a0, a1) |
MethodCode sipCpp | setAxisNumericFormat (0, a0, a1) |
void | setAxisNumericFormat (int axis, int format, int precision) |
void | setBackGrid (bool=true) |
void | setBackgroundColor (const QColor &) |
void | setBarLines (bool lines=true) |
void | setBarRadius (double rad) |
void | setBarStyle () |
void | setBoxed () |
void | setCeilGrid (bool=true) |
void | setConeOptions (double rad, int quality) |
void | setConeStyle () |
void | setCrossOptions (double rad, double linewidth, bool smooth, bool boxed) |
void | setCrossStyle () |
void | setDataColorMap (const QwtLinearColorMap &) |
void | setDataColorMap (const QString &fileName) |
void | setDataColors (const QColor &, const QColor &) |
void | setDotOptions (double size, bool smooth) |
void | setDotStyle () |
void | setEmptyFloor () |
void | setFilledBars (bool filled=true) |
void | setFilledMeshStyle () |
void | setFloorData ()/PyName |
void | setFloorGrid (bool=true) |
void | setFloorIsolines ()/PyName |
void | setFramed () |
void | setFrontGrid (bool=true) |
void | setGridColor (const QColor &) |
void | setHiddenLineStyle () |
void | setLabelsColor (const QColor &) |
void | setLabelsDistance (int) |
void | setLeftGrid (bool=true) |
void | setMeshColor (const QColor &) |
void | setMeshLineWidth (int) |
void | setNoAxes () |
void | setNumbersColor (const QColor &) |
void | setOrthogonal (bool=true) |
void | setPolygonStyle () |
void | setResolution (int) |
void | setRightGrid (bool=true) |
void | setRotation (double xVal, double yVal, double zVal) |
void | setScale (double xVal, double yVal, double zVal) |
void | setScales (double xl, double xr, double yl, double yr, double zl, double zr, int axis=-1) |
void | setShift (double xVal, double yVal, double zVal) |
void | setTitle (const QString &, const QColor &color=QColor(Qt::black), const QFont &font=QFont()) |
void | setWireframeStyle () |
void | setXAxisLabel (const QString &) |
void | setXAxisNumericFormat (int format, int precision) |
void | setXAxisTickLength (double majorLength, double minorLength) |
void | setYAxisLabel (const QString &) |
End void | setYAxisNumericFormat (int format, int precision) |
void | setYAxisTickLength (double majorLength, double minorLength) |
void | setZAxisLabel (const QString &) |
End void | setZAxisNumericFormat (int format, int precision) |
void | setZAxisTickLength (double majorLength, double minorLength) |
void | setZoom (double val) |
void | showColorLegend (bool=true)/PyName |
void | update () |
Private Member Functions | |
Graph3D (const Graph3D &) |
enum Graph3D::PlotType |
Graph3D::Graph3D | ( | const Graph3D & | ) | [private] |
void Graph3D::addFunction | ( | const QString & | , | |
double | , | |||
double | , | |||
double | , | |||
double | , | |||
double | , | |||
double | , | |||
int | = 40 , |
|||
int | = 40 | |||
) |
void Graph3D::addMatrixData | ( | Matrix * | ) |
void Graph3D::addParametricSurface | ( | const QString & | , | |
const QString & | , | |||
const QString & | , | |||
double | , | |||
double | , | |||
double | , | |||
double | , | |||
int | = 40 , |
|||
int | = 40 , |
|||
bool | = true , |
|||
bool | = true | |||
) |
void Graph3D::animate | ( | bool | = true |
) |
int Graph3D::axisNumericFormat | ( | int | axis | ) |
int Graph3D::axisNumericPrecision | ( | int | axis | ) |
void Graph3D::changeDataColumn | ( | Table * | table, | |
const QString & | colName, | |||
int | = 0 | |||
) |
void Graph3D::changeTransparency | ( | double | ) |
QString Graph3D::colorMapFile | ( | ) |
QwtLinearColorMap* Graph3D::colorMapPointer | ( | ) |
void Graph3D::exportImage | ( | const QString & | fileName, | |
int | quality = 100 , |
|||
bool | transparent = false , |
|||
int | dpi = 0 , |
|||
const QSizeF & | customSize = QSizeF() , |
|||
int | unit = FrameWidget::Pixel , |
|||
double | fontsFactor = 1.0 | |||
) |
void Graph3D::exportToFile | ( | const QString & | fileName | ) |
void Graph3D::exportVector | ( | const QString & | fileName, | |
int | = 0 , |
|||
int | = 1 , |
|||
const QSizeF & | customSize = QSizeF() , |
|||
int | unit = FrameWidget::Pixel , |
|||
double | fontsFactor = 1.0 | |||
) |
void Graph3D::findBestLayout | ( | ) |
void Graph3D::setAntialiasing | ( | bool | = true |
) |
void Graph3D::setAxesColor | ( | const QColor & | ) |
MethodCode sipCpp Graph3D::setAxisNumericFormat | ( | 2 | , | |
a0 | , | |||
a1 | ||||
) |
MethodCode sipCpp Graph3D::setAxisNumericFormat | ( | 1 | , | |
a0 | , | |||
a1 | ||||
) |
MethodCode sipCpp Graph3D::setAxisNumericFormat | ( | 0 | , | |
a0 | , | |||
a1 | ||||
) |
void Graph3D::setAxisNumericFormat | ( | int | axis, | |
int | format, | |||
int | precision | |||
) |
void Graph3D::setBackGrid | ( | bool | = true |
) |
void Graph3D::setBackgroundColor | ( | const QColor & | ) |
void Graph3D::setBarLines | ( | bool | lines = true |
) |
void Graph3D::setBarRadius | ( | double | rad | ) |
void Graph3D::setBarStyle | ( | ) |
void Graph3D::setBoxed | ( | ) |
void Graph3D::setCeilGrid | ( | bool | = true |
) |
void Graph3D::setConeOptions | ( | double | rad, | |
int | quality | |||
) |
void Graph3D::setConeStyle | ( | ) |
void Graph3D::setCrossOptions | ( | double | rad, | |
double | linewidth, | |||
bool | smooth, | |||
bool | boxed | |||
) |
void Graph3D::setCrossStyle | ( | ) |
void Graph3D::setDataColorMap | ( | const QwtLinearColorMap & | ) |
void Graph3D::setDataColorMap | ( | const QString & | fileName | ) |
void Graph3D::setDataColors | ( | const QColor & | , | |
const QColor & | ||||
) |
void Graph3D::setDotOptions | ( | double | size, | |
bool | smooth | |||
) |
void Graph3D::setDotStyle | ( | ) |
void Graph3D::setEmptyFloor | ( | ) |
void Graph3D::setFilledBars | ( | bool | filled = true |
) |
void Graph3D::setFilledMeshStyle | ( | ) |
void Graph3D::setFloorData | ( | ) |
void Graph3D::setFloorGrid | ( | bool | = true |
) |
void Graph3D::setFloorIsolines | ( | ) |
void Graph3D::setFramed | ( | ) |
void Graph3D::setFrontGrid | ( | bool | = true |
) |
void Graph3D::setGridColor | ( | const QColor & | ) |
void Graph3D::setHiddenLineStyle | ( | ) |
void Graph3D::setLabelsColor | ( | const QColor & | ) |
void Graph3D::setLabelsDistance | ( | int | ) |
void Graph3D::setLeftGrid | ( | bool | = true |
) |
void Graph3D::setMeshColor | ( | const QColor & | ) |
void Graph3D::setMeshLineWidth | ( | int | ) |
void Graph3D::setNoAxes | ( | ) |
void Graph3D::setNumbersColor | ( | const QColor & | ) |
void Graph3D::setOrthogonal | ( | bool | = true |
) |
void Graph3D::setPolygonStyle | ( | ) |
void Graph3D::setResolution | ( | int | ) |
void Graph3D::setRightGrid | ( | bool | = true |
) |
void Graph3D::setRotation | ( | double | xVal, | |
double | yVal, | |||
double | zVal | |||
) |
void Graph3D::setScale | ( | double | xVal, | |
double | yVal, | |||
double | zVal | |||
) |
void Graph3D::setScales | ( | double | xl, | |
double | xr, | |||
double | yl, | |||
double | yr, | |||
double | zl, | |||
double | zr, | |||
int | axis = -1 | |||
) |
void Graph3D::setShift | ( | double | xVal, | |
double | yVal, | |||
double | zVal | |||
) |
void Graph3D::setTitle | ( | const QString & | , | |
const QColor & | color = QColor(Qt::black) , |
|||
const QFont & | font = QFont() | |||
) |
void Graph3D::setWireframeStyle | ( | ) |
void Graph3D::setXAxisLabel | ( | const QString & | ) |
void Graph3D::setXAxisNumericFormat | ( | int | format, | |
int | precision | |||
) |
void Graph3D::setXAxisTickLength | ( | double | majorLength, | |
double | minorLength | |||
) |
void Graph3D::setYAxisLabel | ( | const QString & | ) |
End void Graph3D::setYAxisNumericFormat | ( | int | format, | |
int | precision | |||
) |
void Graph3D::setYAxisTickLength | ( | double | majorLength, | |
double | minorLength | |||
) |
void Graph3D::setZAxisLabel | ( | const QString & | ) |
End void Graph3D::setZAxisNumericFormat | ( | int | format, | |
int | precision | |||
) |
void Graph3D::setZAxisTickLength | ( | double | majorLength, | |
double | minorLength | |||
) |
void Graph3D::setZoom | ( | double | val | ) |
void Graph3D::showColorLegend | ( | bool | = true |
) |
void Graph3D::update | ( | ) |