VR-Forces 4.7 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)