VR-Forces 4.8 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 /*******************************************************************************
6 ** $RCSfile: DtRemoteGraphicsPanel.h,v $ $Revision: 1.22 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 #include <vrvVrlQt/vrvVrlQt.h>
14 
15 #include <vrvCoreQt/DtPage.h>
16 #include <QtWidgets/QWidget>
17 #include <vrvCoreQt/DtDockable.h>
18 
19 class QTabWidget;
20 
21 namespace makVrv
22 {
23  class DtRemoteGraphicSetWidget;
24  class DtAttributeGroupTemplateWidget;
25  class DtDe;
26 
31  {
32  Q_OBJECT
33 
34  public:
35 
37  virtual ~DtRemoteGraphicsPanel();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
48  protected:
49 
50  void setupGui();
51 
53 
55  DtRemoteGraphicsPanel(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  private:
64 
67 
69  DtRemoteGraphicsPanel& operator=(const DtRemoteGraphicsPanel& orig);
70 
71  protected:
72  std::string myClassName;
76  };
77 
81  {
82  public:
83 
86 
89 
93  virtual std::string pageClassName() const;
94 
96  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
97  };
98 
99 }
Contains makVrv::DtPage class.
Tabbed dialog that has instances of both remote graphic set and attribute group template GUI...
Definition: DtRemoteGraphicsPanel.h:30
QTabWidget * myTabWidget
Definition: DtRemoteGraphicsPanel.h:73
The page creator.
Definition: DtPage.h:117
This class implements a widget that displays remote graphic sets and whether they are active or not...
Definition: DtRemoteGraphicSetWidget.h:30
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
std::string myClassName
Definition: DtRemoteGraphicsPanel.h:72
This class implements a widget that displays remote graphic sets and whether they are active or not...
Definition: DtAttributeGroupTemplateWidget.h:30
Contains DLL export macros.
DtAttributeGroupTemplateWidget * myAttributeGroupTemplateWidget
Definition: DtRemoteGraphicsPanel.h:75
The creator class needed to be used to create a DtRemoteGraphicsPanel.
Definition: DtRemoteGraphicsPanel.h:80
Contains makVrv::DtDockable class.
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtRemoteGraphicSetWidget * myRemoteGraphicsWidget
Definition: DtRemoteGraphicsPanel.h:74
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)