MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
federateIconChooserDlg.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <QDialog>
13 #include "assistantEnums.h"
14 
15 class QGridLayout;
16 class QLabel;
17 class QComboBox;
18 class QLineEdit;
19 class QPushButton;
20 class QDialogButtonBox;
21 
25 {
26  Q_OBJECT
27 
28 public:
29 
31  DtFederateIconChooserDlg( QWidget* parent = 0, Qt::WindowFlags f = 0 );
32 
34  virtual ~DtFederateIconChooserDlg();
35 
37  QString imageFileName() const;
38 
41 
42 public slots:
43 
45  void browseToFile();
46 
48  void handleAccept();
49 
50 protected:
51 
53 
54  QGridLayout* myLayout;
57  QComboBox* myAssocTypeComboBox;
59  QLineEdit* myImageFileLineEdit;
60  QPushButton* myBrowseButton;
61  QDialogButtonBox* myButtonBox;
63 };

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)