#include <Gui/MainWindowInterface.hpp>
|
void | closed () |
| Emitted when the closed button has been hit.
|
|
void | requestEngineOpenGLInitialization () |
| Emitted when the viewer request OpenGL initialization of the engine.
|
|
Interface class for MainWindow contains abstract methods that MainApplication uses.
Definition at line 27 of file MainWindowInterface.hpp.
◆ MainWindowInterface()
Ra::Gui::MainWindowInterface::MainWindowInterface |
( |
QWidget * | parent = nullptr | ) |
|
|
inlineexplicit |
◆ ~MainWindowInterface()
virtual Ra::Gui::MainWindowInterface::~MainWindowInterface |
( |
| ) |
|
|
inlinevirtual |
◆ addRenderer()
◆ configure()
virtual void Ra::Gui::MainWindowInterface::configure |
( |
| ) |
|
|
inlinevirtual |
◆ displayHelpDialog
virtual void Ra::Gui::MainWindowInterface::displayHelpDialog |
( |
| ) |
|
|
inlinevirtualslot |
◆ getSelectionManager()
virtual Gui::SelectionManager * Ra::Gui::MainWindowInterface::getSelectionManager |
( |
| ) |
|
|
pure virtual |
◆ getTimeline()
virtual Gui::Timeline * Ra::Gui::MainWindowInterface::getTimeline |
( |
| ) |
|
|
pure virtual |
◆ getViewer()
◆ onFrameComplete()
virtual void Ra::Gui::MainWindowInterface::onFrameComplete |
( |
| ) |
|
|
pure virtual |
Update the UI ( most importantly gizmos ) to the modifications of the engine
Implemented in Ra::Gui::SimpleWindow.
◆ prepareDisplay
virtual void Ra::Gui::MainWindowInterface::prepareDisplay |
( |
| ) |
|
|
pure virtualslot |
Called when a scene is ready to display to parameterize the application window and the viewer.
◆ updateUi()
The documentation for this class was generated from the following file: