![]() |
VR-Forces 4.3 Class Documentation
|
The Stealth Application's command line processor. More...

Classes | |
| struct | StealthArgs |
Public Member Functions | |
| DtStealthCommandLineProcessor () | |
| Creator a command line processor for Vantage Stealth. | |
| virtual | ~DtStealthCommandLineProcessor () |
| DTOR. | |
| virtual void | processCommandLine (DtVrvApplicationConfiguration &appConfig, int argc, char **argv) |
| Parse the command line and modify the appConfig accordingly. | |
| DtDisplayConfiguration | embeddedDisplayConfig () const |
| Create a default embedded display config for the stealth (to be used if no config was loaded via command line) | |
Public Member Functions inherited from makVrv::DtVrvCommandLineProcessor | |
| virtual | ~DtVrvCommandLineProcessor () |
Protected Member Functions | |
| virtual void | processArgs (DtVrvApplicationConfiguration &appConfig, StealthArgs &args) |
| Modify the app configuration based on the passed-in command line arguments. | |
The Stealth Application's command line processor.
| makVrv::DtStealthCommandLineProcessor::DtStealthCommandLineProcessor | ( | ) |
Creator a command line processor for Vantage Stealth.
|
virtual |
DTOR.
|
virtual |
Parse the command line and modify the appConfig accordingly.
Reimplemented from makVrv::DtVrvCommandLineProcessor.
Reimplemented in makVrf::DtVrfGuiCommandLineParser.
| DtDisplayConfiguration makVrv::DtStealthCommandLineProcessor::embeddedDisplayConfig | ( | ) | const |
Create a default embedded display config for the stealth (to be used if no config was loaded via command line)
|
protectedvirtual |
Modify the app configuration based on the passed-in command line arguments.
Reimplemented in makVrf::DtVrfGuiCommandLineParser.