VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
propCreatePaletteLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <vlpi/entityType.h>
15 #include <QtCore/QString>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
25  class DtPointObjectDefinitionDialog;
26  class DtPropCreatePaletteInterface;
27  class DtVrfTerrainPropListRecord;
28 
33  {
34 
35  public:
36 
39 
41  virtual ~DtPropCreatePaletteLogic();
42 
43  protected:
44 
46  void enablePalette(int terrainPatchOffset = 0);
47 
50 
52  virtual void slot_itemSelected(const std::string& type, const std::string& modelDef);
53 
55  virtual void slot_postInitialize(makVrv::DtDe& de);
56 
58  virtual void slot_terrainPatchAdded();
59 
61  virtual void slot_terrainPatchToBeDeleted();
62 
64  virtual void populateGuiWithPropData();
65 
70  virtual std::string findCategory(const std::string& itemName, const DtVrfTerrainPropListRecord& categoryList,
71  std::string& category) const;
72 
75  virtual std::string makeReadableName(const std::string& modelDefName) const;
76 
77  protected:
82  };
83 }
This class defines the dialog that allows the creation/update of point objects in the scenario (entit...
Definition: pointObjectDefinitionDialog.h:199
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtPointObjectDefinitionDialog * myObjectPropertiesDlg
Definition: propCreatePaletteLogic.h:80
A list of DtVrfTerrainPropRecord objects.
Definition: vrfTerrainPropListRecord.h:23
makVrv::DtDe & myDe
Definition: propCreatePaletteLogic.h:78
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Base class to provide boost signal/slot management.
Interface for prop creation palette.
Definition: propCreatePaletteInterface.h:23
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtSignalConnectionManager myConnections
Definition: propCreatePaletteLogic.h:81
DtPropCreatePaletteInterface * myInterface
Definition: propCreatePaletteLogic.h:79
Logic associated with the DtPropCreatePalette class.
Definition: propCreatePaletteLogic.h:32

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)