VR-Forces 4.6 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 makVrv::DtVrlinkDriver* getVrlinkDriver();
45  virtual void populatePropertyTable( makVrv::DtVrlinkDriver* );
46  virtual void initializeNameMap();
47  virtual void initializePropertyMap();
48 
49  protected slots:
50 
51  virtual void closeDialog();
52 
53  public:
54  Ui_DtConnectionInformationUi myUiImpl;
55 
56  protected:
58  std::list< std::pair< std::string, QString > > listPropertyArgumentAndQstring;
59  std::map< std::string, QString > mapDriverNameToQstring;
60 
61 
62  };
63 }

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)