![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2011 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00009 00010 #pragma once 00011 00012 #include <vrvCore/vrvCore.h> 00013 #include <vrvCore/DtDeSettings.h> 00014 00015 #include <string> 00016 00017 namespace makVrv 00018 { 00021 class DT_DLL_VRVCORE DtElementDefinitionSettings : public DtDeSettings 00022 { 00023 public: 00024 00027 DtElementDefinitionSettings(DtDe& de, const std::string& name,const std::string& ext); 00028 00030 virtual ~DtElementDefinitionSettings(); 00031 00032 virtual std::string defaultFilePath() const; 00033 00034 virtual std::string factoryFilePath() const; 00035 00036 virtual std::string backupFilePath() const; 00037 }; 00038 }