|
|
#include <RobotAPI/gui-plugins/RobotUnitPlugin/QWidgets/NJointControllersWidget.h>
Inheritance diagram for NJointControllersWidgetEntry:Public Slots | |
| void | setVisible (bool vis) |
Public Member Functions | |
| void | deleteContent () |
| bool | isActiveState (const QString &state) |
| bool | isErrorState (const QString &state) |
| bool | isRequestedState (const QString &state) |
| bool | matchClass (const QString &name) |
| bool | matchDevice (const QString &dev) |
| bool | matchMode (const QString &mode) |
| bool | matchName (const QString &name) |
| NJointControllersWidgetEntry (NJointControllersWidget &parent, QTreeWidget &treeWidget, const NJointControllerDescription &desc) | |
| void | update (const NJointControllerStatus &status) |
Friends | |
| class | NJointControllersWidget |
Definition at line 100 of file NJointControllersWidget.h.
| NJointControllersWidgetEntry | ( | NJointControllersWidget & | parent, |
| QTreeWidget & | treeWidget, | ||
| const NJointControllerDescription & | desc | ||
| ) |
Definition at line 294 of file NJointControllersWidget.cpp.
| void deleteContent | ( | ) |
Definition at line 467 of file NJointControllersWidget.cpp.
| bool isActiveState | ( | const QString & | state | ) |
Definition at line 420 of file NJointControllersWidget.cpp.
| bool isErrorState | ( | const QString & | state | ) |
Definition at line 434 of file NJointControllersWidget.cpp.
| bool isRequestedState | ( | const QString & | state | ) |
Definition at line 427 of file NJointControllersWidget.cpp.
| bool matchClass | ( | const QString & | name | ) |
Definition at line 414 of file NJointControllersWidget.cpp.
| bool matchDevice | ( | const QString & | dev | ) |
Definition at line 440 of file NJointControllersWidget.cpp.
| bool matchMode | ( | const QString & | mode | ) |
Definition at line 453 of file NJointControllersWidget.cpp.
| bool matchName | ( | const QString & | name | ) |
Definition at line 408 of file NJointControllersWidget.cpp.
|
slot |
Definition at line 477 of file NJointControllersWidget.cpp.
| void update | ( | const NJointControllerStatus & | status | ) |
Definition at line 393 of file NJointControllersWidget.cpp.
Here is the call graph for this function:
|
friend |
Definition at line 104 of file NJointControllersWidget.h.