VR-Forces Development_Version 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
vrvGlStudioShared
DtCockpitModelDefinitionRenamedChanged.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtCockpitModelDefinitionRenamedChanged.h,v $ $Revision: 1.16 $ $State: Exp $
7
******************************************************************************/
8
18
19
#pragma once
20
21
#include <
vrvGlStudioShared/DtGlStudioShared.h
>
22
#include <
vrvCore/DtSettingsChangeManager.h
>
23
24
namespace
makVrv
25
{
26
class
DtDe;
27
32
class
DT_DLL_VRVGLSTUDIOSHARED
DtCockpitModelDefinitionRenamedChanged
:
33
public
DtSettingsChangeObject
34
{
35
public
:
36
DtCockpitModelDefinitionRenamedChanged
(
DtDe
& de);
37
38
virtual
~
DtCockpitModelDefinitionRenamedChanged
();
39
44
virtual
void
modelDefinitionRenamed(
const
std::string& oldName,
45
const
std::string& newName);
46
47
const
std::string& oldName()
const
48
{
49
return
myOldName;
50
}
51
52
const
std::string& newName()
const
53
{
54
return
myNewName;
55
}
56
57
protected
:
58
DtDe
&
myDe
;
59
std::string
myOldName
;
60
std::string
myNewName
;
61
};
62
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)