VR-Forces 5.0.2 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 
32 
34 
35  virtual bool needsNameCheck() const
36  {
37  return false;
38  }
39 
40  virtual void updateEmbarkationWidget(const DtVector& pt);
41 
42  protected:
43  virtual void setLocations(const std::vector<DtVector>& pts);
44  };
45 
47  {
48  public:
49  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent, const QString& title,
51 
52  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*, const DtEntityType& entityType,
54  const DtEditingType& editType);
55  };
56 }
Definition: createAndEditObjectDialogInterface.h:121
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:41
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: vertexObjectDefinitionDialog.h:46
DtEditingType
Definition: vrfObjectManipulationHandlerBaseClass.h:42
Definition: createAndEditObjectDialogInterface.h:29
This class defines the dialog that allows the creation/update of vertex objects in the scenario...
Definition: vertexObjectDefinitionDialog.h:20
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
virtual bool needsNameCheck() const
Definition: vertexObjectDefinitionDialog.h:35
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
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
DtCreationSignalType
Option to supply to the createObject method.
Definition: vrfObjectManipulationHandlerBaseClass.h:73

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)