VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
18 #include <vrvCore/DtUniqueID.h>
19 
20 #include <string>
21 #include <vector>
22 
23 namespace makVrv
24 {
28  {
29  public:
30 
31  typedef std::map<vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed*> DtVrvCommandSeedMap;
32 
38 
42  static const 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 
57 
59  };
60 
61 } //makVrv::
a read settings lock on a setting object.
Definition: DtReadSettingsLock.h:51
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:45
std::map< vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed * > DtVrvCommandSeedMap
Definition: DtSharedVrvCommandSettings.h:31
The base class for all shared settings.
Definition: DtSharedSettings.h:45
The shared simulation settings.
Definition: DtSharedVrvCommandSettings.h:27
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains the DtSharedSettings class declaration.
DtVrvCommandSeedMap myVrvCommandSeedMap
Definition: DtSharedVrvCommandSettings.h:58
a write settings lock on a setting object.
Definition: DtWriteSettingsLock.h:50
Contains makVrv::DtUniqueID type.
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
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)