VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVisualizerAttributeWidgetFactory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
16 #include <boost/unordered_map.hpp>
17 
18 namespace makVrv
19 {
22  {
23  public:
24 
26  static DtVisualizerAttributeWidgetFactory& instance(DtDe&);
27 
29  void registerWidgetCreator(DtVisualizerAttributeWidgetCreator* creator);
30 
33  void registerDefaultWidgetCreator(
35 
38  DtVisualizerAttributeWidget* createWidget(
39  const DtVisualizerAttribute::TypeInfo& info, QWidget* parent) const;
40 
41  protected:
42 
45 
48 
49  protected:
50 
51  typedef boost::unordered_map<std::string,DtVisualizerAttributeWidgetCreator*>
53 
57  };
58 }
59 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)