VR-Exchange 2.1 API Documentation
VRLappSettings.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 // TODO Do this revert.
7 // This is basically a copy of the appSettings.h class in VR-Link. It has been
8 // improved in functionality. When a version higher than VRL 3.12 is released,
9 // This file will be removed, and include statements will go back to pointing to
10 // the original appSettings.
11 
12 #pragma once
13 
14 #include <mtl/appSettings.h>
15 #include <namespace.h>
16 
17 class DtString;
18 class DtBaseVar;
19 class DtEnvironment;
20 
21 class DT_DLL_BROKER DtVRLApplicationSettings : public DtApplicationSettings
22 {
23 public:
24 
26  DtVRLApplicationSettings( const DtString& applicationName,
27  const DtString& appVersion, const DtString& implicitGroupName = "settings" );
28 
29  void loadXMLConfigFile( const DtString& filename );
30 
31 };

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)