VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObserverViewsPanel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 #include <vrvCoreQt/vrvCoreQt.h>
11 #include <vrvCoreQt/DtPage.h>
12 
13 
14 class QVBoxLayout;
15 
16 namespace makVrv
17 {
18 
19  class DtObserverViewsWidget;
20  class DtObserverViewsWidgetLogic;
21  class DtInputDriver;
22 
23 
27  {
28  Q_OBJECT
29 
30  public:
31 
33  virtual ~DtObserverViewsPanel();
34 
36  virtual QIcon icon();
37 
40  virtual DtQIconConfigurations qIconConfigurations() const;
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  boost::signalslib::signal<void(const QRect*)> signal_resized;
50 
51  protected:
52 
55 
57  DtObserverViewsPanel(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
58 
59 
61  virtual void activate();
62 
64  virtual void deactivate();
65 
67  virtual void resizeEvent(QResizeEvent * event);
68 
69 
70  std::string myClassName;
71  QVBoxLayout* myLayout;
74 
75  };
76 
77 
81  {
82  public:
83 
86 
88  virtual ~DtObserverViewsPanelCreator();
89 
93  virtual std::string pageClassName() const;
94 
96  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
97  };
98 }
99 
100 
Contains makVrv::DtPage class.
The logic for controlling and updating the makVrv::DtObserverViewsWidget.
Definition: DtObserverViewsWidgetLogic.h:29
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:121
boost::signalslib::signal< void(const QRect *)> signal_resized
Signal emitted when the count panel receives a resize event.
Definition: DtObserverViewsPanel.h:49
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtObserverViewsWidgetLogic * myLogic
Definition: DtObserverViewsPanel.h:73
The creator class needed to be used to create a DtObserverViewsPanel.
Definition: DtObserverViewsPanel.h:80
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
std::string myClassName
Definition: DtObserverViewsPanel.h:70
A widget class for managing different camera views the currently selected observer can be placed in...
Definition: DtObserverViewsWidget.h:40
Panel to display the observer view list loaded in the application.
Definition: DtObserverViewsPanel.h:26
QVBoxLayout * myLayout
Definition: DtObserverViewsPanel.h:71
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
DtObserverViewsWidget * myWidget
Definition: DtObserverViewsPanel.h:72
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)