VR-Forces 4.5 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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)