VR-Forces 5.0.2 Developer's Guide
 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 
9 #pragma once
10 
11 #include <vrvCore/vrvCore.h>
12 #include <vrvCore/DtVrvCommand.h>
13 
15 #include <vrvCore/DtUniqueID.h>
16 
17 #include <string>
18 #include <vector>
19 
20 namespace makVrv
21 {
25  {
26  public:
27 
28  typedef std::map<vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed*> DtVrvCommandSeedMap;
29 
35 
39  static const std::string& className();
40 
42  virtual ~DtSharedVrvCommandSettings();
43 
45  virtual DtVrvCommandSeedMap& seedMap();
46 
47  // const version for read settings lock
48  virtual const DtVrvCommandSeedMap& seedMap() const;
49 
50  protected:
51 
54 
56  };
57 
58 } //makVrv::
a read settings lock on a setting object. The object can only get read access aka const functions...
Definition: DtReadSettingsLock.h:48
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
std::map< vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed * > DtVrvCommandSeedMap
Definition: DtSharedVrvCommandSettings.h:28
The base class for all shared settings. Actual settings class should have the following members/decla...
Definition: DtSharedSettings.h:45
The shared simulation settings.
Definition: DtSharedVrvCommandSettings.h:24
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains the DtSharedSettings class declaration.
DtVrvCommandSeedMap myVrvCommandSeedMap
Definition: DtSharedVrvCommandSettings.h:55
a write settings lock on a setting object. The object can be read and modified, but no other threads ...
Definition: DtWriteSettingsLock.h:47
Contains makVrv::DtUniqueID type.
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
Contains DLL export macros.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)