VR-Forces 4.1.1 Class Documentation
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)