VR-Forces 4.8 Class Documentation
 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 
13 
14 
15 namespace makVrf
16 {
21  {
22 
23  Q_OBJECT
24 
25  public:
26 
28  DtPropDefinitionDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
29 
31  virtual ~DtPropDefinitionDialog();
32 
34 
35  protected:
36  virtual void populate( const makVrv::DtUniqueID& id);
37 
38  virtual DtPointObjectDefinitionDialogLogic* createLogic();
39 
40  virtual bool needsNameCheck() const;
41  };
42 
44  {
45 
46  public:
47 
50 
52  virtual ~DtPropDefinitionDialogLogic();
53 
54  protected:
56  virtual void createConnections();
57 
58  virtual void objectCreated();
59  virtual void cancelDialog();
60  };
61 
63  {
64  public:
65  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent, const QString& title,
67 
68  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*, const DtEntityType& entityType,
70  const DtEditingType& editType);
71  };
72 }
Definition: createAndEditObjectDialogInterface.h:121
This class implements the logic behind the DtPointObjectDefinitionDialog.
Definition: pointObjectDefinitionDialog.h:42
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:199
Definition: propDefinitionDialog.h:62
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
This class defines the dialog that allows the creation/update of prop objects.
Definition: propDefinitionDialog.h:20
DtEditingType
Definition: vrfObjectManipulationHandlerBaseClass.h:44
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:43
DtDialogInteractionMode
Definition: createAndEditObjectDialogInterface.h:34
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
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.
Definition: DtDe.h:69
DtCreationSignalType
Definition: vrfObjectManipulationHandlerBaseClass.h:71

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)