MAK RTIspy API Documentation for HLA 1516
federateIconChooserDlg.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef federateIconChooserDlg_H_
7 #define federateIconChooserDlg_H_
8 
9 #include <QtGui/QDialog>
10 #include "assistantEnums.h"
11 
12 class QGridLayout;
13 class QLabel;
14 class QComboBox;
15 class QLineEdit;
16 class QPushButton;
17 class QDialogButtonBox;
18 
22 {
23  Q_OBJECT
24 
25 public:
26 
28  DtFederateIconChooserDlg( QWidget* parent = 0, Qt::WindowFlags f = 0 );
29 
31  virtual ~DtFederateIconChooserDlg();
32 
34  QString imageFileName() const;
35 
38 
39 public slots:
40 
42  void browseToFile();
43 
45  void handleAccept();
46 
47 protected:
48 
50 
51  QGridLayout* myLayout;
54  QComboBox* myAssocTypeComboBox;
56  QLineEdit* myImageFileLineEdit;
57  QPushButton* myBrowseButton;
58  QDialogButtonBox* myButtonBox;
60 };
61 
62 #endif

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)