VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Member Functions | Protected Member Functions
makVrv::DtStealthCommandLineProcessor Class Reference

The Stealth Application's command line processor. More...

Inheritance diagram for makVrv::DtStealthCommandLineProcessor:
Inheritance graph
[legend]

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...
 

Detailed Description

The Stealth Application's command line processor.

Constructor & Destructor Documentation

makVrv::DtStealthCommandLineProcessor::DtStealthCommandLineProcessor ( )

Creator a command line processor for Vantage Stealth.

virtual makVrv::DtStealthCommandLineProcessor::~DtStealthCommandLineProcessor ( )
virtual

DTOR.

Member Function Documentation

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.

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)

virtual void makVrv::DtStealthCommandLineProcessor::setupArguments ( StealthArgs args,
std::vector< DtCmdLine::Arg * > &  argumentOrder 
)
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

virtual void makVrv::DtStealthCommandLineProcessor::processArgs ( DtVrvApplicationConfiguration appConfig,
StealthArgs args 
)
protectedvirtual

Modify the app configuration based on the passed-in command line arguments.

Reimplemented in makVrf::DtVrfGuiCommandLineParser.

virtual void makVrv::DtStealthCommandLineProcessor::setupShowConsoleEnv ( StealthArgs args)
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)


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)