VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInstrumentPanelBuilder.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 
11 #pragma once
12 
15 
16 namespace makVrv
17 {
18  class DtDe;
19 
25  {
26  public:
28 
30  virtual ~DtInstrumentPanelBuilder();
31 
33  virtual void createInstrumentPanel(
34  const DtModelDefinition& modelDefinition) {};
35 
36  protected:
40  };
41 
45  public DtVirtualBaseClass
46  {
47  public:
51  static DtInstrumentPanelBuilderCreator& instance(DtDe& de);
52 
55  static void registerInstance(DtDe& de,
57 
59  virtual DtInstrumentPanelBuilder* create(DtDe& de);
60  };
61 }

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)