|
Jafar
|
This class provide a window with an embedded View3D and some visual elements to control the camera, the configuration... More...
This class provide a window with an embedded View3D and some visual elements to control the camera, the configuration...
Definition at line 21 of file Viewer3D.hpp.
#include <Viewer3D.hpp>
Public Member Functions | |
| Viewer3D (QWidget *parent=0, Qt::WindowFlags f=0) | |
| View3D * | view () |
| void | setSpinBoxLimit (double _limit) |
| This function allow to change the limit for the spin box of the camera docker. | |
| void | setTitle (const std::string &_title) |
Private Slots | |
| void | updateCamera () |
| void | updateCameraControl () |
| void | saveCamera () |
| void | loadCamera () |
| void | manipulatorIndexChanged (int _index) |
| void | takeSnapshot () |
| void | startMovie () |
| void | stepMovie () |
| void | stopMovie () |
Private Member Functions | |
| void | connectSpinBoxToSlider (QDoubleSpinBox *spinBox, QSlider *slider) |
Private Attributes | |
| View3D * | m_view |
| Ui_CameraPosition * | m_cameraPosition |
| Ui_Snapshots * | m_snapshots |
| bool | m_blockUpdateCamera |
| Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |
|