![]() |
VR-Forces Developer's Guide
|

Protected Member Functions | |
| void | createVrfGui (makVrv::DtPageConfiguration &) const |
| void | createVrfGuiToolbars (makVrv::DtToolbarConfiguration &) const |
| void | createVrfGuiMenus (makVrv::DtMenuConfiguration &) const |
Protected Member Functions inherited from makVrv::DtConfiguration | |
| template<class Archive > | |
| void | _serialize (Archive &ar, const unsigned int version) |
| makVrf::DtVrfGuiConfiguration::DtVrfGuiConfiguration | ( | ) |
CTOR, processes command line arguments.
|
overridevirtual |
DTOR.
|
protected |
Create the stealth GUI. Uses the page configuration to setup various vantage style pages used in several dialogs. The parameter is passed in for use by the function.
| config | The page configuration object Non-virtual since it is called from the constructor. |
|
protected |
Create the various toolbars in the GUI. Uses the toolbar configuration to setup all of the toolbars. The parameter is passed in for use by the function.
| config | the toolbar configuration object Non-virtual since it is called from the constructor. |
|
protected |
Create the various menus in the GUI. The parameter is passed in for for use by the function.
| the | menu configuration object Non-virtual since it is called from the constructor. |