VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
embeddedEntityCommandAssignmentWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #if !defined(Q_MOC_RUN)
11 #include <vrvCore/DtEntityState.h>
12 #endif
13 
14 namespace makVrf
15 {
16  class DtEmbeddedEntityCommandAssignmentWidgetLogic;
17 
20  {
21  Q_OBJECT
22 
23  public:
26  DtCommandDialogExtensionInterface*, QWidget* parent = 0,
27  Qt::WindowFlags flags =
28  Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint);
29 
32 
35  virtual bool insertMapFocusHandler(DtMapFocusHandlerInterface*, int index = -1)
36  {
37  return false;
38  };
39 
41  virtual void setAllowBroadcast(bool);
42 
44  virtual void setupUi(const std::vector<makVrv::DtSimEntry*>& data, const DtSimStatement* stmt);
45 
46  protected:
47  virtual std::vector<std::string> commandDialogFiltersFor(const std::vector<makVrv::DtSimEntry*>& data, const DtSimStatement* stmt,
48  int& initialSelection) const;
49  virtual void populateEntitySelectionWidget(const std::vector<makVrv::DtSimEntry*>&);
50  virtual void attachExtension(const std::vector<makVrv::DtSimEntry*>& data,
52 
53  protected:
55  {
59  };
60 
61  std::vector<EmbeddedEntity> myEmbeddedEntities;
62  };
63 }
virtual bool insertMapFocusHandler(DtMapFocusHandlerInterface *, int index=-1)
The QListWidget does not interact with the map so this implementation is blank.
Definition: embeddedEntityCommandAssignmentWidget.h:35
A widget class for encapsulating radio commands for tasks or sets.
Definition: commandAssignmentWidget.h:45
A DtSimEntry is a container of DtSimState&#39;s and represents the total state of an simulation object...
Definition: DtSimEntry.h:27
makVrv::DtVrlinkSimulatedEntityState * state
Definition: embeddedEntityCommandAssignmentWidget.h:57
A widget class for encapsulating radio commands for tasks or sets.
Definition: embeddedEntityCommandAssignmentWidget.h:19
Contains makVrv::DtVrlinkSimulatedEntityState class.
Definition: commandDialogExtensionInterface.h:49
Base class that must be implemented by items that wish to be part of a map focus handler chain...
Definition: mapFocusHandler.h:27
makVrv::DtSimEntry * entry
Definition: embeddedEntityCommandAssignmentWidget.h:56
class DtSimStatement:
Definition: simStatement.h:38
makVrv::DtStateView< makVrv::DtVrlinkSimulatedEntityState > * stateView
Definition: embeddedEntityCommandAssignmentWidget.h:58
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
std::vector< EmbeddedEntity > myEmbeddedEntities
Definition: embeddedEntityCommandAssignmentWidget.h:61
Definition: embeddedEntityCommandAssignmentWidget.h:54
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

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)