VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSchemaManagerSchemaRenamed.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSchemaManagerSettingsChanges.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
18 
19 #pragma once
20 #include <vrvCore/vrvCore.h>
22 
23 namespace makVrv
24 {
25  class DtDe;
26 
32  : public DtSettingsChangeObject
33  {
34  public:
36 
38 
45  virtual void schemaRenamed(const std::string& oldName,
46  const std::string& newName);
47 
48 
49  protected:
52  virtual bool checkModelDefinitions(const std::string& oldName,
53  const std::string& newName);
54 
55 
56  protected:
58  };
59 
65  : public DtSettingsChangeObject
66  {
67  public:
69 
71 
79  virtual void schemaParameterRenamed(const std::string& schema,
80  const std::string& oldName, const std::string& newName);
81 
82  protected:
85  virtual bool updateModelDefinitionSchemas(const std::string& schema,
86  const std::string& oldName, const std::string& newName);
87 
88 
89  protected:
91  };
92 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)