VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPaperMapWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 class QComboBox;
16 class QLabel;
17 
18 namespace makVrv
19 {
20  class DtPaperMapLogic;
21 
27  {
28  Q_OBJECT
29 
30  public:
32  DtPaperMapWidget( DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
33 
35  virtual ~DtPaperMapWidget();
36 
38  DtPaperMapWidget(DtPaperMapWidget& in) = delete;
39 
41  DtPaperMapWidget& operator=(const DtPaperMapWidget&) = delete;
42 
43  protected:
44 
46  virtual int numGroups() const;
47 
49  virtual void addGroup(const std::string& groupName);
50 
52  virtual void removeGroup(const std::string& groupName);
53 
55  virtual void selectGroup(const std::string& groupName);
56 
58  virtual void reset();
59 
61  virtual void selectionEnabled(bool setting);
62 
63  protected slots:
64  virtual void groupSelected(const QString& text);
65 
66  public:
69 
70  protected:
73  };
74 
78  {
79  public:
82 
84  virtual ~DtPaperMapWidgetBuilder();
85 
88 
90  DtPaperMapWidgetBuilder& operator=(const DtPaperMapWidgetBuilder&) = delete;
91 
92  virtual QWidget* create( DtDe& de, QWidget* parent, const Qt::WindowFlags& flags);
93  };
94 }
QComboBox * myLayerComboBox
Definition: DtPaperMapWidget.h:67
Contains makVrv::DtWidgetBuilder class.
Abstract interface for the stealth control widget.
Definition: DtPaperMapWidgetInterface.h:18
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtDe & myDe
Definition: DtPaperMapWidget.h:71
Contains makVrv::DtPaperMapWidgetInterface class.
QLabel * myToolbarText
Definition: DtPaperMapWidget.h:68
Builder for the makVrv::DtPaperMapWidget.
Definition: DtPaperMapWidget.h:77
DtPaperMapLogic * myLogic
Definition: DtPaperMapWidget.h:72
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
The logic for controlling and updating the DtPaperMapWidget and communicating with the DtOsgEarthPape...
Definition: DtPaperMapLogic.h:28
This class is the generic builder base class for building a widget.
Definition: DtWidgetBuilder.h:22
Contains makVrv::DtPaperMapWidget class. A widget that allows for display and selection of layer in a...
Definition: DtPaperMapWidget.h:26

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)