VR-Forces 5.0.2 Developer's Guide
 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) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 #include <QtWidgets/QWidget>
12 
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 class QTreeWidget;
23 class QTextBrowser;
24 class QLabel;
25 
26 namespace makVrf
27 {
28  class DtVrfPluginsLoadedWidgetLogic;
29 
32  {
33  Q_OBJECT
34 
35  Q_PROPERTY(QColor LinkColor MEMBER myLinkColor USER true)
36  public:
37 
39  DtVrfPluginsLoadedWidget(makVrv::DtDe&, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
40 
42  virtual ~DtVrfPluginsLoadedWidget();
43 
44  void setupGui();
45 
46  virtual const QColor& linkColor() const
47  {
48  return myLinkColor;
49  }
50 
51  protected:
53  virtual void addPlugin(const QString& name, const QString& version, int key, const std::string& server);
54 
56  virtual void removePlugin(const QString& name, int key);
57 
59  virtual void setPluginInformation(const QString&);
60 
61  protected slots:
63  virtual void onItemSelectionChanged();
64 
65  public:
67 
69  QTextBrowser* myInformation;
70 
71  protected:
74  QColor myLinkColor;
75  };
76 }
makVrv::DtDe & myDe
Definition: vrfPluginsLoadedWidget.h:72
Definition: vrfPluginsLoadedWidgetInterface.h:28
Definition: vrfPluginsLoadedWidgetLogic.h:30
QColor myLinkColor
Definition: vrfPluginsLoadedWidget.h:74
DtVrfPluginsLoadedWidgetLogic * myLogic
Definition: vrfPluginsLoadedWidget.h:73
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
virtual const QColor & linkColor() const
The link color for any link on the plugin page.
Definition: vrfPluginsLoadedWidget.h:46
QLabel * myInformationLabel
Definition: vrfPluginsLoadedWidget.h:68
Definition: vrfPluginsLoadedWidget.h:30
QTextBrowser * myInformation
Definition: vrfPluginsLoadedWidget.h:69
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:70
QTreeWidget * myPlugins
Definition: vrfPluginsLoadedWidget.h:66

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)