VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfPluginsLoadedWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfPluginsLoadedWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 
14 #include <vrvUtil/signalslib.h>
15 
18 
19 #include <QtWidgets/QWidget>
20 
24 
25 namespace makVrv
26 {
27  class DtDe;
28 }
29 
30 class QTreeWidget;
31 class QTextBrowser;
32 class QLabel;
33 
34 namespace makVrf
35 {
36  class DtVrfPluginsLoadedWidgetLogic;
37 
40  {
41  Q_OBJECT
42 
43  public:
44 
46  DtVrfPluginsLoadedWidget(makVrv::DtDe&, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
47 
49  virtual ~DtVrfPluginsLoadedWidget();
50 
51  void setupGui();
52 
53  protected:
55  virtual void addPlugin(const QString& name, const QString& version, int key, const std::string& server);
56 
58  virtual void removePlugin(const QString& name, int key);
59 
61  virtual void setPluginInformation(const QString&);
62 
63  protected slots:
65  virtual void onItemSelectionChanged();
66 
67  public:
69 
71  QTextBrowser* myInformation;
72 
73  protected:
76  };
77 }
makVrv::DtDe & myDe
Definition: vrfPluginsLoadedWidget.h:74
Definition: vrfPluginsLoadedWidgetInterface.h:27
Definition: vrfPluginsLoadedWidgetLogic.h:34
DtVrfPluginsLoadedWidgetLogic * myLogic
Definition: vrfPluginsLoadedWidget.h:75
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QLabel * myInformationLabel
Definition: vrfPluginsLoadedWidget.h:70
Definition: vrfPluginsLoadedWidget.h:38
QTextBrowser * myInformation
Definition: vrfPluginsLoadedWidget.h:71
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QTreeWidget * myPlugins
Definition: vrfPluginsLoadedWidget.h:68

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)