VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radarSelectionEntryWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 
11 
12 class QStringList;
13 
14 namespace makVrf
15 {
18  {
19  Q_OBJECT
20 
21  public:
22  DtRadarSelectionEntryWidget(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0, const CreationFlags& cflags = NormalMode);
23 
24  //DTOR
25  virtual ~DtRadarSelectionEntryWidget();
26 
27  static std::string headerFile()
28  {
29  return tr("<vrfGuiDataEntryWidgets/radarSelectionEntryWidget.h>").toUtf8().constData();
30  }
31 
32  static std::string variableName()
33  {
34  return tr("radar").toUtf8().constData();
35  }
36 
37  protected:
39  virtual DtEmitterModesRequestor& emitterModesRequestor();
40  };
41 
43 }
CreationFlags
Definition: taskSetVariableWidget.h:115
Widget that allows users to select an emitter for the given entity.
Definition: emitterSelectionEntryWidget.h:25
static std::string headerFile()
Definition: radarSelectionEntryWidget.h:27
Definition: taskSetVariableWidget.h:393
#define DT_DLL_VRFGUIDATAENTRYWIDGETS
Definition: vrfGuiDataEntryWidgets.h:23
DtTaskSetVariableWidgetCreator< DtRadarSelectionEntryWidget > DtRadarSelectionEntryWidgetCreator
Definition: radarSelectionEntryWidget.h:42
The class that is the interface between the GUI and the back-end.
Definition: emitterModesRequestor.h:37
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Widget for selecting radar emitter.
Definition: radarSelectionEntryWidget.h:17
static std::string variableName()
Definition: radarSelectionEntryWidget.h:32

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)