|
#include <RobotAPI/gui-plugins/RobotUnitPlugin/QWidgets/NJointControllersWidget.h>
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 98 of file NJointControllersWidget.h.
NJointControllersWidgetEntry | ( | NJointControllersWidget & | parent, |
QTreeWidget & | treeWidget, | ||
const NJointControllerDescription & | desc | ||
) |
Definition at line 264 of file NJointControllersWidget.cpp.
void deleteContent | ( | ) |
Definition at line 413 of file NJointControllersWidget.cpp.
bool isActiveState | ( | const QString & | state | ) |
Definition at line 374 of file NJointControllersWidget.cpp.
bool isErrorState | ( | const QString & | state | ) |
Definition at line 384 of file NJointControllersWidget.cpp.
bool isRequestedState | ( | const QString & | state | ) |
Definition at line 379 of file NJointControllersWidget.cpp.
bool matchClass | ( | const QString & | name | ) |
Definition at line 369 of file NJointControllersWidget.cpp.
bool matchDevice | ( | const QString & | dev | ) |
Definition at line 389 of file NJointControllersWidget.cpp.
bool matchMode | ( | const QString & | mode | ) |
Definition at line 401 of file NJointControllersWidget.cpp.
bool matchName | ( | const QString & | name | ) |
Definition at line 364 of file NJointControllersWidget.cpp.
|
slot |
Definition at line 422 of file NJointControllersWidget.cpp.
void update | ( | const NJointControllerStatus & | status | ) |
Definition at line 351 of file NJointControllersWidget.cpp.
|
friend |
Definition at line 102 of file NJointControllersWidget.h.