VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
10
#include <
vrfGuiCoreQt/emitterModesSelectionEntryWidget.h
>
11
12
class
QStringList;
13
14
namespace
makVrf
15
{
17
class
DT_DLL_VRFGUICOREQT
DtJammingModeSelectionEntryWidget
:
public
DtEmitterModesSelectionEntryWidget
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
25
virtual
~
DtJammingModeSelectionEntryWidget
();
26
27
static
std::string headerFile()
28
{
29
return
tr(
"<vrfGuiCoreQt/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
43
typedef
DtTaskSetVariableWidgetCreator<DtJammingModeSelectionEntryWidget>
DtJammingModeSelectionEntryWidgetCreator
;
44
}
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
)