VR-Forces 4.7 Class Documentation
 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 #include <vrvUtil/signalslib.h>
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 }

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)