VR-Forces 5.0.2 Developer's Guide
 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.

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

Classes

struct  StealthArgs
 

Public Member Functions

 DtStealthCommandLineProcessor ()
 
virtual ~DtStealthCommandLineProcessor ()
 
virtual void processCommandLine (DtVrvApplicationConfiguration &appConfig, int argc, char **argv)
 
DtDisplayConfiguration embeddedDisplayConfig () const
 
- Public Member Functions inherited from makVrv::DtVrvCommandLineProcessor
virtual ~DtVrvCommandLineProcessor ()
 

Protected Member Functions

virtual void setupArguments (StealthArgs &args, std::vector< DtCmdLine::Arg * > &argumentOrder)
 
virtual void processArgs (DtVrvApplicationConfiguration &appConfig, StealthArgs &args)
 
virtual void setupShowConsoleEnv (StealthArgs &args)
 

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 information. 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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)