VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setPreferredTrajectoryHeightDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
18  class DtAltitudeEntryWidget;
19 
21  {
22  Q_OBJECT
23  public:
24  //CTOR
25  DtSetPreferredTrajectoryHeightDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
26 
27  //DTOR
28  virtual ~DtSetPreferredTrajectoryHeightDialog() override;
29 
31  virtual double preferredHeight() const;
32 
34  virtual void setPreferredHeight(double);
35 
36  protected:
38  virtual QWidget* contents(const std::set<makVrv::DtUniqueID>& data) override;
39 
41  virtual void sendRequest() override;
42 
44  virtual void setupGui(const std::set<makVrv::DtUniqueID>& data) override;
45 
47  virtual void setupStatement(const DtSimStatement*) override;
48 
49  public:
50  QWidget* myCanvas;
51  QVBoxLayout* myContentLayout;
53  };
54 
56  {
57  public:
58  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
59 
60  virtual bool supportsType(makVrv::DtDe&, const DtSetMessageType& t, const DtSimStatement*) const override;
61  };
62 }
63 
Definition: taskSetDialogInterface.h:63
Definition: baseTaskSetDialogInterface.h:35
Simple line text entry widget that will allow the user to enter an altitude value.
Definition: altitudeEntryWidget.h:26
Definition: taskSetDialogInterface.h:82
DtAltitudeEntryWidget * myPreferredHeight
Definition: setPreferredTrajectoryHeightDialog.h:52
Contains makVrf::DtBaseTaskSetDialogInterface class. This is the interface for the dialog used by mos...
QVBoxLayout * myContentLayout
Definition: setPreferredTrajectoryHeightDialog.h:51
Definition: setPreferredTrajectoryHeightDialog.h:20
class DtSimStatement:
Definition: simStatement.h:38
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
Definition: setPreferredTrajectoryHeightDialog.h:55
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
QWidget * myCanvas
Definition: setPreferredTrajectoryHeightDialog.h:50

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)