VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtSharedVrvCommandSettings.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtSharedVrvCommandSettings.h,v $ $Revision: 95512 $ $State: Exp $
7
******************************************************************************/
8
12
#pragma once
13
14
#include <
vrvCore/vrvCore.h
>
15
#include <
vrvCore/DtVrvCommand.h
>
16
17
#include <
vrvCore/DtSharedSettings.h
>
18
#include <
vrvCore/DtUniqueID.h
>
19
20
#include <string>
21
#include <vector>
22
23
namespace
makVrv
24
{
27
class
DT_DLL_VRVCORE
DtSharedVrvCommandSettings
:
public
DtSharedSettings
28
{
29
public
:
30
31
typedef
std::map<vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed*>
DtVrvCommandSeedMap
;
32
35
friend
class
DtReadSettingsLock
<
DtSharedVrvCommandSettings
>;
36
friend
class
DtWriteSettingsLock
<
DtSharedVrvCommandSettings
>;
37
friend
class
DtSharedSettingsManager
;
38
42
static
std::string className();
43
45
virtual
~
DtSharedVrvCommandSettings
();
46
48
virtual
DtVrvCommandSeedMap
& seedMap();
49
50
// const version for read settings lock
51
virtual
const
DtVrvCommandSeedMap
& seedMap()
const
;
52
53
protected
:
54
56
DtSharedVrvCommandSettings
(
DtSharedSettingsManager
& manager);
57
58
DtVrvCommandSeedMap
myVrvCommandSeedMap
;
59
};
60
61
}
//makVrv::
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
)