VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
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
>
21
#include <
vrvCore/DtSettingsChangeManager.h
>
22
23
namespace
makVrv
24
{
25
class
DtDe;
26
31
class
DT_DLL_VRVCORE
DtSchemaManagerSchemaRenamed
32
:
public
DtSettingsChangeObject
33
{
34
public
:
35
DtSchemaManagerSchemaRenamed
(
DtDe
& de);
36
37
virtual
~
DtSchemaManagerSchemaRenamed
();
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
:
57
DtDe
&
myDe
;
58
};
59
64
class
DT_DLL_VRVCORE
DtSchemaManagerSchemaParameterRenamed
65
:
public
DtSettingsChangeObject
66
{
67
public
:
68
DtSchemaManagerSchemaParameterRenamed
(
DtDe
& de);
69
70
virtual
~
DtSchemaManagerSchemaParameterRenamed
();
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
:
90
DtDe
&
myDe
;
91
};
92
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)