VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
connectionInformationDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 #include "connectionInformationWidgetUi.hpp"
16 
17 #include <QtWidgets/QDialog>
18 
19 #include <vrvVrl/DtVrlinkDriver.h>
20 #include <boost/unordered/unordered_map.hpp>
21 
22 
23 namespace makVrf
24 {
25 
27  {
28  Q_OBJECT
29 
30  public:
31  //CTOR
32  DtConnectionInformationDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
33 
34  //DTOR
36 
37  public:
39  virtual void setupGui();
40 
41 
42  protected:
43  //returns the current DtDriver object associated with the vrlink connection
44  virtual void populatePropertyTable( makVrv::DtVrlinkDriver* );
45  virtual void initializeNameMap();
46  virtual void initializePropertyMap();
47 
48  protected slots:
49 
50  virtual void closeDialog();
51 
52  public:
53  Ui_DtConnectionInformationUi myUiImpl;
54 
55  protected:
57  std::list< std::pair< std::string, QString > > listPropertyArgumentAndQstring;
58  std::map< std::string, QString > mapDriverNameToQstring;
59 
60 
61  };
62 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Ui_DtConnectionInformationUi myUiImpl
Definition: connectionInformationDialog.h:53
std::map< std::string, QString > mapDriverNameToQstring
Definition: connectionInformationDialog.h:58
makVrv::DtDe & myDe
Definition: connectionInformationDialog.h:56
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Definition: connectionInformationDialog.h:26
std::list< std::pair< std::string, QString > > listPropertyArgumentAndQstring
Definition: connectionInformationDialog.h:57

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)