VR-Forces 4.8 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 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Contains makVrv::DtPage class.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtImageLayerWidget * myWidget
Definition: imageLayerPage.h:64
The logic for a image layer page.
Definition: imageLayerLogic.h:33
makVrv::DtPersistenceToolbarWidget * myTitle
Definition: imageLayerPage.h:65
Definition: DtPage.h:146
Dialog for controlling image layers (if any) to be shown.
Definition: imageLayerPage.h:30
DtImageLayerLogic * myLogic
Definition: imageLayerPage.h:63
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
A widget for displaying current image layers shown and an ability to turn them on/off.
Definition: imageLayerWidget.h:37
makVrv::DtPageCreatorTemplate< DtImageLayerPage > DtImageLayerPageCreator
Creator for the makVrv::DtTextureDrapingPage.
Definition: imageLayerPage.h:71
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)