VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vertexObjectDefinitionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
7 
8 
9 #pragma once
10 
13 
14 
15 namespace makVrf
16 {
21  {
22 
23  Q_OBJECT
24 
25  public:
26 
28  DtVertexObjectDefinitionDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
29 
31  virtual ~DtVertexObjectDefinitionDialog() override;
32 
33  virtual void init(const DtEntityType&, DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode) override;
34 
35  virtual bool needsNameCheck() const override {
36  return false;
37  }
38 
39  virtual void updateEmbarkationWidget(const DtVector& pt) override;
40 
41  protected:
42  virtual void setLocations(const std::vector<DtVector>& pts);
43  };
44 
46  {
47  public:
48  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent,
50 
51  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*,
52  const DtEntityType& entityType, DtCreationSignalType signalCreate,
54  };
55 }
Definition: createAndEditObjectDialogInterface.h:122
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:40
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: vertexObjectDefinitionDialog.h:45
DtEditingType
Definition: vrfObjectManipulationHandlerBaseClass.h:42
Definition: createAndEditObjectDialogInterface.h:27
This class defines the dialog that allows the creation/update of vertex objects in the scenario...
Definition: vertexObjectDefinitionDialog.h:20
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:32
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
virtual bool needsNameCheck() const override
Definition: vertexObjectDefinitionDialog.h:35
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
DtCreationSignalType
Option to supply to the createObject method.
Definition: vrfObjectManipulationHandlerBaseClass.h:73

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)