VR-Forces 4.1 Class Documentation
DtSpotReportDefinitionEditorPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/DtPage.h>
14 
15 class QVBoxLayout;
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtDialogControlsWidget;
21  class DtElementEditorWidget;
22  class DtPersistenceToolbarWidget;
23 }
24 
25 namespace makVrf
26 {
28  public makVrv::DtPage
29  {
30  Q_OBJECT
31  public:
32 
34  DtSpotReportDefinitionEditorPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags);
35 
38 
39 
41  virtual QIcon icon();
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
52  protected:
53 
55  virtual void activate();
57  virtual void deactivate();
58 
59  protected:
62  };
63 
68 }

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)