VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dynamicTerrainSwitchDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
14 
15 class DtSetDataRequest;
16 class QRadioButton;
17 
18 namespace makVrf
19 {
20  class DtVrfFilteredListView;
21 
26  {
27 
28  public:
29 
32 
35  };
36 
37 
41  {
42 
43  Q_OBJECT
44 
45  public:
46 
48  DtDynamicTerrainSwitchDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
49 
52 
54  virtual void init(const DtEntityType&);
55 
56  virtual DtPointObjectDefinitionDialogLogic* createLogic();
57 
58  virtual void setupGui();
59 
60  protected:
61  virtual void slot_onCreateButtonClicked();
62 
63  protected slots:
64  virtual void locationChanged();
65 
66  };
67 
69  {
70  public:
71  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent, const QString& title,
73 
74  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*, const DtEntityType& entityType,
76  const DtEditingType& editType);
77  };
78 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)