#include <Gui/MainWindowInterface.hpp>
|
virtual void | prepareDisplay ()=0 |
|
virtual void | cleanup ()=0 |
| Cleanup resources.
|
|
virtual void | displayHelpDialog () |
|
Interface class for MainWindow contains abstract methods that MainApplication uses.
Definition at line 27 of file MainWindowInterface.hpp.
◆ 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.
The documentation for this class was generated from the following file: