VR-Forces 4.8 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 }
DtDe & myDe
Definition: DtSchemaManagerSchemaRenamed.h:90
makVrv::DtSchemaManagerSchemaRenamed will handle the renaming of a schema as it applied to changing m...
Definition: DtSchemaManagerSchemaRenamed.h:31
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
makVrv::DtSchemaManagerSchemaParameterRenamed will handle the renaming of a schema parameter as it ap...
Definition: DtSchemaManagerSchemaRenamed.h:64
makVrv::DtSettingsChangeObject is a base class for all settings change objects
Definition: DtSettingsChangeManager.h:34
DtDe & myDe
Definition: DtSchemaManagerSchemaRenamed.h:57
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)