VR-Forces 4.7 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 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::

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)