VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
iffGeneralSettingsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #if !defined(Q_MOC_RUN)
10 #endif
11 
12 class QCheckBox;
13 
14 namespace makVrf
15 {
16  class DtOctalDataEntryWidget;
17 
19  {
20  Q_OBJECT
21 
22  public:
23  DtIffGeneralSettingsWidget(makVrv::DtDe& de, QWidget* parent);
24  virtual ~DtIffGeneralSettingsWidget() override;
25 
26  virtual void setFrom(const DtSetIff2Request&) override;
27  virtual void setTo(DtSetIff2Request&) const override;
28 
29  protected:
30  virtual void setupHorizontalLayout();
31  virtual void setupVerticalLayout();
32  virtual void changeEvent(QEvent* event) override;
33 
34  public:
38  };
39 
41 }
QCheckBox * myUnmannedAircraft
Definition: iffGeneralSettingsWidget.h:37
class DtSetIff2Request
Definition: setIff2Request.h:20
DtIffModeTypeCreatorTemplate< DtIffGeneralSettingsWidget > DtIffGeneralSettingsWidgetCreator
Definition: iffGeneralSettingsWidget.h:40
Definition: iffGeneralSettingsWidget.h:18
QCheckBox * myEmergency
Definition: iffGeneralSettingsWidget.h:35
Definition: iffModeTypeWidgets.h:44
QCheckBox * myIPPulseControl
Definition: iffGeneralSettingsWidget.h:36
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
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
Definition: iffModeTypeWidgets.h:23

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)