![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtVrfGuiConfiguration () | |
| CTOR, processes command line arguments. | |
| virtual | ~DtVrfGuiConfiguration () |
| DTOR. | |
Protected Member Functions | |
| void | createVrfGui (makVrv::DtPageConfiguration &) const |
| Create the stealth GUI. | |
| void | createVrfGuiToolbars (makVrv::DtToolbarConfiguration &) const |
| Create the various toolbars in the GUI. | |
| void | createVrfGuiMenus (makVrv::DtMenuConfiguration &) const |
| Create the various menus in the GUI. | |
CTOR, processes command line arguments.
| virtual makVrf::DtVrfGuiConfiguration::~DtVrfGuiConfiguration | ( | ) | [virtual] |
DTOR.
| void makVrf::DtVrfGuiConfiguration::createVrfGui | ( | makVrv::DtPageConfiguration & | ) | const [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. |
| void makVrf::DtVrfGuiConfiguration::createVrfGuiToolbars | ( | makVrv::DtToolbarConfiguration & | ) | const [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. |
| void makVrf::DtVrfGuiConfiguration::createVrfGuiMenus | ( | makVrv::DtMenuConfiguration & | ) | const [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. |