VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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  protected:
63  };
64 
69 
73  {
74  public:
79  makVrv::DtDe& de, QWidget* parent,
80  makVrv::DtPersistenceControlsInterface* persistenceToolbar);
81 
84 
85  protected:
86  virtual void createAttributeEditor(int defIndex, const std::string& name,
87  const std::string& attrClass);
88  virtual std::string chooseNewVisualizerDefinitionType();
89  };
90 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)