VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
setAimSensorDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/baseFilteredListViewTaskSetDialog.h
>
15
16
#include <QRadioButton>
17
18
#include <matrix/vlVector.h>
19
20
class
QVBoxLayout;
21
class
QLabel
;
22
class
QComboBox
;
23
24
namespace
makVrf
25
{
26
class
DtLocationEntryWidget;
27
class
DtHeadingEntryWidget;
28
29
class
DT_DLL_VRFGUICOREQT
DtSetAimSensorDialog
:
public
DtBaseFilteredListViewTaskSetDialog
30
{
31
Q_OBJECT
32
public
:
33
//CTOR
34
DtSetAimSensorDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
Qt::WindowFlags& flags = 0);
35
36
//DTOR
37
virtual
~
DtSetAimSensorDialog
();
38
39
virtual
DtVector
aimingPoint()
const
;
40
virtual
void
setAimingPoint(
const
DtVector
&);
41
42
protected
:
43
virtual
QWidget* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
44
45
virtual
void
sendRequest();
46
47
protected
:
49
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
50
51
protected
:
52
virtual
void
setupStatement(
const
DtSimStatement
*);
53
virtual
void
initializeSelectionFilters();
54
55
protected
slots:
56
virtual
void
onAimAtTypeChanged();
57
58
public
:
59
QLabel
*
mySensorLabel
;
60
QComboBox
*
mySensors
;
61
QRadioButton*
myAimAtPointButton
;
62
DtLocationEntryWidget
*
myAimingPoint
;
63
QRadioButton*
myAimAtObjectButton
;
64
QRadioButton*
myAimAtAngleButton
;
65
DtHeadingEntryWidget
*
myAimingAzimuth
;
66
DtHeadingEntryWidget
*
myAimingElevation
;
67
QRadioButton*
myScanButton
;
68
};
69
70
class
DT_DLL_VRFGUICOREQT
DtSetAimSensorDialogCreator
:
public
DtVrfSetDialogCreator
71
{
72
public
:
73
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&, QWidget* parent);
74
bool
supportsType(
makVrv::DtDe
&,
const
DtSetMessageType
&,
const
DtSimStatement
*)
const
;
75
};
76
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)