![]() |
VR-Forces 4.0.4 Class Documentation
|
A main window class. More...

Public Member Functions | |
| ExampleEmbeddedSlaveMainWindow () | |
| CTOR. | |
| virtual | ~ExampleEmbeddedSlaveMainWindow () |
| DTOR. | |
Public Attributes | |
| makVrv::DtOsgAdapterQtWidget * | myMainOSGWidget |
Protected Member Functions | |
| void | createDisplayEngine () |
| Non virtual since called from CTOR. | |
| void | buildGui () |
| void | preDisplayEngineInitialize () |
| void | initializeDisplayEngine () |
| void | postDisplayEngineInitialize () |
| virtual void | closeEvent (QCloseEvent *event) |
| void | createActions () |
| void | createMenus () |
| void | createToolBars () |
| void | createStatusBar () |
Protected Attributes | |
| makVrv::DtDe * | myDe |
| makVrv::DtPluginManager * | myPluginManager |
| QMenu * | myFileMenu |
| QToolBar * | myFileToolBar |
| QAction * | myExitAction |
A main window class.
| virtual ExampleEmbeddedSlaveMainWindow::~ExampleEmbeddedSlaveMainWindow | ( | ) | [virtual] |
DTOR.
| void ExampleEmbeddedSlaveMainWindow::createDisplayEngine | ( | ) | [protected] |
Non virtual since called from CTOR.
| void ExampleEmbeddedSlaveMainWindow::buildGui | ( | ) | [protected] |
| void ExampleEmbeddedSlaveMainWindow::preDisplayEngineInitialize | ( | ) | [protected] |
| void ExampleEmbeddedSlaveMainWindow::initializeDisplayEngine | ( | ) | [protected] |
| void ExampleEmbeddedSlaveMainWindow::postDisplayEngineInitialize | ( | ) | [protected] |
| virtual void ExampleEmbeddedSlaveMainWindow::closeEvent | ( | QCloseEvent * | event | ) | [protected, virtual] |
| void ExampleEmbeddedSlaveMainWindow::createActions | ( | ) | [protected] |
| void ExampleEmbeddedSlaveMainWindow::createMenus | ( | ) | [protected] |
| void ExampleEmbeddedSlaveMainWindow::createToolBars | ( | ) | [protected] |
| void ExampleEmbeddedSlaveMainWindow::createStatusBar | ( | ) | [protected] |
makVrv::DtDe* ExampleEmbeddedSlaveMainWindow::myDe [protected] |
QMenu* ExampleEmbeddedSlaveMainWindow::myFileMenu [protected] |
QToolBar* ExampleEmbeddedSlaveMainWindow::myFileToolBar [protected] |
QAction* ExampleEmbeddedSlaveMainWindow::myExitAction [protected] |