VR-Forces 5.0.2 Developer's Guide
 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 
46  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
55  static const std::string& thePageClassName();
56 
57  protected:
58 
59  void setupGui();
60 
62  virtual void activate();
63 
64  virtual void deactivate();
65 
66  protected:
70  };
71 
76 }
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:68
The logic for a image layer page.
Definition: imageLayerLogic.h:33
makVrv::DtPersistenceToolbarWidget * myTitle
Definition: imageLayerPage.h:69
Definition: DtPage.h:150
Dialog for controlling image layers (if any) to be shown.
Definition: imageLayerPage.h:30
DtImageLayerLogic * myLogic
Definition: imageLayerPage.h:67
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:75
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)