VR-Forces 4.7 Class Documentation
 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("<vrfGuiCoreQt/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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)