VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taskIffInterrogatorSweepDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 class QLabel;
12 class QCheckBox;
13 class QComboBox;
14 class QGridLayout;
15 class QRadioButton;
16 
17 namespace makVrf
18 {
19  class DtRangeEntryWidget;
20  class DtAngleEntryWidget;
21 
23  {
24  Q_OBJECT
25  public:
26  //CTOR
27  DtTaskIffInterrogatorSweepDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
28 
29  //DTOR
30  virtual ~DtTaskIffInterrogatorSweepDialog() override;
31 
32  protected:
33  virtual QWidget* contents(const std::set<makVrv::DtUniqueID>& data) override;
34  virtual void setupStatement(const DtSimStatement* stmt) override;
35 
36  protected:
37  virtual void sendRequest() override;
38  virtual bool modeCheckStateValid() const;
39 
40  protected slots:
41  virtual void updateValidity();
42  virtual void sweepChoiceChanged();
43 
44  public:
45  QWidget* myCanvas;
46  QGridLayout* myLayout;
48  QRadioButton* my360DegreeSweepChoice;
49  QRadioButton* myStartFinishSweepChoice;
52  QRadioButton* myBoresightSweepChoice;
60  };
61 
63  {
64  public:
65  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
66  virtual bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const override;
67  };
68 }
Definition: baseTaskSetDialogInterface.h:35
Simple line text entry widget that will allow the user to enter a range value.
Definition: rangeEntryWidget.h:27
Definition: taskIffInterrogatorSweepDialog.h:62
QRadioButton * my360DegreeSweepChoice
Definition: taskIffInterrogatorSweepDialog.h:48
QGridLayout * myLayout
Definition: taskIffInterrogatorSweepDialog.h:46
Definition: taskSetDialogInterface.h:82
QCheckBox * myInterrogateMode2
Definition: taskIffInterrogatorSweepDialog.h:55
QRadioButton * myStartFinishSweepChoice
Definition: taskIffInterrogatorSweepDialog.h:49
QRadioButton * myBoresightSweepChoice
Definition: taskIffInterrogatorSweepDialog.h:52
QCheckBox * myInterrogateMode3C
Definition: taskIffInterrogatorSweepDialog.h:57
Contains makVrf::DtBaseTaskSetDialogInterface class. This is the interface for the dialog used by mos...
Simple line text entry widget that will allow the user to enter a heading value.
Definition: angleEntryWidget.h:26
QCheckBox * myInterrogateMode5
Definition: taskIffInterrogatorSweepDialog.h:58
QWidget * myCanvas
Definition: taskIffInterrogatorSweepDialog.h:45
DtAngleEntryWidget * mySweepEnd
Definition: taskIffInterrogatorSweepDialog.h:51
QCheckBox * myInterrogateMode3
Definition: taskIffInterrogatorSweepDialog.h:56
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:44
QCheckBox * myInterrogateMode1
Definition: taskIffInterrogatorSweepDialog.h:54
DtAngleEntryWidget * myBoresightSweep
Definition: taskIffInterrogatorSweepDialog.h:53
Definition: taskIffInterrogatorSweepDialog.h:22
class DtSimStatement:
Definition: simStatement.h:38
DtAngleEntryWidget * mySweepStart
Definition: taskIffInterrogatorSweepDialog.h:50
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
QCheckBox * myInterrogateModeS
Definition: taskIffInterrogatorSweepDialog.h:59
DtRangeEntryWidget * myRange
Definition: taskIffInterrogatorSweepDialog.h:47
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

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)