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

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