VR-Forces 5.0.3 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();
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::vector<makVrv::DtSimEntry*>& data);
45 
46  virtual void sendRequest();
47 
48  protected:
49  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
50 
51  protected:
52  virtual void setupStatement(const DtSimStatement*);
53  virtual void initializeSelectionFilters();
54 
55  public:
56  QGroupBox* myMovementBox;
57  QHBoxLayout* myMovementLayout;
59  };
60 
62  {
63  public:
64  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
65  bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const;
66  };
67 }
Definition: convoyToTaskDialog.h:61
Definition: taskSetDialogInterface.h:84
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:46
Definition: convoyToTaskDialog.h:23
Definition: baseFilteredListViewTaskSetDialog.h:35
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:70
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 Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)