VR-Forces 4.10 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 
15 
16 #pragma once
17 #include <vrvCore/vrvCore.h>
19 
20 namespace makVrv
21 {
22  class DtDe;
23 
29  : public DtSettingsChangeObject
30  {
31  public:
33 
35 
42  virtual void schemaRenamed(const std::string& oldName,
43  const std::string& newName);
44 
45 
46  protected:
49  virtual bool checkModelDefinitions(const std::string& oldName,
50  const std::string& newName);
51 
52 
53  protected:
55  };
56 
62  : public DtSettingsChangeObject
63  {
64  public:
66 
68 
76  virtual void schemaParameterRenamed(const std::string& schema,
77  const std::string& oldName, const std::string& newName);
78 
79  protected:
82  virtual bool updateModelDefinitionSchemas(const std::string& schema,
83  const std::string& oldName, const std::string& newName);
84 
85 
86  protected:
88  };
89 }
DtDe & myDe
Definition: DtSchemaManagerSchemaRenamed.h:87
makVrv::DtSchemaManagerSchemaRenamed will handle the renaming of a schema as it applied to changing m...
Definition: DtSchemaManagerSchemaRenamed.h:28
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
makVrv::DtSchemaManagerSchemaParameterRenamed will handle the renaming of a schema parameter as it ap...
Definition: DtSchemaManagerSchemaRenamed.h:61
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:31
DtDe & myDe
Definition: DtSchemaManagerSchemaRenamed.h:54
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)