VR-Forces 4.1.1 Class Documentation
DtDisplayNameProvider.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDisplayNameProvider.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
16 
17 #include <map>
18 #include <string>
19 
20 namespace makVrv
21 {
30  {
31 
32  public:
33 
34  typedef std::map<int, std::string> IntKeyToDisplayNameMap;
35 
38 
40  virtual ~DtDisplayNameProvider();
41 
43  virtual const std::string* findDisplayName( int intKey ) const;
44 
47  virtual void setDisplayName( int intKey, const std::string& displayName );
48 
50  virtual const IntKeyToDisplayNameMap& displayNames() const;
51 
54  virtual const std::string* findToolTip( int intKey ) const;
55 
58  virtual void setToolTip( int intKey, const std::string& displayName );
59 
61  virtual const IntKeyToDisplayNameMap& toolTips() const;
62 
63  protected:
66  };
67 }
68 
69 
70 

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)