VR-Forces 4.8 Class Documentation
 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) 2017 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 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  boost::signal<void(const QRect*)> signal_resized;
46 
47  protected:
48 
51 
53  DtObserverViewsPanel(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
54 
55 
57  virtual void activate();
58 
60  virtual void deactivate();
61 
63  virtual void resizeEvent(QResizeEvent * event);
64 
65 
66  std::string myClassName;
67  QVBoxLayout* myLayout;
70 
71  };
72 
73 
77  {
78  public:
79 
82 
84  virtual ~DtObserverViewsPanelCreator();
85 
89  virtual std::string pageClassName() const;
90 
92  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
93  };
94 }
95 
96 
Contains makVrv::DtPage class.
The logic for controlling and updating the makVrv::DtObserverViewsWidget.
Definition: DtObserverViewsWidgetLogic.h:29
The page creator.
Definition: DtPage.h:117
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtObserverViewsWidgetLogic * myLogic
Definition: DtObserverViewsPanel.h:69
The creator class needed to be used to create a DtObserverViewsPanel.
Definition: DtObserverViewsPanel.h:76
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
std::string myClassName
Definition: DtObserverViewsPanel.h:66
boost::signal< void(const QRect *)> signal_resized
Signal emitted when the count panel receives a resize event.
Definition: DtObserverViewsPanel.h:45
A widget class for managing different camera views the currently selected observer can be placed in...
Definition: DtObserverViewsWidget.h:42
Panel to display the observer view list loaded in the application.
Definition: DtObserverViewsPanel.h:26
QVBoxLayout * myLayout
Definition: DtObserverViewsPanel.h:67
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtObserverViewsWidget * myWidget
Definition: DtObserverViewsPanel.h:68

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)