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

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