VR-Forces Developer's Guide
 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() override;
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() override;
40  };
41 
43 }
CreationFlags
Definition: taskSetVariableWidget.h:118
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:422
#define DT_DLL_VRFGUIDATAENTRYWIDGETS
Definition: vrfGuiDataEntryWidgets.h:22
DtTaskSetVariableWidgetCreator< DtRadarSelectionEntryWidget > DtRadarSelectionEntryWidgetCreator
Definition: radarSelectionEntryWidget.h:42
The class that is the interface between the GUI and the back-end.
Definition: emitterModesRequestor.h:35
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Widget for selecting radar emitter.
Definition: radarSelectionEntryWidget.h:17
static std::string variableName()
Definition: radarSelectionEntryWidget.h:32

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)