|
|
#include <RobotAPI/gui-plugins/RobotUnitPlugin/QWidgets/SensorDevicesWidget.h>
Inheritance diagram for SensorDevicesWidgetEntry:Public Slots | |
| void | setVisible (bool vis) |
Public Member Functions | |
| bool | matchName (const QString &name) |
| bool | matchTag (const QString &tag) |
| bool | matchValueType (const QString &type) |
| SensorDevicesWidgetEntry (SensorDevicesWidget &parent, QTreeWidget &treeWidget, const SensorDeviceDescription &desc) | |
| void | update (const SensorDeviceStatus &status) |
Definition at line 76 of file SensorDevicesWidget.h.
| SensorDevicesWidgetEntry | ( | SensorDevicesWidget & | parent, |
| QTreeWidget & | treeWidget, | ||
| const SensorDeviceDescription & | desc | ||
| ) |
Definition at line 128 of file SensorDevicesWidget.cpp.
| bool matchName | ( | const QString & | name | ) |
Definition at line 166 of file SensorDevicesWidget.cpp.
| bool matchTag | ( | const QString & | tag | ) |
Definition at line 172 of file SensorDevicesWidget.cpp.
| bool matchValueType | ( | const QString & | type | ) |
Definition at line 185 of file SensorDevicesWidget.cpp.
|
slot |
Definition at line 191 of file SensorDevicesWidget.cpp.
| void update | ( | const SensorDeviceStatus & | status | ) |