VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtQtModelSetStringProvider.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtQtModelSetStringProvider.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
16 #include <boost/bimap.hpp>
17 
18 namespace makVrv
19 {
20 
21  class DtDe;
22 
30  {
31 
32  public:
33 
36 
38  virtual ~DtQtModelSetStringProvider();
39 
41  virtual void getModelSetList( StringList& outList ) const;
42 
44  virtual DtUnicode modelSetToString( int modelSet ) const;
45 
47  virtual int stringToModelSet( const DtUnicode& modelSetString ) const;
48 
50  int numModelSets() const;
51 
54  virtual void setModelSetName( int modelSet, const DtUnicode& name );
55 
56  protected:
57 
58  typedef boost::bimap<DtUnicode, int> ModelSetMap;
61  };
62 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)