VR-Forces Developer's Guide
 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, std::string& imageName) 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:40
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
void slot_postInitialize(makVrv::DtDe &de)
DtPointObjectDefinitionDialog * myObjectPropertiesDlg
Definition: propCreatePaletteLogic.h:80
A list of DtVrfTerrainPropRecord objects. Used to read/write the XML file holding these items...
Definition: vrfTerrainPropListRecord.h:23
makVrv::DtDe & myDe
Definition: propCreatePaletteLogic.h:78
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
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 Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)