VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setLookAtPointDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 
11 
12 namespace makVrf
13 {
17  {
18  Q_OBJECT
19  public:
20  //CTOR
21  DtSetLookAtPointDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
22 
23  //DTOR
24  virtual ~DtSetLookAtPointDialog() override;
25 
26  protected:
27  virtual QWidget* contents(const std::set<makVrv::DtUniqueID>& data) override;
28 
29  virtual void sendRequest() override;
30 
31  virtual void setupStatement(const DtSimStatement*) override;
32  virtual void initializeSelectionFilters() override;
33  };
34 
36  {
37  public:
38  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
39  virtual bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const override;
40  };
41 }
Definition: setLookAtPointDialog.h:35
The DtSetLookAtPointDialog is a specialized DtSetAimingPointDialog that changes some labels and hides...
Definition: setLookAtPointDialog.h:16
Definition: taskSetDialogInterface.h:63
Definition: taskSetDialogInterface.h:82
class DtSimStatement:
Definition: simStatement.h:38
Definition: setAimingPointDialog.h:28
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)