VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRemoteGraphicSetWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
10 
11 #include <vrvVrlQt/vrvVrlQt.h>
12 
13 #include <QtWidgets/QWidget>
14 
16 
17 class QTreeWidget;
18 class QTreeWidgetItem;
19 class QVBoxLayout;
20 
21 namespace makVrv
22 {
23  class DtRemoteGraphicSetLogic;
24 
28  : public QWidget
30  {
31  Q_OBJECT
32  public:
34  DtRemoteGraphicSetWidget(DtDe& de, QWidget* parent = 0,
35  Qt::WindowFlags flags = 0);
36 
38  virtual ~DtRemoteGraphicSetWidget();
39 
41  virtual void setRemoteGraphicSetStatus(const std::string& name, bool onOff);
42 
43  virtual void removeRemoteGraphicSet(const std::string& name);
44 
45  protected:
47  void setupGui();
48 
49  virtual QTreeWidgetItem* addLayer(const QStringList& strList);
50 
51 
52  protected slots:
53  virtual void onTreeItemChanged(QTreeWidgetItem* item, int column);
54 
55  protected:
56  QVBoxLayout* myMasterLayout;
59 
60  };
61 }
62 
63 
This class provides an interface for widgets that display remote graphic set information.
Definition: DtRemoteGraphicSetInterface.h:17
DtRemoteGraphicSetLogic * myLogic
Definition: DtRemoteGraphicSetWidget.h:58
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
Contains DLL export macros.
Logic for remote graphic set state widget for enabling and disabling remote graphic sets...
Definition: DtRemoteGraphicSetLogic.h:22
QTreeWidget * myTreeWidget
Definition: DtRemoteGraphicSetWidget.h:57
QVBoxLayout * myMasterLayout
Definition: DtRemoteGraphicSetWidget.h:56
Contains makVrv::DtRemoteGraphicSetInterface class.
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:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)