VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spotReportDefinitionEditorPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
14 #include <vrvCoreQt/DtPage.h>
15 
16 class QVBoxLayout;
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtDialogControlsWidget;
22  class DtElementEditorWidget;
23  class DtPersistenceToolbarWidget;
24 }
25 
26 namespace makVrf
27 {
29  public makVrv::DtPage
30  {
31  Q_OBJECT
32  public:
33 
35  DtSpotReportDefinitionEditorPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags);
36 
39 
40 
42  virtual QIcon icon();
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  protected:
54 
56  virtual void activate();
58  virtual void deactivate();
59 
60  virtual void askBeforeAction();
61 
62  virtual void onCloseEvent();
63 
64  virtual void onSwitchEvent();
65 
66  public:
69 
70  protected:
72  };
73 
78 
82  {
83  public:
88  makVrv::DtDe& de, QWidget* parent,
89  makVrv::DtPersistenceControlsInterface* persistenceToolbar);
90 
93 
94  protected:
95  virtual void createAttributeEditor(int defIndex, const std::string& name,
96  const std::string& attrClass);
97  virtual std::string chooseNewVisualizerDefinitionType();
98  };
99 }

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)