Ocular Engine
|
Main window for the Ocular Editor application. More...
#include <MainWindow.hpp>
Public Member Functions | |
MainWindow (QWidget *parent=nullptr) | |
virtual QSize | sizeHint () const override |
void | update () |
MainMenuBar * | getMainMenu () const |
MainStatusBar * | getMainStatusBar () const |
ToolbarCommon * | getCommonToolbar () const |
ContentFrame * | getContentFrame () const |
ToolbarCommon * Ocular::Editor::MainWindow::getCommonToolbar | ( | ) | const |
Returns a pointer to the primary toolbar.
ContentFrame * Ocular::Editor::MainWindow::getContentFrame | ( | ) | const |
Returns a pointer to the ContentFrame which contains the PropertiesPanel, ConsoleText, and SceneTree
MainMenuBar * Ocular::Editor::MainWindow::getMainMenu | ( | ) | const |
Returns a pointer to the primary menu bar.
MainStatusBar * Ocular::Editor::MainWindow::getMainStatusBar | ( | ) | const |
Returns a pointer to the primary status bar.