VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
imageLayerPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/DtPage.h>
14 
15 class QString;
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtPersistenceToolbarWidget;
21 }
22 
23 namespace makVrf
24 {
25  class DtImageLayerWidget;
26  class DtImageLayerLogic;
27 
31  {
32  Q_OBJECT
33 
34  public:
36  DtImageLayerPage(makVrv::DtDe& de, QWidget* pager, Qt::WindowFlags f = 0);
37 
39  virtual ~DtImageLayerPage();
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 
55  void setupGui();
56 
58  virtual void activate();
59 
60  virtual void deactivate();
61 
62  protected:
66  };
67 
72 }

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)