VR-Forces 4.1 Class Documentation
DtElementDefinitionSettings.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtDeSettings.h>
14 
15 #include <string>
16 
17 namespace makVrv
18 {
22  {
23  public:
24 
27  DtElementDefinitionSettings(DtDe& de, const std::string& name,const std::string& ext);
28 
30  virtual ~DtElementDefinitionSettings();
31 
32  virtual std::string defaultFilePath() const;
33 
34  virtual std::string factoryFilePath() const;
35 
36  virtual std::string backupFilePath() const;
37  };
38 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)