|
|
#include <RobotAPI/gui-plugins/RobotUnitPlugin/QWidgets/RobotUnitWidgetBase.h>
Inheritance diagram for RobotUnitWidgetBase:Public Member Functions | |
| virtual void | loadSettings (QSettings *) |
| void | reset (RobotUnitInterfacePrx ru) |
| RobotUnitWidgetBase (QString name, QWidget *parent) | |
| virtual void | saveSettings (QSettings *) |
| void | setVisible (bool visible) override |
| ~RobotUnitWidgetBase () | |
Protected Slots | |
| void | updateContent () |
Protected Member Functions | |
| virtual void | addFilter () |
| virtual bool | addOneFromResetData ()=0 |
| virtual void | clearAll ()=0 |
| virtual void | doContentUpdate ()=0 |
| virtual void | getResetData ()=0 |
| virtual QLabel & | getResettigLabel ()=0 |
| virtual QStackedWidget & | getStackedWidget ()=0 |
| virtual QTreeWidget & | getTreeWidget ()=0 |
| void | timerEvent (QTimerEvent *) override |
Protected Attributes | |
| std::atomic_bool | doMetaCall {false} |
| std::atomic_bool | gotResetData {false} |
| std::atomic_bool | isResetting {false} |
| std::recursive_timed_mutex | mutex |
| int | resetCount {0} |
| int | resetTimerId {0} |
| RobotUnitInterfacePrx | robotUnit |
Definition at line 47 of file RobotUnitWidgetBase.h.
|
explicit |
Definition at line 31 of file RobotUnitWidgetBase.cpp.
| ~RobotUnitWidgetBase | ( | ) |
Definition at line 36 of file RobotUnitWidgetBase.cpp.
|
inlineprotectedvirtual |
Definition at line 78 of file RobotUnitWidgetBase.h.
|
protectedpure virtual |
Implemented in NJointControllerClassesWidget, NJointControllersWidget, ControlDevicesWidget, and SensorDevicesWidget.
Here is the caller graph for this function:
|
protectedpure virtual |
Implemented in NJointControllerClassesWidget, NJointControllersWidget, ControlDevicesWidget, and SensorDevicesWidget.
|
protectedpure virtual |
Implemented in NJointControllerClassesWidget, NJointControllersWidget, ControlDevicesWidget, and SensorDevicesWidget.
Here is the caller graph for this function:
|
protectedpure virtual |
Implemented in NJointControllerClassesWidget, NJointControllersWidget, ControlDevicesWidget, and SensorDevicesWidget.
|
protectedpure virtual |
Implemented in RobotUnitWidgetTemplateBase< UI >, RobotUnitWidgetTemplateBase< Ui::SensorDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::ControlDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::NJointControllersWidget >, and RobotUnitWidgetTemplateBase< Ui::NJointControllerClassesWidget >.
Here is the caller graph for this function:
|
protectedpure virtual |
Implemented in RobotUnitWidgetTemplateBase< UI >, RobotUnitWidgetTemplateBase< Ui::SensorDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::ControlDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::NJointControllersWidget >, and RobotUnitWidgetTemplateBase< Ui::NJointControllerClassesWidget >.
Here is the caller graph for this function:
|
protectedpure virtual |
|
inlinevirtual |
Reimplemented in NJointControllerClassesWidget, and NJointControllersWidget.
Definition at line 57 of file RobotUnitWidgetBase.h.
Here is the caller graph for this function:| void reset | ( | RobotUnitInterfacePrx | ru | ) |
Definition at line 64 of file RobotUnitWidgetBase.cpp.
|
inlinevirtual |
Reimplemented in NJointControllerClassesWidget, and NJointControllersWidget.
Definition at line 62 of file RobotUnitWidgetBase.h.
Here is the caller graph for this function:
|
override |
|
overrideprotected |
|
protectedslot |
|
protected |
Definition at line 99 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 95 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 98 of file RobotUnitWidgetBase.h.
|
mutableprotected |
Definition at line 94 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 97 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 96 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 93 of file RobotUnitWidgetBase.h.