VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
appsrc
vrfLauncher
evoConfigSubwidget.h
Go to the documentation of this file.
1
/******************************************************************************
2
* Copyright (c) 2012 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include "
protocolConfigSubWidget.h
"
13
14
#include "ui_DtEvoConnectionConfigurationLayout.h"
15
16
#include "
connectionEVOSettings.h
"
17
20
class
DtEvoConfigSubwidget
:
public
DtProtocolConfigSubWidget
21
{ Q_OBJECT;
22
public
:
23
25
DtEvoConfigSubwidget
(
QWidget
* parent );
26
28
virtual
~DtEvoConfigSubwidget
();
29
30
// Pass in the current connection setting
31
virtual
void
setConnectionSettings
(
DtConnectionSettings
* settings );
32
virtual
DtConnectionSettings
*
connectionSettings
();
33
34
virtual
void
clearAllDialogValues
();
35
37
virtual
void
refreshAllDialogValues
();
38
39
virtual
void
refreshEvoDialogValue
(
DtConnectionEVOSettings::DtEVOArgType
argType, QString argValue );
40
41
42
protected
:
43
44
virtual
void
setupGui
();
45
46
virtual
QString
browseForFomFile
(
47
const
QString& directory,
const
QString& filter );
48
49
virtual
void
updateFomModules
();
50
virtual
void
setLaunchMode
(
LaunchMode
);
51
52
protected
slots:
53
54
void
onAddFomModule_released
();
55
void
onRemoveFomModule_released
();
56
void
onFomModules_itemSelectionChanged
();
57
58
void
onFederationNameString_textChanged
( QString );
59
void
onFedFileNameString_textChanged
( QString );
60
void
onLocalSettingsDesignatorString_textChanged
( QString );
61
void
onFedFileBrowseButton_released
();
62
void
onIgnoreAdvisoriesCheckBox_stateChanged
(
int
);
63
void
onUseAbsoluteTimeStampsCheckBox_stateChanged
(
int
);
64
void
onRprFomRadioButton_toggled
(
bool
);
65
void
onRprFomVersionComboBox_activated
( QString );
66
void
onCustomFomRadioButton_toggled
(
bool
);
67
void
onFomMapperLibraryName_textChanged
( QString );
68
void
onFomMapperInitString_textChanged
( QString );
69
void
onDeviceAddressComboBox_activated
( QString );
70
void
onBESiteIdBox_valueChanged
(
int
);
71
void
onBEAppNumBox_valueChanged
(
int
);
72
void
onFESiteIdBox_valueChanged
(
int
);
73
void
onFEAppNumBox_valueChanged
(
int
);
74
protected
:
75
76
Ui::EvoConnectionConfigurationLayout
myConfigurationLayout
;
77
78
QString
myLastBrowseDirectory
;
79
80
DtConnectionEVOSettings
*
mySettingsObject
;
81
82
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)