VR-Forces 4.6 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
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 Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)