Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::ModelViewerWidget Class Referencefinal

Placeholder for the OpenGL widget showing the 3D model of the system and object. More...

#include <ModelViewerWidget.h>

Inheritance diagram for sf::ModelViewerWidget:
Collaboration diagram for sf::ModelViewerWidget:

Public Member Functions

 ModelViewerWidget (QWidget *parent)
 Constructor.
 
 ~ModelViewerWidget () override
 Virtual destructor.
 
OpenGLWidgetgetWidget ()
 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.
 

Detailed Description

Placeholder for the OpenGL widget showing the 3D model of the system and object.

Constructor & Destructor Documentation

◆ ModelViewerWidget()

sf::ModelViewerWidget::ModelViewerWidget ( QWidget *  parent)
explicit

Constructor.

◆ ~ModelViewerWidget()

sf::ModelViewerWidget::~ModelViewerWidget ( )
override

Virtual destructor.

Member Function Documentation

◆ addPropertyPages()

void sf::ModelViewerWidget::addPropertyPages ( PropertySheetDialog sheet)

Adds property pages of the OpenGLWidget and Scene.

Parameters
sheet

◆ getWidget()

OpenGLWidget * sf::ModelViewerWidget::getWidget ( )

Gets the OpenGL widget responsible for rendering the scene.

◆ store()

void sf::ModelViewerWidget::store ( bool  rd)

Stores and restores settings.

Parameters
rdTrue for reading and False for writing.

The documentation for this class was generated from the following file: