VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
appPathResolver.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
10 #include "vlutil/vlString.h"
11 #include "vlutil/vlFilename.h"
12 
13 #include <string>
14 
15 namespace makVrf
16 {
18  {
19  public:
21 
22  virtual void setDataPath(const DtFilename& dataPath);
23  virtual void setAppDataPath(const DtFilename& appDataPath);
24  virtual void setUserDataPath(const DtFilename& userDataPath);
25 
26  virtual DtFilename dataPath();
27  virtual DtFilename appDataPath();
28  virtual DtFilename userDataPath();
29 
30  virtual DtString resolvePath(const DtString& path);
31 
32  virtual DtString markupPath(const DtString& path);
33 
34  static DtAppPathResolver& Instance();
35 
36  protected:
37  DtFilename myDataPath;
38  DtFilename myAppDataPath;
39  DtFilename myUserDataPath;
40  };
41 }

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)