![]() |
Scanframe Modular Application 0.1.0
|
Placeholder for the OpenGL widget showing the 3D model of the system and object. More...
#include <ModelViewerWidget.h>


Public Member Functions | |
| ModelViewerWidget (QWidget *parent) | |
| Constructor. | |
| ~ModelViewerWidget () override | |
| Virtual destructor. | |
| OpenGLWidget * | getWidget () |
| Gets the OpenGL widget responsible for rendering the scene. | |
| void | store (bool rd) |
| Stores and restores settings. | |
| void | addPropertyPages (PropertySheetDialog *sheet) |
| Adds property pages of the OpenGLWidget and Scene. | |
Placeholder for the OpenGL widget showing the 3D model of the system and object.
|
explicit |
Constructor.
|
override |
Virtual destructor.
| void sf::ModelViewerWidget::addPropertyPages | ( | PropertySheetDialog * | sheet | ) |
Adds property pages of the OpenGLWidget and Scene.
| sheet |
| OpenGLWidget * sf::ModelViewerWidget::getWidget | ( | ) |
Gets the OpenGL widget responsible for rendering the scene.
| void sf::ModelViewerWidget::store | ( | bool | rd | ) |
Stores and restores settings.
| rd | True for reading and False for writing. |