Analitza
Analitza::PlotsView3D Class Reference
#include <plotsview3d.h>
Inheritance diagram for Analitza::PlotsView3D:

Public Slots | |
| void | resetView () |
Public Member Functions | |
| PlotsView3D (QWidget *parent=0) | |
| virtual | ~PlotsView3D () |
| void | setSelectionModel (QItemSelectionModel *selection) |
Public Member Functions inherited from Analitza::Plotter3D | |
| Plotter3D (QAbstractItemModel *model=0) | |
| virtual | ~Plotter3D () |
| virtual void | drawPlots () |
| void | fixRotation (const QVector3D &direction) |
| void | hideAxisHint () |
| virtual void | initGL () |
| bool | isRotationFixed () const |
| bool | isUsingSimpleRotation () const |
| QAbstractItemModel * | model () const |
| PlotStyle | plotStyle () const |
| PlottingFocusPolicy | plottingFocusPolicy () const |
| void | resetView () |
| void | rotate (int dx, int dy) |
| void | scale (GLdouble factor) |
| CartesianAxis | selectAxisArrow (int x, int y) |
| void | setModel (QAbstractItemModel *f) |
| void | setPlotStyle (PlotStyle ps) |
| void | setPlottingFocusPolicy (PlottingFocusPolicy fp) |
| void | setReferencePlaneColor (const QColor &color) |
| void | setUseSimpleRotation (bool simplerot) |
| virtual void | setViewport (const QRectF &vp) |
| void | showAxisArrowHint (CartesianAxis axis) |
| void | updatePlots (const QModelIndex &parent, int start, int end) |
Additional Inherited Members | |
Static Public Attributes inherited from Analitza::Plotter3D | |
| static const GLubyte | XAxisArrowColor [] |
| static const GLubyte | YAxisArrowColor [] |
| static const GLubyte | ZAxisArrowColor [] |
Protected Member Functions inherited from Analitza::Plotter3D | |
| void | addPlots (PlotItem *item) |
Detailed Description
Widget that allows visualization of 3D plots.
This class lets you create a widget that can draw multiple 3D graphs. This widget use Plotter3D and OpenGL as a backend.
Definition at line 53 of file plotsview3d.h.
Constructor & Destructor Documentation
| Analitza::PlotsView3D::PlotsView3D | ( | QWidget * | parent = 0 | ) |
|
virtual |
Member Function Documentation
|
slot |
| void Analitza::PlotsView3D::setSelectionModel | ( | QItemSelectionModel * | selection | ) |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from