![]() |
VR-Vantage 1.4.1 API Class Documentation
|
A main window class. More...

Public Slots | |
| void | open () |
| void | closeFile () |
Public Member Functions | |
| ExampleEmbeddedMainWindow () | |
| CTOR. | |
| virtual | ~ExampleEmbeddedMainWindow () |
| DTOR. | |
| void | buildGui () |
Public Attributes | |
| makVrv::DtOsgAdapterQtWidget * | myMainOSGWidget |
| makVrv::DtOsgAdapterQtWidget * | myMiniOsgWidget |
Protected Member Functions | |
| void | preDisplayEngineInitialize () |
| Non virtual since called from CTOR. | |
| void | createDisplayEngine () |
| void | overrideDisplayEngineFunctionality () |
| 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 |
| makVrv::DtPage * | mySceneGraphTreeWidget |
| QMenu * | myFileMenu |
| QToolBar * | myFileToolBar |
| QAction * | myOpenAction |
| QAction * | myCloseAction |
| QAction * | myExitAction |
A main window class.
| ExampleEmbeddedMainWindow::ExampleEmbeddedMainWindow | ( | ) |
CTOR.
| virtual ExampleEmbeddedMainWindow::~ExampleEmbeddedMainWindow | ( | ) | [virtual] |
DTOR.
| void ExampleEmbeddedMainWindow::buildGui | ( | ) |
| void ExampleEmbeddedMainWindow::open | ( | ) | [slot] |
| void ExampleEmbeddedMainWindow::closeFile | ( | ) | [slot] |
| void ExampleEmbeddedMainWindow::preDisplayEngineInitialize | ( | ) | [protected] |
Non virtual since called from CTOR.
| void ExampleEmbeddedMainWindow::createDisplayEngine | ( | ) | [protected] |
| void ExampleEmbeddedMainWindow::overrideDisplayEngineFunctionality | ( | ) | [protected] |
| void ExampleEmbeddedMainWindow::initializeDisplayEngine | ( | ) | [protected] |
| void ExampleEmbeddedMainWindow::postDisplayEngineInitialize | ( | ) | [protected] |
| virtual void ExampleEmbeddedMainWindow::closeEvent | ( | QCloseEvent * | event | ) | [protected, virtual] |
| void ExampleEmbeddedMainWindow::createActions | ( | ) | [protected] |
| void ExampleEmbeddedMainWindow::createMenus | ( | ) | [protected] |
| void ExampleEmbeddedMainWindow::createToolBars | ( | ) | [protected] |
| void ExampleEmbeddedMainWindow::createStatusBar | ( | ) | [protected] |
makVrv::DtDe* ExampleEmbeddedMainWindow::myDe [protected] |
QMenu* ExampleEmbeddedMainWindow::myFileMenu [protected] |
QToolBar* ExampleEmbeddedMainWindow::myFileToolBar [protected] |
QAction* ExampleEmbeddedMainWindow::myOpenAction [protected] |
QAction* ExampleEmbeddedMainWindow::myCloseAction [protected] |
QAction* ExampleEmbeddedMainWindow::myExitAction [protected] |