VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
simulationObjectEditorImpl
simulationObjectEditorCommandLineParser.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
simulationObjectEditorImpl/simulationObjectEditorImplDefines.h
"
14
#include <
vrfGuiCore/vrfGuiApplication.h
>
15
#include <
vrfGuiCore/vrfGuiPluginManager.h
>
16
17
#include <
vrvCore/DtVrvCommandLineProcessor.h
>
18
19
#include <cmdLine/cmdArg.h>
20
#include <cmdLine/cmdLine.h>
21
22
#include <boost/function.hpp>
23
24
class
DtSimulationObjectEditorApplication
;
25
27
class
DT_DLL_simulationObjectEditorimpl
DtSimulationObjectEditorCommandLineParser
:
public
makVrv::DtVrvCommandLineProcessor
28
{
29
public
:
30
DtSimulationObjectEditorCommandLineParser
(
DtSimulationObjectEditorApplication
*);
31
32
virtual
~
DtSimulationObjectEditorCommandLineParser
();
33
35
virtual
void
processCommandLine
(
makVrv::DtVrvApplicationConfiguration
& appConfig,
int
argc,
char
** argv);
36
38
virtual
void
processArgs(
makVrv::DtVrvApplicationConfiguration
& appConfig);
39
40
protected
:
41
DtSimulationObjectEditorApplication
*
myApplication
;
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>*
myLauncherLocation
;
51
DtCmdLine::ValueArg<std::string>*
myVisualTerrain
;
52
DtCmdLine::ValueArg<std::string>*
myAppDataDir
;
53
DtCmdLine::ValueArg<std::string>*
myDataDir
;
54
DtCmdLine::ValueArg<std::string>*
myLayoutSettingsFile
;
55
DtCmdLine::ValueArg<std::string>*
myGui
;
56
DtCmdLine::ValueArg<int>*
myNotifyLevel
;
57
58
#ifdef _WIN32
59
#ifndef _DEBUG
60
61
DtCmdLine::SwitchArg* myShowConsoleArg;
62
#endif
63
#endif
64
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)