QtiPlot
0.9.8.2
|
3D graph widget. More...
#include <Graph3D.h>
Public Types | |
enum | AxisNumericFormat { Default = 0, Decimal = 1, Scientific = 2, Engineering = 3 } |
enum | PlotType { NoTable = -1, Scatter = 0, Trajectory = 1, Bars = 2, Ribbon = 3 } |
enum | PointStyle { None = 0, Dots = 1, VerticalBars = 2, HairCross = 3, Cones = 4 } |
![]() | |
enum | CaptionPolicy { Name = 0, Label = 1, Both = 2 } |
Possible window captions. More... | |
enum | Status { Hidden = -1, Normal = 0, Minimized = 1, Maximized = 2 } |
Public Slots | |
void | addData (Table *table, int xCol, int yCol, int zCol, int type=0) |
void | addFunction (const QString &s, double xl, double xr, double yl, double yr, double zl, double zr, int columns=40, int rows=30) |
void | addMatrixData (Matrix *m) |
void | addMatrixData (Matrix *m, double xl, double xr, double yl, double yr, double zl, double zr) |
void | addParametricSurface (const QString &xFormula, const QString &yFormula, const QString &zFormula, double ul, double ur, double vl, double vr, int columns, int rows, bool uPeriodic, bool vPeriodic) |
void | addRibbon (Table *table, const QString &xColName, const QString &yColName) |
void | addRibbon (Table *table, const QString &xColName, const QString &yColName, double xl, double xr, double yl, double yr, double zl, double zr) |
void | animate (bool on=true) |
bool | antialiasing () |
bool | autoscale () |
void | changeDataColumn (Table *table, const QString &colName, int type=0) |
void | clearData () |
Qwt3D::CoordinateSystem * | coordinateSystem () |
Qwt3D::COORDSTYLE | coordStyle () |
void | copy (Graph3D *g) |
void | copyImage () |
void | customPlotStyle (int style) |
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, int compression=0) |
void | exportPDF (const QString &fileName) |
void | exportToFile (const QString &fileName) |
void | exportVector (const QString &fileName, int textExportMode=0, int sortMode=1, const QSizeF &customSize=QSizeF(), int unit=FrameWidget::Pixel, double fontsFactor=1.0) |
void | findBestLayout () |
Qwt3D::FLOORSTYLE | floorStyle () |
bool | hasData () |
void | initCoord () |
void | initPlot () |
void | insertNewData (Table *table, const QString &colName) |
bool | isAnimated () |
void | loadData (Table *table, int xCol, int yCol, int zCol, double xl=0.0, double xr=0.0, double yl=0.0, double yr=0.0, double zl=0.0, double zr=0.0, int axis=-1) |
Matrix * | matrix () |
QPixmap | pixmap (int dpi=0, const QSizeF &customSize=QSizeF(), int unit=FrameWidget::Pixel, double fontsFactor=1.0) |
Qwt3D::PLOTSTYLE | plotStyle () |
void | print () |
void | print (QPrinter *printer) |
void | resetNonEmptyStyle () |
void | rotate () |
Used for the animation: rotates the scene with 1/360 degrees. | |
void | rotationChanged (double, double, double) |
void | save (const QString &fn, const QString &geometry, bool=false) |
void | scaleChanged (double, double, double) |
void | setAntialiasing (bool smooth=true) |
void | setAutoscale (bool on=true) |
Enables/Disables autoscaling using findBestLayout(). | |
void | setOptions (bool legend, int r, int dist) |
void | setOptions (const QStringList &lst) |
void | setPlotAssociation (const QString &s) |
void | setRotation (double xVal, double yVal, double zVal) |
void | setScale (double xVal, double yVal, double zVal) |
void | setScale (int axis, double start, double end, int majorTicks, int minorTicks, Qwt3D::SCALETYPE type) |
void | setShift (double xVal, double yVal, double zVal) |
void | setStyle (const QStringList &st) |
void | setZoom (double val) |
void | shiftChanged (double, double, double) |
void | showWorksheet () |
Table * | table () |
PlotType | tablePlotType () |
void | update () |
void | updateData (Table *table) |
void | updateDataXY (Table *table, int xCol, int yCol) |
void | updateMatrixData (Matrix *m) |
double | xRotation () |
double | xScale () |
double | xShift () |
double | yRotation () |
double | yScale () |
double | yShift () |
double | zoom () |
void | zoomChanged (double) |
double | zRotation () |
double | zScale () |
double | zShift () |
User Functions | |
UserParametricSurface * | parametricSurface () |
UserFunction * | userFunction () |
QString | formula () |
Event Handlers | |
void | dropEvent (QDropEvent *) |
void | dragEnterEvent (QDragEnterEvent *) |
bool | eventFilter (QObject *object, QEvent *e) |
Filters other object's events (customizes title bar's context menu) | |
void | resizeEvent (QResizeEvent *) |
void | scaleFonts (double factor) |
void | setIgnoreFonts (bool ok) |
Axes | |
void | setFramed () |
void | setBoxed () |
void | setNoAxes () |
bool | isOrthogonal () |
void | setOrthogonal (bool on=true) |
QStringList | axesLabels () |
void | setAxesLabels (const QStringList &lst) |
void | resetAxesLabels () |
void | setXAxisLabel (const QString &) |
void | setYAxisLabel (const QString &) |
void | setZAxisLabel (const QString &) |
QFont | xAxisLabelFont () |
QFont | yAxisLabelFont () |
QFont | zAxisLabelFont () |
void | setXAxisLabelFont (const QFont &fnt) |
void | setYAxisLabelFont (const QFont &fnt) |
void | setZAxisLabelFont (const QFont &fnt) |
void | setXAxisLabelFont (const QStringList &lst) |
void | setYAxisLabelFont (const QStringList &lst) |
void | setZAxisLabelFont (const QStringList &lst) |
QFont | numbersFont () |
void | setNumbersFont (const QFont &font) |
double | xStart () |
double | xStop () |
double | yStart () |
double | yStop () |
double | zStart () |
double | zStop () |
int | axisType (int axis) |
void | setAxisType (int axis, int type) |
int | axisNumericFormat (int axis) |
int | axisNumericPrecision (int axis) |
void | setAxisNumericFormat (int axis, int format, int precision) |
void | setScales (double xl, double xr, double yl, double yr, double zl, double zr, int axis=-1) |
void | updateScales (double xl, double xr, double yl, double yr, double zl, double zr, int xcol, int ycol) |
void | updateScalesFromMatrix (double xl, double xr, double yl, double yr, double zl, double zr) |
QStringList | scaleTicks () |
void | setTicks (const QStringList &options) |
void | setXAxisTickLength (double majorLength, double minorLength) |
void | setYAxisTickLength (double majorLength, double minorLength) |
void | setZAxisTickLength (double majorLength, double minorLength) |
void | setAxisTickLength (int axis, double majorLength, double minorLength) |
void | setLabelsDistance (int val) |
int | labelsDistance () |
QStringList | axisTickLengths () |
void | setTickLengths (const QStringList &lst) |
Mesh | |
void | setPolygonStyle () |
void | setHiddenLineStyle () |
void | setWireframeStyle () |
void | setFilledMeshStyle () |
void | setDotStyle () |
void | setBarStyle () |
void | setFloorData () |
void | setFloorIsolines () |
void | setEmptyFloor () |
void | setMeshLineWidth (double lw) |
double | meshLineWidth () |
Grid | |
int | grids () |
void | setGrid (int s, bool b) |
void | setGrid (int grids) |
void | setLeftGrid (bool b=true) |
void | setRightGrid (bool b=true) |
void | setCeilGrid (bool b=true) |
void | setFloorGrid (bool b=true) |
void | setFrontGrid (bool b=true) |
void | setBackGrid (bool b=true) |
Colors | |
void | setDataColors (const QColor &cMin, const QColor &cMax) |
void | setDataColorMap (const LinearColorMap &colorMap) |
void | setDataColorMap (const QString &fileName) |
void | setDataColorMap (const ColorVector &colors) |
void | setDataColorMap (const ColorVector &colors, const LinearColorMap &colorMap) |
void | changeTransparency (double t) |
void | setTransparency (double t) |
double | transparency () |
QColor | meshColor () |
QColor | axesColor () |
QColor | labelColor () |
QColor | numColor () |
QColor | bgColor () |
QColor | gridColor () |
QString | colorMapFile () |
LinearColorMap | colorMap () |
LinearColorMap * | colorMapPointer () |
static bool | openColorMapFile (ColorVector &cv, QString fname) |
void | setMeshColor (const QColor &) |
void | setAxesColor (const QColor &) |
void | setNumbersColor (const QColor &) |
void | setLabelsColor (const QColor &) |
void | setBackgroundColor (const QColor &) |
void | setGridColor (const QColor &) |
Title | |
QFont | titleFont () |
void | setTitleFont (const QFont &font) |
QString | plotTitle () |
QColor | titleColor () |
void | setTitle (const QStringList &lst) |
void | setTitle (const QString &s, const QColor &color=QColor(Qt::black), const QFont &font=QFont()) |
Resolution | |
void | setResolution (int r) |
int | resolution () |
Legend | |
void | showColorLegend (bool show=true) |
bool | isLegendOn () |
Bars | |
double | barsRadius () |
void | setBarRadius (double rad) |
bool | barLines () |
void | setBarLines (bool lines=true) |
bool | filledBars () |
void | setFilledBars (bool filled=true) |
Scatter Plots | |
double | pointsSize () |
bool | smoothPoints () |
void | setDotOptions (double size, bool smooth) |
bool | smoothCrossHair () |
bool | boxedCrossHair () |
double | crossHairRadius () |
double | crossHairLinewidth () |
void | setCrossOptions (double rad, double linewidth, bool smooth, bool boxed) |
void | setCrossStyle () |
double | coneRadius () |
int | coneQuality () |
void | setConeOptions (double rad, int quality) |
void | setConeStyle () |
PointStyle | pointType () |
![]() | |
void | notifyChanges () |
Notifies the main application that the window has been modified. |
Signals | |
void | modified () |
void | showOptionsDialog () |
![]() | |
void | closedWindow (MdiSubWindow *) |
Emitted when the window was closed. | |
void | hiddenWindow (MdiSubWindow *) |
Emitted when the window was hidden. | |
void | modifiedWindow (MdiSubWindow *) |
void | resizedWindow (MdiSubWindow *) |
void | showContextMenu () |
Show the context menu. | |
void | statusChanged (MdiSubWindow *) |
Emitted when the window status changed. |
Public Member Functions | |
Graph3D (const QString &label, ApplicationWindow *parent, const char *name=0, Qt::WFlags f=0) | |
void | printCropmarks (bool on) |
bool | printCropmarksEnabled () |
bool | scaleOnPrint () |
void | setScaleOnPrint (bool on) |
Qwt3D::Plot3D * | surface () |
~Graph3D () | |
![]() | |
ApplicationWindow * | applicationWindow () |
Returns a pointer to the parent application. | |
void | askOnCloseEvent (bool ask) |
Toggle the "ask on close" flag. | |
QString | aspect () |
Return the window status as a string. | |
QString | birthDate () |
Return the creation date. | |
CaptionPolicy | captionPolicy () |
Return the caption policy. | |
void | closeEvent (QCloseEvent *) |
Close event handler. | |
Folder * | folder () |
Returns the pointer to the parent folder of the window. | |
MdiSubWindow (const QString &label=QString(), ApplicationWindow *app=0, const QString &name=QString(), Qt::WFlags f=0) | |
Constructor. | |
QSize | minRestoreSize () |
Returns the size the window had before a change state event to minimized. | |
QString | name () |
Return the window name. | |
virtual void | restore (const QStringList &) |
Not implemented yet. | |
void | restoreWindow () |
Show window making sure that layers in MultiLayer windows are not resized. | |
void | setBirthDate (const QString &s) |
Set the creation date. | |
void | setCaptionPolicy (CaptionPolicy policy) |
Set the caption policy. | |
void | setFolder (Folder *f) |
Initializes the pointer to the parent folder of the window. | |
virtual void | setHidden () |
Notifies that a window was hidden by a direct user action. | |
void | setMaximized () |
void | setMinimized () |
void | setName (const QString &s) |
Set the window name. | |
void | setNormal () |
void | setStatus (Status s) |
Set the window status flag (hidden, normal, minimized or maximized) | |
void | setWindowLabel (const QString &s) |
Set the window label. | |
virtual QString | sizeToString () |
Size of the widget as a string. | |
Status | status () |
Return the window status flag (hidden, normal, minimized or maximized) | |
QString | windowLabel () |
Return the window label. |
Static Public Member Functions | |
static Graph3D * | restore (ApplicationWindow *app, const QStringList &lst, int fileVersion) |
![]() | |
static QString | parseAsciiFile (const QString &fname, const QString &commentString, int endLine, int ignoreFirstLines, int maxRows, int &rows) |
Static function used as a workaround for ASCII files having end line char != ' '. |
Private Member Functions | |
Curve * | addCurve () |
void | addHiddenConstantCurve (double xl, double xr, double yl, double yr, double zl, double zr) |
void | changeScales (double xl, double xr, double yl, double yr, double zl, double zr) |
void | removeCurve () |
void | resetAxesType () |
Additional Inherited Members | |
![]() | |
virtual void | changeEvent (QEvent *event) |
Catches status changes. |
3D graph widget.
This provides 3D plotting using Qwt3D.
If MultiLayer is extended to accept any QWidget, Graph3D wouldn't have to inherit from MdiSubWindow any more. It could also make sense to unify the interface with other plot types; see documentation of Graph. Big problem here: export to vector formats. Qwt3D's export filters write directly to a file, so they can't be combined with output generated via QPrinter.
enum Graph3D::PlotType |
enum Graph3D::PointStyle |
Graph3D::Graph3D | ( | const QString & | label, |
ApplicationWindow * | parent, | ||
const char * | name = 0 , |
||
Qt::WFlags | f = 0 |
||
) |
References initPlot().
Graph3D::~Graph3D | ( | ) |
References removeCurve(), and sp.
|
private |
References MdiSubWindow::applicationWindow(), ApplicationWindow::d_3D_resolution, ApplicationWindow::d_3D_smooth_mesh, d_active_curve, numbersFont(), removeCurve(), setTitle(), sp, title, titleCol, and titleFnt.
Referenced by addFunction(), addMatrixData(), addParametricSurface(), addRibbon(), loadData(), updateDataXY(), updateMatrixData(), and updateScalesFromMatrix().
|
slot |
References Bars, d_table_plot_type, findBestLayout(), loadData(), Scatter, setBarStyle(), setDotStyle(), setWireframeStyle(), and Trajectory.
Referenced by changeDataColumn(), dropEvent(), insertNewData(), PlotWizard::plot3D(), and ApplicationWindow::plotXYZ().
|
slot |
References addCurve(), d_active_curve, d_autoscale, d_func, findBestLayout(), legendMajorTicks, legendOn, None, pointStyle, UserFunction::setMesh(), sp, style_, and update().
Referenced by SurfaceDialog::acceptFunction(), copy(), ApplicationWindow::plotSurface(), and restore().
|
private |
References d_const_curve, d_const_func, and sp.
Referenced by changeScales().
|
slot |
References addCurve(), Matrix::allocateMatrixData(), Matrix::cell(), d_active_curve, d_autoscale, d_matrix, d_table, findBestLayout(), Matrix::freeMatrixData(), Matrix::isEmpty(), legendMajorTicks, legendOn, Matrix::numCols(), Matrix::numRows(), plotAssociation, sp, update(), Matrix::xEnd(), Matrix::xStart(), Matrix::yEnd(), and Matrix::yStart().
Referenced by ApplicationWindow::change3DMatrix(), copy(), dropEvent(), ApplicationWindow::insert3DMatrixPlot(), ApplicationWindow::plot3DMatrix(), and restore().
|
slot |
References d_matrix, d_table, Matrix::isEmpty(), plotAssociation, and updateScalesFromMatrix().
|
slot |
References addCurve(), d_active_curve, d_surface, findBestLayout(), legendMajorTicks, legendOn, None, pointStyle, UserParametricSurface::setDomain(), UserParametricSurface::setMesh(), UserParametricSurface::setPeriodic(), sp, style_, and update().
Referenced by SurfaceDialog::acceptParametricSurface(), copy(), ApplicationWindow::plotParametricSurface(), and restore().
|
slot |
References addCurve(), Matrix::allocateMatrixData(), Table::cell(), Table::colIndex(), d_active_curve, d_autoscale, d_table, d_table_plot_type, findBestLayout(), Matrix::freeMatrixData(), legendMajorTicks, legendOn, Table::numRows(), plotAssociation, Ribbon, sp, table(), and Table::text().
Referenced by changeDataColumn(), copy(), PlotWizard::plot3DRibbon(), ApplicationWindow::plotXYZ(), and restore().
|
slot |
|
slot |
Turns 3D animation on or off
References animation_redraw_wait, and d_timer.
Referenced by copy(), and ApplicationWindow::toggle3DAnimation().
|
inlineslot |
Referenced by copy().
|
inlineslot |
|
inlineslot |
Referenced by copy(), setAxesColor(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
slot |
References sp.
Referenced by save(), and Plot3DDialog::viewAxisOptions().
|
slot |
References sp.
Referenced by save(), and Plot3DDialog::viewAxisOptions().
|
slot |
References sp.
Referenced by copy(), save(), Plot3DDialog::setPlot(), setScales(), and Plot3DDialog::viewAxisOptions().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::viewScaleLimits().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::showBarsTab().
|
slot |
References d_active_curve, and d_bars_rad.
Referenced by copy(), and Plot3DDialog::showBarsTab().
|
inlineslot |
Referenced by copy(), setBackgroundColor(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
slot |
References addData(), addRibbon(), Table::colIndex(), Table::colName(), Table::colX(), Table::colY(), d_autoscale, resetAxesLabels(), resetNonEmptyStyle(), Ribbon, setFilledMeshStyle(), xStart(), xStop(), yStart(), yStop(), zStart(), and zStop().
Referenced by ApplicationWindow::change3DData().
|
private |
References addHiddenConstantCurve(), and d_const_func.
Referenced by loadData(), and updateScalesFromMatrix().
|
slot |
References d_active_curve, d_alpha, legendOn, modified(), and sp.
Referenced by Plot3DDialog::changeTransparency(), and Plot3DDialog::updatePlot().
|
slot |
References d_matrix, d_table, d_table_plot_type, NoTable, plotAssociation, removeCurve(), and sp.
Referenced by loadData(), and updateMatrixData().
|
inlineslot |
Referenced by copy(), setDataColorMap(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by restore(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by copy(), ApplicationWindow::custom3DActions(), and Plot3DDialog::setPlot().
|
slot |
References addFunction(), addMatrixData(), addParametricSurface(), addRibbon(), animate(), antialiasing(), axesColor(), axesLabels(), axisTickLengths(), axisType(), barLines(), barsRadius(), bgColor(), boxedCrossHair(), Table::colIndex(), colorMap(), colorMapFile(), UserFunction::columns(), UserParametricSurface::columns(), coneQuality(), coneRadius(), Cones, conesQuality, conesRad, coordStyle(), crossHairBoxed, crossHairLinewidth(), crossHairLineWidth, crossHairRad, crossHairRadius(), crossHairSmooth, customPlotStyle(), d_active_curve, d_bar_lines, d_bars_rad, d_filled_bars, d_point_size, d_print_cropmarks, d_scale_on_print, d_smooth_points, Dots, filledBars(), floorStyle(), formula(), UserFunction::function(), grids(), HairCross, isAnimated(), isLegendOn(), isOrthogonal(), labelColor(), labelsDistance(), loadData(), matrix(), meshColor(), meshLineWidth(), None, numbersFont(), numColor(), parametricSurface(), plotStyle(), plotTitle(), pointsSize(), pointStyle, pointType(), printCropmarksEnabled(), resetAxesType(), resolution(), UserFunction::rows(), UserParametricSurface::rows(), scaleOnPrint(), scaleTicks(), scaleType, setAxesColor(), setAxesLabels(), setBackgroundColor(), setBarRadius(), setConeOptions(), setCrossOptions(), setDataColorMap(), setGrid(), setLabelsColor(), setMeshColor(), setMeshLineWidth(), setNumbersColor(), setNumbersFont(), setOptions(), setOrthogonal(), setRotation(), setScale(), setShift(), setTickLengths(), setTicks(), setTitle(), setTransparency(), setXAxisLabelFont(), setYAxisLabelFont(), setZAxisLabelFont(), setZoom(), smoothCrossHair(), smoothPoints(), sp, style_, surface(), table(), titleColor(), titleFont(), transparency(), UserParametricSurface::uEnd(), UserParametricSurface::uPeriodic(), userFunction(), UserParametricSurface::uStart(), UserParametricSurface::vEnd(), VerticalBars, UserParametricSurface::vPeriodic(), UserParametricSurface::vStart(), xAxisLabelFont(), UserParametricSurface::xFormula(), xRotation(), xScale(), xShift(), xStart(), xStop(), yAxisLabelFont(), UserParametricSurface::yFormula(), yRotation(), yScale(), yShift(), yStart(), yStop(), zAxisLabelFont(), UserParametricSurface::zFormula(), zoom(), zRotation(), zScale(), zShift(), zStart(), and zStop().
|
slot |
References sp.
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
slot |
References d_active_curve, d_bars_rad, d_point_size, d_smooth_points, Dots, legendOn, None, pointStyle, sp, style_, and VerticalBars.
Referenced by copy(), and ApplicationWindow::plot3DMatrix().
|
slot |
|
slot |
References addData(), addMatrixData(), Table::colIndex(), Table::colPlotDesignation(), Table::colX(), Table::colY(), Table::text(), Trajectory, and Table::Z.
|
slot |
Filters other object's events (customizes title bar's context menu)
Reimplemented from MdiSubWindow.
References showOptionsDialog(), sp, and TRUE.
|
slot |
References pixmap().
Referenced by ApplicationWindow::exportAllGraphs(), and exportToFile().
|
virtualslot |
Reimplemented from MdiSubWindow.
References exportVector().
|
slot |
References exportImage(), and exportVector().
|
slot |
References Graph::customPrintSize(), save(), scaleFonts(), and sp.
Referenced by ApplicationWindow::exportAllGraphs(), exportPDF(), and exportToFile().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::showBarsTab().
|
slot |
References setAxisTickLength(), sp, xScale(), yScale(), and zScale().
Referenced by addData(), addFunction(), addMatrixData(), addParametricSurface(), addRibbon(), ApplicationWindow::fitFrameToLayer(), setScales(), updateData(), and updateMatrixData().
|
slot |
References d_active_curve.
Referenced by copy(), ApplicationWindow::custom3DActions(), and save().
|
slot |
References d_func, UserFunction::function(), and plotAssociation.
Referenced by copy(), restore(), ApplicationWindow::showWindowPopupMenu(), and ApplicationWindow::updateCurves().
|
inlineslot |
Referenced by setGridColor().
|
slot |
References sp.
Referenced by copy(), ApplicationWindow::custom3DActions(), and Plot3DDialog::setPlot().
|
inlineslot |
|
slot |
Referenced by initPlot().
|
slot |
References animation_redraw_wait, MdiSubWindow::applicationWindow(), col_, conesQuality, conesRad, crossHairBoxed, crossHairLineWidth, crossHairRad, crossHairSmooth, ApplicationWindow::d_3D_autoscale, ApplicationWindow::d_3D_axes_color, ApplicationWindow::d_3D_axes_font, ApplicationWindow::d_3D_background_color, ApplicationWindow::d_3D_color_map, ApplicationWindow::d_3D_grid_color, ApplicationWindow::d_3D_labels_color, ApplicationWindow::d_3D_legend, ApplicationWindow::d_3D_major_grids, ApplicationWindow::d_3D_major_style, ApplicationWindow::d_3D_major_width, ApplicationWindow::d_3D_mesh_color, ApplicationWindow::d_3D_minor_grid_color, ApplicationWindow::d_3D_minor_grids, ApplicationWindow::d_3D_minor_style, ApplicationWindow::d_3D_minor_width, ApplicationWindow::d_3D_numbers_color, ApplicationWindow::d_3D_numbers_font, ApplicationWindow::d_3D_orthogonal, ApplicationWindow::d_3D_projection, ApplicationWindow::d_3D_smooth_mesh, ApplicationWindow::d_3D_title_font, d_active_curve, d_alpha, d_autoscale, d_bar_lines, d_bars_rad, d_color_map, d_color_map_file, d_const_curve, d_const_func, d_filled_bars, d_func, d_matrix, d_point_size, d_print_cropmarks, ApplicationWindow::d_print_cropmarks, d_scale_on_print, ApplicationWindow::d_scale_plots_on_print, d_smooth_points, d_surface, d_table, d_table_plot_type, d_timer, ignoreFonts, initCoord(), labelsDist, legendMajorTicks, legendOn, None, NoTable, plotAssociation, pointStyle, rotate(), rotationChanged(), scaleChanged(), scaleType, setAxesColor(), setBackgroundColor(), setLabelsColor(), setMeshColor(), setNumbersColor(), setNumbersFont(), shiftChanged(), sp, style_, title, titleCol, titleFnt, and zoomChanged().
Referenced by Graph3D().
|
slot |
References addData(), Table::colIndex(), Table::colX(), Table::colY(), Trajectory, and update().
Referenced by ApplicationWindow::insertNew3DData().
|
inlineslot |
Referenced by copy(), and ApplicationWindow::custom3DActions().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), ApplicationWindow::custom3DActions(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), setLabelsColor(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
slot |
References addCurve(), Table::cell(), changeScales(), clearData(), Table::colName(), d_active_curve, d_matrix, d_table, legendMajorTicks, legendOn, Table::numRows(), plotAssociation, sp, table(), and Table::text().
Referenced by addData(), copy(), restore(), setScales(), and updateData().
|
inlineslot |
|
inlineslot |
Referenced by copy(), setMeshColor(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), save(), and Plot3DDialog::setPlot().
|
signal |
|
slot |
References sp.
Referenced by addCurve(), copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), setNumbersColor(), and Plot3DDialog::setPlot().
|
staticslot |
Referenced by Plot3DDialog::setColorMapPreview(), setDataColorMap(), and ColorMapPreviewDialog::updatePreview().
|
inlineslot |
|
slot |
References Graph::customPrintSize(), scaleFonts(), and sp.
Referenced by exportImage().
|
slot |
References d_active_curve, and style_.
Referenced by copy(), ApplicationWindow::custom3DActions(), save(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), ApplicationWindow::custom3DActions(), and Plot3DDialog::setPlot().
|
virtualslot |
Reimplemented from MdiSubWindow.
|
virtualslot |
Reimplemented from MdiSubWindow.
References MdiSubWindow::aspect(), d_print_cropmarks, d_scale_on_print, and sp.
|
inline |
Referenced by Plot3DDialog::updatePlot().
|
inline |
Referenced by copy(), and Plot3DDialog::setPlot().
|
private |
References d_active_curve, d_const_curve, d_const_func, d_func, and d_surface.
Referenced by addCurve(), clearData(), and ~Graph3D().
|
slot |
References d_matrix, labels, plotAssociation, and sp.
Referenced by changeDataColumn(), and update().
|
private |
|
slot |
References Cones, conesQuality, conesRad, crossHairBoxed, crossHairLineWidth, crossHairRad, crossHairSmooth, d_active_curve, d_bars_rad, d_point_size, d_smooth_points, Dots, HairCross, None, pointStyle, style_, and VerticalBars.
Referenced by changeDataColumn(), updateData(), and updateDataXY().
|
slot |
Reimplemented from MdiSubWindow.
References ignoreFonts, modified(), MdiSubWindow::resizedWindow(), and scaleFonts().
|
inlineslot |
Referenced by copy(), save(), and Plot3DDialog::setPlot().
|
static |
References addFunction(), addMatrixData(), addParametricSurface(), addRibbon(), Table::colIndex(), coordinateSystem(), formula(), LinearColorMap::fromXmlStringList(), loadData(), ApplicationWindow::matrix(), ApplicationWindow::newPlot3D(), resetAxesType(), ApplicationWindow::restoreWindowGeometry(), setAxesColor(), setAxesLabels(), setAxisNumericFormat(), setAxisType(), setBackgroundColor(), MdiSubWindow::setBirthDate(), MdiSubWindow::setCaptionPolicy(), setDataColorMap(), setDataColors(), setGrid(), setGridColor(), setIgnoreFonts(), setLabelsColor(), ApplicationWindow::setListViewDate(), setMeshColor(), setMeshLineWidth(), setNumbersColor(), setNumbersFont(), setOptions(), setOrthogonal(), setRotation(), setScale(), setShift(), setStyle(), setTickLengths(), setTicks(), setTitle(), setTransparency(), MdiSubWindow::setWindowLabel(), setXAxisLabelFont(), setYAxisLabelFont(), setZAxisLabelFont(), setZoom(), ApplicationWindow::table(), and update().
Referenced by ApplicationWindow::appendProject(), ApplicationWindow::openProject(), and ApplicationWindow::openTemplate().
|
slot |
Used for the animation: rotates the scene with 1/360 degrees.
References sp.
Referenced by initPlot().
|
slot |
References modified().
Referenced by initPlot().
|
virtualslot |
Reimplemented from MdiSubWindow.
References axesCol, axisNumericFormat(), axisNumericPrecision(), axisTickLengths(), bgCol, MdiSubWindow::birthDate(), MdiSubWindow::captionPolicy(), UserFunction::columns(), UserParametricSurface::columns(), Cones, conesQuality, conesRad, crossHairBoxed, crossHairLineWidth, crossHairRad, crossHairSmooth, d_alpha, d_bar_lines, d_bars_rad, d_color_map, d_color_map_file, d_filled_bars, d_func, d_point_size, d_smooth_points, d_surface, Dots, floorStyle(), UserFunction::function(), gridCol, HairCross, labels, labelsCol, labelsDist, legendOn, meshCol, meshLineWidth(), MdiSubWindow::name(), numCol, plotAssociation, plotStyle(), pointStyle, resolution(), UserFunction::rows(), UserParametricSurface::rows(), scaleTicks(), scaleType, sp, title, titleCol, titleFnt, LinearColorMap::toXmlString(), UserParametricSurface::uEnd(), UserParametricSurface::uPeriodic(), UserParametricSurface::uStart(), UserParametricSurface::vEnd(), VerticalBars, UserParametricSurface::vPeriodic(), UserParametricSurface::vStart(), MdiSubWindow::windowLabel(), UserParametricSurface::xFormula(), UserParametricSurface::yFormula(), and UserParametricSurface::zFormula().
Referenced by exportVector().
|
slot |
References modified().
Referenced by initPlot().
|
slot |
References d_active_curve, setXAxisLabelFont(), setYAxisLabelFont(), setZAxisLabelFont(), sp, titleFnt, xAxisLabelFont(), yAxisLabelFont(), and zAxisLabelFont().
Referenced by exportVector(), pixmap(), and resizeEvent().
|
inline |
Referenced by copy(), and Plot3DDialog::setPlot().
|
slot |
References Bars, d_table_plot_type, pointStyle, setBarStyle(), sp, and VerticalBars.
Referenced by ApplicationWindow::setPlot3DOptions().
|
inlineslot |
Enables/Disables autoscaling using findBestLayout().
Referenced by ApplicationWindow::setPlot3DOptions().
|
slot |
References axesCol, axesColor(), and sp.
Referenced by copy(), initPlot(), restore(), and Plot3DDialog::updatePlot().
|
slot |
|
slot |
References modified(), and sp.
Referenced by restore(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by findBestLayout().
|
slot |
|
slot |
References setGrid().
Referenced by ApplicationWindow::setBackGrid3DPlot().
|
slot |
References bgCol, bgColor(), and sp.
Referenced by copy(), initPlot(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References d_bar_lines.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References d_bars_rad.
Referenced by copy(), and Plot3DDialog::updatePlot().
|
slot |
References MdiSubWindow::applicationWindow(), Bars, d_active_curve, d_bar_lines, d_bars_rad, d_filled_bars, d_table_plot_type, pointStyle, sp, style_, and VerticalBars.
Referenced by addData(), setAntialiasing(), ApplicationWindow::setBars3DPlot(), setStyle(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by ApplicationWindow::setBoxed3DPlot().
|
slot |
References setGrid().
Referenced by ApplicationWindow::setCeilGrid3DPlot().
|
slot |
References conesQuality, and conesRad.
Referenced by copy(), and Plot3DDialog::updatePlot().
|
slot |
References Cones, conesQuality, conesRad, d_active_curve, pointStyle, sp, and style_.
Referenced by ApplicationWindow::setCones3DPlot(), setStyle(), and Plot3DDialog::updatePlot().
|
slot |
References crossHairBoxed, crossHairLineWidth, crossHairRad, and crossHairSmooth.
Referenced by copy(), and Plot3DDialog::updatePlot().
|
slot |
References crossHairBoxed, crossHairLineWidth, crossHairRad, crossHairSmooth, d_active_curve, HairCross, pointStyle, sp, and style_.
Referenced by ApplicationWindow::setCrosses3DPlot(), setStyle(), and Plot3DDialog::updatePlot().
|
slot |
References col_, colorMap(), d_active_curve, d_alpha, d_color_map, d_color_map_file, LinearColorMap::intensityRange(), legendOn, and sp.
Referenced by copy(), Plot3DDialog::pickDataColorMap(), ApplicationWindow::plot3DMatrix(), PlotWizard::plot3DRibbon(), ApplicationWindow::plotParametricSurface(), ApplicationWindow::plotSurface(), ApplicationWindow::plotXYZ(), restore(), setDataColorMap(), and Plot3DDialog::updatePlot().
|
slot |
References d_color_map_file, openColorMapFile(), and setDataColorMap().
|
slot |
References col_, d_active_curve, legendOn, and sp.
|
slot |
References colorMap(), d_color_map, d_color_map_file, and setDataColorMap().
|
inlineslot |
Referenced by restore().
|
slot |
References d_point_size, and d_smooth_points.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References d_active_curve, d_point_size, d_smooth_points, Dots, pointStyle, sp, and style_.
Referenced by addData(), ApplicationWindow::setPoints3DPlot(), setStyle(), and Plot3DDialog::updatePlot().
|
slot |
References d_active_curve, and sp.
Referenced by ApplicationWindow::setEmptyFloor3DPlot().
|
slot |
References d_filled_bars.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References d_active_curve, None, pointStyle, sp, and style_.
Referenced by changeDataColumn(), ApplicationWindow::setFilledMesh3DPlot(), and setStyle().
|
slot |
References d_active_curve, and sp.
Referenced by ApplicationWindow::setFloorData3DPlot().
|
slot |
References setGrid().
Referenced by ApplicationWindow::setFloorGrid3DPlot().
|
slot |
References d_active_curve, and sp.
Referenced by ApplicationWindow::setFloorIso3DPlot().
|
slot |
References sp.
Referenced by ApplicationWindow::setFramed3DPlot().
|
slot |
References setGrid().
Referenced by ApplicationWindow::setFrontGrid3DPlot().
|
slot |
References modified(), and sp.
Referenced by copy(), restore(), setBackGrid(), setCeilGrid(), setFloorGrid(), setFrontGrid(), setLeftGrid(), and setRightGrid().
|
slot |
References sp.
|
slot |
References gridCol, gridColor(), and sp.
Referenced by restore().
|
slot |
References d_active_curve, legendOn, None, pointStyle, sp, and style_.
Referenced by ApplicationWindow::setHiddenLineGrid3DPlot(), and setStyle().
|
inlineslot |
Referenced by restore().
|
slot |
References labelColor(), labelsCol, and sp.
Referenced by copy(), initPlot(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References labelsDist, modified(), and sp.
Referenced by setOptions(), and Plot3DDialog::updatePlot().
|
slot |
References setGrid().
Referenced by ApplicationWindow::setLeftGrid3DPlot().
|
slot |
References meshCol, meshColor(), and sp.
Referenced by copy(), initPlot(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References d_active_curve, and sp.
Referenced by copy(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by ApplicationWindow::removeAxes3DPlot().
|
slot |
References d_active_curve, numCol, numColor(), and sp.
Referenced by copy(), initPlot(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References d_active_curve, and sp.
Referenced by copy(), initPlot(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References d_active_curve, legendOn, setLabelsDistance(), and sp.
|
slot |
References d_active_curve, legendOn, and setLabelsDistance().
|
inlineslot |
Referenced by copy(), restore(), and ApplicationWindow::togglePerspective().
|
inlineslot |
|
slot |
References d_active_curve, None, pointStyle, sp, and style_.
Referenced by ApplicationWindow::removeGrid3DPlot(), and setStyle().
|
slot |
References d_active_curve, modified(), and sp.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References setGrid().
Referenced by ApplicationWindow::setRightGrid3DPlot().
|
slot |
References sp.
Referenced by copy(), ApplicationWindow::resetRotation(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by Plot3DDialog::changeZoom(), copy(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References d_active_curve, d_func, d_surface, legendMajorTicks, modified(), scaleType, setScales(), sp, and update().
|
inline |
Referenced by Plot3DDialog::updatePlot().
|
slot |
References axisTickLengths(), Table::colIndex(), d_active_curve, d_autoscale, d_func, d_matrix, d_table, findBestLayout(), loadData(), plotAssociation, setTickLengths(), sp, updateScales(), and updateScalesFromMatrix().
Referenced by setScale().
|
slot |
|
slot |
References conesQuality, conesRad, crossHairBoxed, crossHairLineWidth, crossHairRad, crossHairSmooth, d_bar_lines, d_bars_rad, d_filled_bars, d_point_size, d_smooth_points, setBarStyle(), setConeStyle(), setCrossStyle(), setDotStyle(), setFilledMeshStyle(), setHiddenLineStyle(), setPolygonStyle(), setWireframeStyle(), and sp.
Referenced by restore().
|
slot |
References sp.
Referenced by copy(), restore(), and setScales().
|
slot |
|
slot |
Referenced by addCurve(), copy(), restore(), and Plot3DDialog::updatePlot().
|
slot |
|
slot |
References d_active_curve, and d_alpha.
|
slot |
References d_active_curve, legendOn, None, pointStyle, sp, and style_.
Referenced by addData(), ApplicationWindow::setLineGrid3DPlot(), and setStyle().
|
slot |
References labels, modified(), and sp.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by copy(), restore(), scaleFonts(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
|
slot |
References sp.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References labels, modified(), and sp.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by copy(), restore(), scaleFonts(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
|
slot |
References sp.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References labels, modified(), and sp.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by copy(), restore(), scaleFonts(), and Plot3DDialog::updatePlot().
|
slot |
References sp.
|
slot |
References sp.
Referenced by Plot3DDialog::updatePlot().
|
slot |
References sp.
Referenced by Plot3DDialog::changeZoom(), copy(), restore(), and Plot3DDialog::updatePlot().
|
slot |
References modified().
Referenced by initPlot().
|
slot |
References legendOn, modified(), and sp.
Referenced by Plot3DDialog::updatePlot().
|
signal |
Referenced by eventFilter().
|
slot |
References d_matrix, and d_table.
Referenced by Plot3DDialog::worksheet().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inline |
Referenced by copy(), Plot3DDialog::setPlot(), Plot3DDialog::viewScaleLimits(), and ImageWidget::windowPixmap().
|
inlineslot |
|
inlineslot |
Referenced by ApplicationWindow::change3DData().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
slot |
References resetAxesLabels(), and sp.
Referenced by addFunction(), addMatrixData(), addParametricSurface(), Plot3DDialog::changeTransparency(), Plot3DDialog::changeZoom(), insertNewData(), ApplicationWindow::plot3DMatrix(), PlotWizard::plot3DRibbon(), ApplicationWindow::plotParametricSurface(), ApplicationWindow::plotSurface(), ApplicationWindow::plotXYZ(), restore(), setScale(), updateData(), updateDataXY(), updateMatrixData(), Plot3DDialog::updatePlot(), and updateScalesFromMatrix().
|
slot |
References Table::colIndex(), d_autoscale, d_func, findBestLayout(), loadData(), MdiSubWindow::name(), plotAssociation, resetNonEmptyStyle(), update(), and updateDataXY().
Referenced by ApplicationWindow::updateCurves().
|
slot |
References addCurve(), Matrix::allocateMatrixData(), Table::cell(), d_active_curve, Matrix::freeMatrixData(), legendMajorTicks, legendOn, Table::numRows(), resetNonEmptyStyle(), sp, Table::text(), and update().
Referenced by updateData().
|
slot |
References addCurve(), Matrix::allocateMatrixData(), Matrix::cell(), clearData(), d_active_curve, d_autoscale, findBestLayout(), Matrix::freeMatrixData(), Matrix::isEmpty(), legendMajorTicks, legendOn, Matrix::numCols(), Matrix::numRows(), sp, update(), Matrix::xEnd(), Matrix::xStart(), Matrix::yEnd(), and Matrix::yStart().
|
slot |
References Matrix::allocateMatrixData(), Table::cell(), d_active_curve, d_table, Matrix::freeMatrixData(), Table::numRows(), sp, and Table::text().
Referenced by setScales().
|
slot |
References addCurve(), Matrix::allocateMatrixData(), Matrix::cell(), changeScales(), d_active_curve, d_matrix, Matrix::dx(), Matrix::dy(), Matrix::freeMatrixData(), legendMajorTicks, Matrix::numCols(), Matrix::numRows(), Matrix::range(), sp, update(), Matrix::xEnd(), xStart(), Matrix::xStart(), Matrix::yEnd(), yStart(), Matrix::yStart(), and zStart().
Referenced by addMatrixData(), and setScales().
|
inlineslot |
|
slot |
References sp.
Referenced by copy(), scaleFonts(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), findBestLayout(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy().
|
slot |
References sp.
Referenced by ApplicationWindow::change3DMatrix(), changeDataColumn(), copy(), SurfaceDialog::setFunction(), and updateScalesFromMatrix().
|
slot |
References sp.
Referenced by ApplicationWindow::change3DMatrix(), changeDataColumn(), copy(), and SurfaceDialog::setFunction().
|
slot |
References sp.
Referenced by copy(), scaleFonts(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), findBestLayout(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy().
|
slot |
References sp.
Referenced by ApplicationWindow::change3DMatrix(), changeDataColumn(), copy(), SurfaceDialog::setFunction(), and updateScalesFromMatrix().
|
slot |
References sp.
Referenced by ApplicationWindow::change3DMatrix(), changeDataColumn(), copy(), and SurfaceDialog::setFunction().
|
slot |
References sp.
Referenced by copy(), scaleFonts(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
slot |
References modified().
Referenced by initPlot().
|
inlineslot |
Referenced by copy(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy(), findBestLayout(), and Plot3DDialog::setPlot().
|
inlineslot |
Referenced by copy().
|
slot |
References sp.
Referenced by ApplicationWindow::change3DMatrix(), changeDataColumn(), copy(), SurfaceDialog::setFunction(), Plot3DDialog::setPlot(), and updateScalesFromMatrix().
|
slot |
References sp.
Referenced by ApplicationWindow::change3DMatrix(), changeDataColumn(), copy(), SurfaceDialog::setFunction(), and Plot3DDialog::setPlot().
|
private |
Wait this many msecs before redraw 3D plot (used for animations)
Referenced by animate(), and initPlot().
|
private |
Referenced by save(), and setAxesColor().
|
private |
Referenced by save(), and setBackgroundColor().
|
private |
Referenced by initPlot(), and setDataColorMap().
|
private |
Referenced by copy(), initPlot(), resetNonEmptyStyle(), save(), setConeOptions(), setConeStyle(), and setStyle().
|
private |
Referenced by copy(), initPlot(), resetNonEmptyStyle(), save(), setConeOptions(), setConeStyle(), and setStyle().
|
private |
Referenced by copy(), initPlot(), resetNonEmptyStyle(), save(), setCrossOptions(), setCrossStyle(), and setStyle().
|
private |
Referenced by copy(), initPlot(), resetNonEmptyStyle(), save(), setCrossOptions(), setCrossStyle(), and setStyle().
|
private |
Referenced by copy(), initPlot(), resetNonEmptyStyle(), save(), setCrossOptions(), setCrossStyle(), and setStyle().
|
private |
Referenced by copy(), initPlot(), resetNonEmptyStyle(), save(), setCrossOptions(), setCrossStyle(), and setStyle().
|
private |
Referenced by addCurve(), addFunction(), addMatrixData(), addParametricSurface(), addRibbon(), barsRadius(), changeTransparency(), copy(), customPlotStyle(), floorStyle(), initPlot(), loadData(), plotStyle(), removeCurve(), resetNonEmptyStyle(), scaleFonts(), setBarStyle(), setConeStyle(), setCrossStyle(), setDataColorMap(), setDotStyle(), setEmptyFloor(), setFilledMeshStyle(), setFloorData(), setFloorIsolines(), setHiddenLineStyle(), setMeshLineWidth(), setNumbersColor(), setNumbersFont(), setOptions(), setPolygonStyle(), setResolution(), setScale(), setScales(), setTransparency(), setWireframeStyle(), updateDataXY(), updateMatrixData(), updateScales(), and updateScalesFromMatrix().
|
private |
Transparency.
Referenced by changeTransparency(), initPlot(), save(), setDataColorMap(), and setTransparency().
|
private |
Referenced by addFunction(), addMatrixData(), addRibbon(), changeDataColumn(), initPlot(), setScales(), updateData(), and updateMatrixData().
|
private |
Referenced by copy(), initPlot(), save(), setBarLines(), setBarStyle(), and setStyle().
|
private |
Referenced by barsRadius(), copy(), customPlotStyle(), initPlot(), resetNonEmptyStyle(), save(), setBarRadius(), setBarStyle(), and setStyle().
|
private |
Referenced by initPlot(), save(), and setDataColorMap().
|
private |
File name of the color map used for the data (if any)
Referenced by initPlot(), save(), and setDataColorMap().
|
private |
Referenced by addHiddenConstantCurve(), initPlot(), and removeCurve().
|
private |
Referenced by addHiddenConstantCurve(), changeScales(), initPlot(), and removeCurve().
|
private |
Referenced by copy(), initPlot(), save(), setBarStyle(), setFilledBars(), and setStyle().
|
private |
Referenced by addFunction(), formula(), initPlot(), removeCurve(), save(), setScale(), setScales(), and updateData().
|
private |
Referenced by addMatrixData(), clearData(), initPlot(), loadData(), resetAxesLabels(), setScales(), showWorksheet(), and updateScalesFromMatrix().
|
private |
Referenced by copy(), customPlotStyle(), initPlot(), resetNonEmptyStyle(), save(), setDotOptions(), setDotStyle(), and setStyle().
|
private |
Referenced by copy(), initPlot(), and print().
|
private |
Referenced by copy(), initPlot(), and print().
|
private |
Draw 3D points with smoothed angles.
Referenced by copy(), customPlotStyle(), initPlot(), resetNonEmptyStyle(), save(), setDotOptions(), setDotStyle(), and setStyle().
|
private |
Referenced by addParametricSurface(), initPlot(), removeCurve(), save(), and setScale().
|
private |
Referenced by addMatrixData(), addRibbon(), clearData(), initPlot(), loadData(), setScales(), showWorksheet(), and updateScales().
|
private |
Referenced by addData(), addRibbon(), clearData(), initPlot(), setAntialiasing(), and setBarStyle().
|
private |
Referenced by animate(), and initPlot().
|
private |
Referenced by save(), and setGridColor().
|
private |
Referenced by initPlot(), and resizeEvent().
|
private |
Referenced by initCoord(), resetAxesLabels(), save(), setAxesLabels(), setXAxisLabel(), setYAxisLabel(), and setZAxisLabel().
|
private |
Referenced by save(), and setLabelsColor().
|
private |
Referenced by initPlot(), save(), and setLabelsDistance().
|
private |
Referenced by addFunction(), addMatrixData(), addParametricSurface(), addRibbon(), initPlot(), loadData(), setScale(), updateDataXY(), updateMatrixData(), and updateScalesFromMatrix().
|
private |
|
private |
Referenced by save(), and setMeshColor().
|
private |
Referenced by save(), and setNumbersColor().
|
private |
Referenced by addMatrixData(), addRibbon(), clearData(), formula(), initPlot(), loadData(), resetAxesLabels(), save(), setScales(), and updateData().
|
private |
|
private |
Referenced by copy(), initPlot(), resetAxesType(), save(), setAxisType(), and setScale().
|
private |
Referenced by addCurve(), addFunction(), addHiddenConstantCurve(), addMatrixData(), addParametricSurface(), addRibbon(), axisNumericFormat(), axisNumericPrecision(), axisTickLengths(), changeTransparency(), clearData(), coordStyle(), copy(), copyImage(), customPlotStyle(), eventFilter(), exportVector(), findBestLayout(), grids(), initCoord(), initPlot(), loadData(), numbersFont(), pixmap(), print(), resetAxesLabels(), resetAxesType(), rotate(), save(), scaleFonts(), scaleTicks(), setAntialiasing(), setAxesColor(), setAxesLabels(), setAxisNumericFormat(), setAxisTickLength(), setBackgroundColor(), setBarStyle(), setBoxed(), setConeStyle(), setCrossStyle(), setDataColorMap(), setDotStyle(), setEmptyFloor(), setFilledMeshStyle(), setFloorData(), setFloorIsolines(), setFramed(), setGrid(), setGridColor(), setHiddenLineStyle(), setLabelsColor(), setLabelsDistance(), setMeshColor(), setMeshLineWidth(), setNoAxes(), setNumbersColor(), setNumbersFont(), setOptions(), setPolygonStyle(), setResolution(), setRotation(), setScale(), setScales(), setShift(), setStyle(), setTickLengths(), setTicks(), setTitle(), setTitleFont(), setWireframeStyle(), setXAxisLabel(), setXAxisLabelFont(), setXAxisTickLength(), setYAxisLabel(), setYAxisLabelFont(), setYAxisTickLength(), setZAxisLabel(), setZAxisLabelFont(), setZAxisTickLength(), setZoom(), showColorLegend(), update(), updateDataXY(), updateMatrixData(), updateScales(), updateScalesFromMatrix(), xAxisLabelFont(), xStart(), xStop(), yAxisLabelFont(), yStart(), yStop(), zAxisLabelFont(), zStart(), zStop(), and ~Graph3D().
|
private |
|
private |
Referenced by addCurve(), initPlot(), save(), and setTitle().
|
private |
Referenced by addCurve(), initPlot(), save(), and setTitle().
|
private |
Referenced by addCurve(), initPlot(), save(), scaleFonts(), setTitle(), and setTitleFont().