VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
18 {
19 public:
20 
21  DtApplicationSettingsWithoutIgnore( const DtString& applicationName,
22  const DtString& appVersion, const DtString& implicitGroupName = "settings" );
23 
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 };
Adds a new method to the DtApplicationSettings class so that the –ignore_rest command option is not a...
Definition: applicationSettingsWithoutIgnore.h:17
virtual void parseCommandLineWithoutIgnore(int argc, char **argv, bool pressAnyKey=false)
Parse command line options without adding the -ignore_rest command.
DtApplicationSettingsWithoutIgnore(const DtString &applicationName, const DtString &appVersion, const DtString &implicitGroupName="settings")

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)