VR-Forces 4.1 Class Documentation
propCreatePaletteLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPropCreatePaletteLogic.h,v $ $Revision: 1.1.2.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <vlpi/entityType.h>
18 #include <QtCore/QString>
19 
20 namespace makVrv
21 {
22  class DtDe;
23 }
24 
25 namespace makVrf
26 {
27  class DtPointObjectDefinitionDialog;
28  class DtPropCreatePaletteInterface;
29  class DtVrfTerrainPropListRecord;
30 
35  {
36 
37  public:
38 
41 
43  virtual ~DtPropCreatePaletteLogic();
44 
45  protected:
46 
48  void enablePalette(int terrainPatchOffset = 0);
49 
52 
54  virtual void slot_itemSelected(const std::string& type, const std::string& modelDef);
55 
57  virtual void slot_postInitialize(makVrv::DtDe& de);
58 
60  virtual void slot_terrainPatchAdded();
61 
63  virtual void slot_terrainPatchToBeDeleted();
64 
66  virtual void populateGuiWithPropData();
67 
72  virtual std::string findCategory(const std::string& itemName, const DtVrfTerrainPropListRecord& categoryList,
73  std::string& category) const;
74 
77  virtual std::string makeReadableName(const std::string& modelDefName) const;
78 
79  protected:
80 
84  };
85 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)