VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
jammingModeSelectionEntryWidget.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  DtJammingModeSelectionEntryWidget(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/jammingModeSelectionEntryWidget.h>").toUtf8().constData();
30  }
31 
33  static std::string variableName()
34  {
35  return tr("jammingMode").toUtf8().constData();
36  }
37 
38  protected:
40  virtual DtEmitterModesRequestor& emitterModesRequestor();
41  };
42 
44 }
DtTaskSetVariableWidgetCreator< DtJammingModeSelectionEntryWidget > DtJammingModeSelectionEntryWidgetCreator
Definition: jammingModeSelectionEntryWidget.h:43
CreationFlags
Definition: taskSetVariableWidget.h:115
static std::string variableName()
This is a table with two variables – emitter (emitter id) and mode (mode to set)
Definition: jammingModeSelectionEntryWidget.h:33
Definition: taskSetVariableWidget.h:393
Widget for selecting jamming modes by emitter.
Definition: jammingModeSelectionEntryWidget.h:17
#define DT_DLL_VRFGUIDATAENTRYWIDGETS
Definition: vrfGuiDataEntryWidgets.h:23
The class that is the interface between the GUI and the back-end.
Definition: emitterModesRequestor.h:37
This is a base class that is used by other classes to show emitters and modes that they are currently...
Definition: emitterModesSelectionEntryWidget.h:31
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
static std::string headerFile()
Definition: jammingModeSelectionEntryWidget.h:27

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)