![]() |
VR-Forces 4.10 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. More... | |
| virtual | ~DtStealthCommandLineProcessor () |
| DTOR. More... | |
| virtual void | processCommandLine (DtVrvApplicationConfiguration &appConfig, int argc, char **argv) |
| Parse the command line and modify the appConfig accordingly. More... | |
| DtDisplayConfiguration | embeddedDisplayConfig () const |
| Create a default embedded display config for the stealth (to be used if no config was loaded via command line) More... | |
Public Member Functions inherited from makVrv::DtVrvCommandLineProcessor | |
| virtual | ~DtVrvCommandLineProcessor () |
Protected Member Functions | |
| virtual void | setupArguments (StealthArgs &args, std::vector< DtCmdLine::Arg * > &argumentOrder) |
| Setup the list of arguments and their infomation. More... | |
| virtual void | processArgs (DtVrvApplicationConfiguration &appConfig, StealthArgs &args) |
| Modify the app configuration based on the passed-in command line arguments. More... | |
| virtual void | setupShowConsoleEnv (StealthArgs &args) |
| Mostly for the artists, if you define VRV_SHOW_CONSOLE=1, you enable the console with notifyLevel 2 (so the artists don't have to change the shortcut on each install and can see element definition warnings) More... | |
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 |
Setup the list of arguments and their infomation.
Broken into it's own function to make derrived applications have an easy way to add new arguments
|
protectedvirtual |
Modify the app configuration based on the passed-in command line arguments.
Reimplemented in makVrf::DtVrfGuiCommandLineParser.
|
protectedvirtual |
Mostly for the artists, if you define VRV_SHOW_CONSOLE=1, you enable the console with notifyLevel 2 (so the artists don't have to change the shortcut on each install and can see element definition warnings)