Choreonoid
1.5
|
#include <MainWindow.h>
Public Member Functions | |
void | show () |
void | setProjectTitle (const std::string &title) |
ToolBarArea * | toolBarArea () |
ViewArea * | viewArea () |
void | addToolBar (ToolBar *toolbar) |
void | getAllToolBars (std::vector< ToolBar * > &out_toolBars) |
void | getVisibleToolBars (std::vector< ToolBar * > &out_toolBars) |
void | restoreLayout (ArchivePtr archive) |
void | storeLayout (ArchivePtr archive) |
void | setInitialLayout (ArchivePtr archive) |
Static Public Member Functions | |
static MainWindow * | initialize (const char *appName, ExtensionManager *ext) |
static MainWindow * | instance () |
Protected Member Functions | |
virtual void | changeEvent (QEvent *event) |
virtual void | resizeEvent (QResizeEvent *event) |
virtual void | keyPressEvent (QKeyEvent *event) |
Friends | |
class | AppImpl |
class | ExtensionManager |
void MainWindow::addToolBar | ( | ToolBar * | toolbar | ) |
|
protectedvirtual |
void MainWindow::getAllToolBars | ( | std::vector< ToolBar * > & | out_toolBars | ) |
void MainWindow::getVisibleToolBars | ( | std::vector< ToolBar * > & | out_toolBars | ) |
|
static |
|
static |
|
protectedvirtual |
|
protectedvirtual |
void MainWindow::restoreLayout | ( | ArchivePtr | archive | ) |
void MainWindow::setInitialLayout | ( | ArchivePtr | archive | ) |
void MainWindow::setProjectTitle | ( | const std::string & | title | ) |
void MainWindow::show | ( | ) |
void MainWindow::storeLayout | ( | ArchivePtr | archive | ) |
ToolBarArea * MainWindow::toolBarArea | ( | ) |
ViewArea * MainWindow::viewArea | ( | ) |
|
friend |
|
friend |