VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taskEmbarkDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class DtEmbarkTask;
17 
18 namespace makVrf
19 {
20  class DtEmbarkationSlotEntryWidget;
21 
23  {
24  Q_OBJECT
25  public:
26  //CTOR
27  DtTaskEmbarkDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
28 
29  //DTOR
30  virtual ~DtTaskEmbarkDialog();
31 
32  protected:
33  virtual void sendRequest();
34 
37  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
38 
40  virtual void setupFrom(const std::vector<makVrv::DtSimEntry*>& data);
41 
42  protected:
43  virtual void setupStatement(const DtSimStatement*);
44  virtual void initializeSelectionFilters();
45  virtual void slot_onNameChanged(const DtUUID& s);
46  virtual void slotInformationReceived();
47 
48  public:
50 
51  protected:
53  };
54 
56  {
57  public:
58  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
59  bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType&, const DtSimStatement*) const;
60  };
61 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
DtEmbarkTask represents a task to a entity to embark onto a parent entity.
Definition: embarkTask.h:25
Definition: taskSetDialogInterface.h:84
DtEmbarkTask * myToSetup
Definition: taskEmbarkDialog.h:52
DtEmbarkationSlotEntryWidget * mySlotEntryWidget
Definition: taskEmbarkDialog.h:49
Class that is used as a template for task/set dialogs.
Definition: taskSetDialogInterface.h:46
Definition: baseFilteredListViewTaskSetDialog.h:35
class DtSimStatement:
Definition: simStatement.h:38
Definition: taskEmbarkDialog.h:55
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
Definition: taskEmbarkDialog.h:22
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
Widget that allows for the selection of an embarkation slot from the given data. If there is more tha...
Definition: embarkationSlotEntryWidget.h:29

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)