VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hlaConfigSubwidget.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 /******************************************************************************
6  * $RCSfile: hlaprotocolConfigSubWidget.h,v $ $Revision: 1.3 $ $State: Exp $
7  *****************************************************************************/
8 
12 
13 #pragma once
14 
16 
17 #include "ui_DtHlaConnectionConfigurationLayout.h"
18 
19 #include "connectionHLASettings.h"
20 
24 { Q_OBJECT;
25 public:
26 
28  DtHlaConfigSubwidget( QWidget* parent );
29 
31  virtual ~DtHlaConfigSubwidget();
32 
33  // Pass in the current connection setting
34  virtual void setConnectionSettings( DtConnectionSettings* settings );
36 
38  virtual void refreshAllDialogValues();
39 
40  virtual void clearAllDialogValues();
41 
42  virtual void refreshHlaDialogValue( DtConnectionHLASettings::DtHLAArgType argType, QString argValue );
43 
44 
45 protected:
46 
47  virtual void setupGui();
48 
49  virtual QString browseForFomFile(
50  const QString& directory, const QString& filter );
51  virtual void setLaunchMode(LaunchMode);
52 
53 protected slots:
54 
55  void onFederationNameString_textChanged( QString );
56  void onFedFileNameString_textChanged( QString );
60  void onRprFomRadioButton_toggled( bool );
61  void onRprFomVersionComboBox_activated( QString );
62  void onCustomFomRadioButton_toggled( bool );
63  void onFomMapperLibraryName_textChanged( QString );
64  void onFomMapperInitString_textChanged( QString );
65  void onDeviceAddressComboBox_activated( QString );
66  void onBESiteIdBox_valueChanged( int );
67  void onBEAppNumBox_valueChanged( int );
68  void onFESiteIdBox_valueChanged( int );
69  void onFEAppNumBox_valueChanged( int );
70 
71 protected:
72 
73  Ui::HlaConnectionConfigurationLayout myConfigurationLayout;
74 
76 
78 
79 };

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)