VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
propDefinitionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
14 
15 
16 
17 
18 namespace makVrf
19 {
24  {
25 
26  Q_OBJECT
27 
28  public:
29 
31  DtPropDefinitionDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
32 
34  virtual ~DtPropDefinitionDialog();
35 
37 
38  protected:
39  virtual void populate( const makVrv::DtUniqueID& id);
40 
41  virtual DtPointObjectDefinitionDialogLogic* createLogic();
42 
43  virtual bool needsNameCheck() const;
44  };
45 
47  {
48 
49  public:
50 
53 
55  virtual ~DtPropDefinitionDialogLogic();
56 
57  protected:
59  virtual void createConnections();
60 
61  virtual void objectCreated();
62  virtual void cancelDialog();
63  };
64 
66  {
67  public:
68  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent, const QString& title,
70 
71  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*, const DtEntityType& entityType,
73  const DtEditingType& editType);
74  };
75 }
Definition: createAndEditObjectDialogInterface.h:121
Definition: pointObjectDefinitionDialogLogic.h:34
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:41
Definition: propDefinitionDialog.h:65
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
This class defines the dialog that allows the creation/update of prop objects.
Definition: propDefinitionDialog.h:23
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
Definition: propDefinitionDialog.h:46
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
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 Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)