VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taskKeepStationDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 #include <matrix/vlVector.h>
17 
18 class QGridLayout;
19 class QComboBox;
20 
21 namespace makVrf
22 {
23  class DtSimpleVariableWidget;
24  class DtAngleEntryWidget;
25 
27  {
28  Q_OBJECT
29 
30  public:
31  //CTOR
32  DtTaskKeepStationDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
33 
34  //DTOR
35  virtual ~DtTaskKeepStationDialog() override;
36 
38  virtual double offsetDistance() const;
39 
41  virtual void setOffsetDistance(double);
42 
44  virtual double heading() const;
45 
47  virtual void setHeading(double);
48 
50  virtual int mode() const;
51 
53  virtual void setMode(int);
54 
55  protected:
56  virtual QWidget* contents(const std::set<makVrv::DtUniqueID>& data) override;
57 
59  virtual void setupGui(const std::set<makVrv::DtUniqueID>& data) override;
60 
61  virtual void setupStatement(const DtSimStatement* stmt) override;
62 
63  protected:
64  virtual void sendRequest() override;
65  virtual void initializeSelectionFilters() override;
66 
67  public:
69  QGridLayout* myAngleEntryLayout;
73  };
74 
76  {
77  public:
78  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
79  virtual bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const override;
80  };
81 }
Definition: taskKeepStationDialog.h:26
Definition: taskKeepStationDialog.h:75
Definition: taskSetDialogInterface.h:82
DtAngleEntryWidget * myHeading
Definition: taskKeepStationDialog.h:70
QGridLayout * myAngleEntryLayout
Definition: taskKeepStationDialog.h:69
DtSimpleVariableWidget * myOffsetDistance
Definition: taskKeepStationDialog.h:68
QComboBox * myMode
Definition: taskKeepStationDialog.h:72
Simple line text entry widget that will allow the user to enter a heading value.
Definition: angleEntryWidget.h:26
These classes will define simple data entry widgets that can be used in scripted (or other) tasks...
Definition: simpleVariableWidget.h:47
QLabel * myModeLabel
Definition: taskKeepStationDialog.h:71
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:44
Definition: baseFilteredListViewTaskSetDialog.h:34
class DtSimStatement:
Definition: simStatement.h:38
const char int mode
Definition: ioapi.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
#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)