MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
rtiAssistantApp
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
21
class
DtFederateIconChooserDlg
:
public
QDialog
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
37
DtFederateIdentifierType
federateAssocType
()
const
;
38
39
public
slots:
40
42
void
browseToFile
();
43
45
void
handleAccept
();
46
47
protected
:
48
50
51
QGridLayout*
myLayout
;
52
QLabel
*
myHeadingLabel
;
53
QLabel
*
myAssocTypeLabel
;
54
QComboBox*
myAssocTypeComboBox
;
55
QLabel
*
myImageFileLabel
;
56
QLineEdit*
myImageFileLineEdit
;
57
QPushButton*
myBrowseButton
;
58
QDialogButtonBox*
myButtonBox
;
60
};
61
62
#endif
Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)