VR-Forces 4.2 Class Documentation
DtEntityEditorCommandLineParser.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 #include <vrvCore/DtVrvCommandLineProcessor.h>
18 
19 #include <cmdLine/cmdArg.h>
20 #include <cmdLine/cmdLine.h>
21 
22 #include <boost/function.hpp>
23 
25 
27 class DT_DLL_entityeditorimpl DtEntityEditorCommandLineParser : public makVrv::DtVrvCommandLineProcessor
28 {
29 public:
31 
33 
35  virtual void processCommandLine(makVrv::DtVrvApplicationConfiguration& appConfig, int argc, char** argv);
36 
38  virtual void processArgs(makVrv::DtVrvApplicationConfiguration& appConfig);
39 
40 protected:
42 
43  DtCmdLine::MultiArg<std::string>* myPluginsToLoadArg;
44  DtCmdLine::ValueArg<std::string>* myLocaleArg;
45  DtCmdLine::SwitchArg* myDoNotLoadDefaultPluginsArg;
46  DtCmdLine::SwitchArg* myDoNotCheckPluginVersions;
47  DtCmdLine::ValueArg<std::string>* mySmsFile;
48  DtCmdLine::ValueArg<std::string>* mySettingsDirectory;
49  DtCmdLine::ValueArg<std::string>* myOpdEditorLocation;
50  DtCmdLine::ValueArg<std::string>* myVisualTerrain;
51 
52 #ifdef _WIN32
53 #ifndef _DEBUG
54 
55  DtCmdLine::SwitchArg* myShowConsoleArg;
56 #endif
57 #endif
58 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)