|
#include <RobotAPI/gui-plugins/RobotUnitPlugin/QWidgets/SensorDevicesWidget.h>
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 75 of file SensorDevicesWidget.h.
SensorDevicesWidgetEntry | ( | SensorDevicesWidget & | parent, |
QTreeWidget & | treeWidget, | ||
const SensorDeviceDescription & | desc | ||
) |
Definition at line 122 of file SensorDevicesWidget.cpp.
bool matchName | ( | const QString & | name | ) |
Definition at line 155 of file SensorDevicesWidget.cpp.
bool matchTag | ( | const QString & | tag | ) |
Definition at line 160 of file SensorDevicesWidget.cpp.
bool matchValueType | ( | const QString & | type | ) |
Definition at line 172 of file SensorDevicesWidget.cpp.
|
slot |
Definition at line 177 of file SensorDevicesWidget.cpp.
void update | ( | const SensorDeviceStatus & | status | ) |