VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
jammerSelectionEntryWidget.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  DtJammerSelectionEntryWidget(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0, const CreationFlags& cflags = NormalMode);
23 
24  //DTOR
26 
27  static std::string headerFile()
28  {
29  return tr("<vrfGuiDataEntryWidgets/jammerSelectionEntryWidget.h>").toUtf8().constData();
30  }
31 
32  static std::string variableName()
33  {
34  return tr("jammer").toUtf8().constData();
35  }
36 
37  protected:
39  virtual DtEmitterModesRequestor& emitterModesRequestor();
40  };
41 
43 }
CreationFlags
Definition: taskSetVariableWidget.h:119
Widget that allows users to select an emitter for the given entity.
Definition: emitterSelectionEntryWidget.h:25
DtTaskSetVariableWidgetCreator< DtJammerSelectionEntryWidget > DtJammerSelectionEntryWidgetCreator
Definition: jammerSelectionEntryWidget.h:42
static std::string headerFile()
Definition: jammerSelectionEntryWidget.h:27
Definition: taskSetVariableWidget.h:426
#define DT_DLL_VRFGUIDATAENTRYWIDGETS
Definition: vrfGuiDataEntryWidgets.h:22
The class that is the interface between the GUI and the back-end.
Definition: emitterModesRequestor.h:37
Widget for selecting jammer emitter.
Definition: jammerSelectionEntryWidget.h:17
static std::string variableName()
Definition: jammerSelectionEntryWidget.h:32
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:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)