VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCigi
DtCigiModelDefinitionRenamedChanged.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtCigiModelDefinitionRenamedChanged.h,v $ $Revision: 1.16 $ $State: Exp $
7
******************************************************************************/
8
17
18
#ifndef DtCigiModelDefinitionRenamedChanged_H_
19
#define DtCigiModelDefinitionRenamedChanged_H_
20
21
#include <
vrvCigi/vrvCigi.h
>
22
#include <
vrvCore/DtSettingsChangeManager.h
>
23
24
namespace
makVrv
25
{
26
class
DtDe;
27
31
class
DT_DLL_VRVCIGI
DtCigiModelDefinitionRenamedChanged
:
public
DtSettingsChangeObject
32
{
33
public
:
34
DtCigiModelDefinitionRenamedChanged
(
DtDe
& de);
35
36
virtual
~
DtCigiModelDefinitionRenamedChanged
();
37
41
virtual
void
modelDefinitionRenamed(
const
std::string& oldName,
const
std::string& newName);
42
43
const
std::string& oldName()
const
44
{
45
return
myOldName;
46
}
47
48
const
std::string& newName()
const
49
{
50
return
myNewName;
51
}
52
53
protected
:
54
DtDe
&
myDe
;
55
std::string
myOldName
;
56
std::string
myNewName
;
57
};
58
}
59
60
#endif
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)