A user interface widget for rendering scenes.
More...
#include <SceneWidget.hpp>
|
| std::string | _name |
| | The name of the widget.
|
| |
A user interface widget for rendering scenes.
The SceneWidget class provides a graphical user interface widget for rendering and contrlling the runtime
◆ SceneWidget()
| shkyera::SceneWidget::SceneWidget |
( |
std::shared_ptr< Registry > |
registry | ) |
|
◆ draw()
| void shkyera::SceneWidget::draw |
( |
| ) |
|
|
overridevirtual |
Implementation of the abstract draw method to render the scene widget.
Implements shkyera::Widget.
◆ updateWindowCoordinateSystem()
| void shkyera::SceneWidget::updateWindowCoordinateSystem |
( |
| ) |
|
|
private |
◆ Widget()
| shkyera::Widget::Widget |
( |
std::string |
name | ) |
|
Constructor to create a widget with a specified name.
- Parameters
-
| name | The name of the widget. |
◆ _registry
| std::shared_ptr<Registry> shkyera::SceneWidget::_registry |
|
private |
The documentation for this class was generated from the following files: