![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtVrfPluginsLoadedWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor More... | |
| virtual | ~DtVrfPluginsLoadedWidget () |
| destructor More... | |
| void | setupGui () |
Public Member Functions inherited from makVrf::DtVrfPluginsLoadedWidgetInterface | |
| virtual | ~DtVrfPluginsLoadedWidgetInterface () |
Public Attributes | |
| QTreeWidget * | myPlugins |
| QLabel * | myInformationLabel |
| QTextBrowser * | myInformation |
Public Attributes inherited from makVrf::DtVrfPluginsLoadedWidgetInterface | |
| boost::signals2::signal< void(const std::string &, int key)> | signal_selectedPluginChanged |
Protected Slots | |
| virtual void | onItemSelectionChanged () |
| Called when the selection has changed. Will emit signal with currently selected plugin. More... | |
Protected Member Functions | |
| virtual void | addPlugin (const QString &name, const QString &version, int key, const std::string &server) |
| Adds a new plugin. More... | |
| virtual void | removePlugin (const QString &name, int key) |
| Removes a plugin. More... | |
| virtual void | setPluginInformation (const QString &) |
| Sets extended plugin information. More... | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtVrfPluginsLoadedWidgetLogic * | myLogic |
| makVrf::DtVrfPluginsLoadedWidget::DtVrfPluginsLoadedWidget | ( | makVrv::DtDe & | , |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
|
virtual |
destructor
| void makVrf::DtVrfPluginsLoadedWidget::setupGui | ( | ) |
|
protectedvirtual |
Adds a new plugin.
Implements makVrf::DtVrfPluginsLoadedWidgetInterface.
|
protectedvirtual |
Removes a plugin.
Implements makVrf::DtVrfPluginsLoadedWidgetInterface.
|
protectedvirtual |
Sets extended plugin information.
Implements makVrf::DtVrfPluginsLoadedWidgetInterface.
|
protectedvirtualslot |
Called when the selection has changed. Will emit signal with currently selected plugin.
| QTreeWidget* makVrf::DtVrfPluginsLoadedWidget::myPlugins |
| QLabel* makVrf::DtVrfPluginsLoadedWidget::myInformationLabel |
| QTextBrowser* makVrf::DtVrfPluginsLoadedWidget::myInformation |
|
protected |
|
protected |