VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
convoyToTaskDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QRadioButton;
17 class QCheckBox;
18 class QGroupBox;
19 class QHBoxLayout;
20 
21 namespace makVrf
22 {
24  {
25  Q_OBJECT
26 
27  public:
28  //CTOR
29  DtConvoyToTaskDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
30 
31  //DTOR
32  virtual ~DtConvoyToTaskDialog() override;
33 
35  virtual void setPathPlanEnabled(bool);
36 
38  virtual void setPlanPath(bool b);
39 
41  virtual bool planPath() const;
42 
43  protected:
44  virtual QWidget* contents(const std::set<makVrv::DtUniqueID>& data) override;
45 
46  virtual void sendRequest() override;
47 
48  protected:
49  virtual void setupGui(const std::set<makVrv::DtUniqueID>& data) override;
50 
51  protected:
52  virtual void setupStatement(const DtSimStatement*) override;
53  virtual void initializeSelectionFilters() override;
54 
55  public:
56  QGroupBox* myMovementBox;
57  QHBoxLayout* myMovementLayout;
59  };
60 
62  {
63  public:
64  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
65  virtual bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const override;
66  };
67 }
Definition: convoyToTaskDialog.h:61
Definition: taskSetDialogInterface.h:82
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:44
Definition: convoyToTaskDialog.h:23
Definition: baseFilteredListViewTaskSetDialog.h:34
class DtSimStatement:
Definition: simStatement.h:38
QHBoxLayout * myMovementLayout
Definition: convoyToTaskDialog.h:57
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
QGroupBox * myMovementBox
Definition: convoyToTaskDialog.h:56
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
QCheckBox * myPlanPathMoveButton
Definition: convoyToTaskDialog.h:58

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)