MAK RTIspy API Documentation for HLA 1516
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) 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
24
class
DtFederateIconChooserDlg
:
public
QDialog
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
40
DtFederateIdentifierType
federateAssocType
()
const
;
41
42
public
slots:
43
45
void
browseToFile
();
46
48
void
handleAccept
();
49
50
protected
:
51
53
54
QGridLayout*
myLayout
;
55
QLabel
*
myHeadingLabel
;
56
QLabel
*
myAssocTypeLabel
;
57
QComboBox*
myAssocTypeComboBox
;
58
QLabel
*
myImageFileLabel
;
59
QLineEdit*
myImageFileLineEdit
;
60
QPushButton*
myBrowseButton
;
61
QDialogButtonBox*
myButtonBox
;
63
};
Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)