VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
appsrc
vrfLauncher
applicationSettingsWithoutIgnore.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <mtl/applicationSettings.h>
13
17
class
DtApplicationSettingsWithoutIgnore
:
public
DtApplicationSettings
18
{
19
public
:
20
21
DtApplicationSettingsWithoutIgnore
(
const
DtString
& applicationName,
22
const
DtString
& appVersion,
const
DtString
& implicitGroupName =
"settings"
);
23
24
virtual
~DtApplicationSettingsWithoutIgnore
();
25
27
virtual
void
parseCommandLineWithoutIgnore
(
int
argc,
char
** argv,
28
#ifdef _WIN32
29
bool
pressAnyKey =
true
);
30
#else
31
bool
pressAnyKey = false );
32
#endif
33
34
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)