VR-Forces 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() override;
43 
44  void setupGui();
45 
46  virtual const QColor& linkColor() const override {
47  return myLinkColor;
48  }
49 
50  protected:
52  virtual void addPlugin(const QString& name, const QString& version, int key, const std::string& server) override;
53 
55  virtual void removePlugin(const QString& name, int key) override;
56 
58  virtual void setPluginInformation(const QString&) override;
59 
60  protected slots:
62  virtual void onItemSelectionChanged() override;
63 
64  public:
66 
68  QTextBrowser* myInformation;
69 
70  protected:
73  QColor myLinkColor;
74  };
75 }
makVrv::DtDe & myDe
Definition: vrfPluginsLoadedWidget.h:71
Definition: vrfPluginsLoadedWidgetInterface.h:28
Definition: vrfPluginsLoadedWidgetLogic.h:30
QColor myLinkColor
Definition: vrfPluginsLoadedWidget.h:73
DtVrfPluginsLoadedWidgetLogic * myLogic
Definition: vrfPluginsLoadedWidget.h:72
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
virtual const QColor & linkColor() const override
The link color for any link on the plugin page.
Definition: vrfPluginsLoadedWidget.h:46
QLabel * myInformationLabel
Definition: vrfPluginsLoadedWidget.h:67
Definition: vrfPluginsLoadedWidget.h:30
QTextBrowser * myInformation
Definition: vrfPluginsLoadedWidget.h:68
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
QTreeWidget * myPlugins
Definition: vrfPluginsLoadedWidget.h:65

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)