VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRemoteGraphicsPanel.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 #include <vrvVrlQt/vrvVrlQt.h>
11 
12 #include <vrvCoreQt/DtPage.h>
13 #include <QtWidgets/QWidget>
14 #include <vrvCoreQt/DtDockable.h>
15 
16 class QTabWidget;
17 
18 namespace makVrv
19 {
20  class DtRemoteGraphicSetWidget;
21  class DtAttributeGroupTemplateWidget;
22  class DtDe;
23 
28  {
29  Q_OBJECT
30 
31  public:
32 
34  virtual ~DtRemoteGraphicsPanel();
35 
37  virtual QIcon icon();
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
45  protected:
46 
47  void setupGui();
48 
50 
52  DtRemoteGraphicsPanel(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
53 
55  virtual void activate();
56 
58  virtual void deactivate();
59 
60  private:
61 
64 
66  DtRemoteGraphicsPanel& operator=(const DtRemoteGraphicsPanel& orig);
67 
68  protected:
69  std::string myClassName;
73  };
74 
78  {
79  public:
80 
83 
86 
90  virtual std::string pageClassName() const;
91 
93  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
94  };
95 
96 }
Contains makVrv::DtPage class.
Tabbed dialog that has instances of both remote graphic set and attribute group template GUI...
Definition: DtRemoteGraphicsPanel.h:27
QTabWidget * myTabWidget
Definition: DtRemoteGraphicsPanel.h:70
The page creator.
Definition: DtPage.h:114
This class implements a widget that displays remote graphic sets and whether they are active or not...
Definition: DtRemoteGraphicSetWidget.h:27
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
std::string myClassName
Definition: DtRemoteGraphicsPanel.h:69
This class implements a widget that displays remote graphic sets and whether they are active or not...
Definition: DtAttributeGroupTemplateWidget.h:27
Contains DLL export macros.
DtAttributeGroupTemplateWidget * myAttributeGroupTemplateWidget
Definition: DtRemoteGraphicsPanel.h:72
The creator class needed to be used to create a DtRemoteGraphicsPanel.
Definition: DtRemoteGraphicsPanel.h:77
Contains makVrv::DtDockable class.
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
DtRemoteGraphicSetWidget * myRemoteGraphicsWidget
Definition: DtRemoteGraphicsPanel.h:71
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)