VR-Forces 4.8 Class Documentation
 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 /*********************************************************************
6 ** $RCSfile: DtRemoteGraphicSetWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 #pragma once
9 
13 
14 #include <vrvVrlQt/vrvVrlQt.h>
15 
16 #include <QtWidgets/QWidget>
17 
19 
20 class QTreeWidget;
21 class QTreeWidgetItem;
22 class QVBoxLayout;
23 
24 namespace makVrv
25 {
26  class DtRemoteGraphicSetLogic;
27 
31  : public QWidget
33  {
34  Q_OBJECT
35  public:
37  DtRemoteGraphicSetWidget(DtDe& de, QWidget* parent = 0,
38  Qt::WindowFlags flags = 0);
39 
41  virtual ~DtRemoteGraphicSetWidget();
42 
44  virtual void setRemoteGraphicSetStatus(const std::string& name, bool onOff);
45 
46  virtual void removeRemoteGraphicSet(const std::string& name);
47 
48  protected:
50  void setupGui();
51 
52  virtual QTreeWidgetItem* addLayer(const QStringList& strList);
53 
54 
55  protected slots:
56  virtual void onTreeItemChanged(QTreeWidgetItem* item, int column);
57 
58  protected:
59  QVBoxLayout* myMasterLayout;
62 
63  };
64 }
65 
66 
This class provides an interface for widgets that display remote graphic set information.
Definition: DtRemoteGraphicSetInterface.h:20
DtRemoteGraphicSetLogic * myLogic
Definition: DtRemoteGraphicSetWidget.h:61
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
Contains DLL export macros.
Logic for remote graphic set state widget for enabling and disabling remote graphic sets...
Definition: DtRemoteGraphicSetLogic.h:25
QTreeWidget * myTreeWidget
Definition: DtRemoteGraphicSetWidget.h:60
QVBoxLayout * myMasterLayout
Definition: DtRemoteGraphicSetWidget.h:59
Contains makVrv::DtRemoteGraphicSetInterface class.
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)