|
#include <RobotAPI/gui-plugins/RobotUnitPlugin/QWidgets/RobotUnitWidgetBase.h>
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 30 of file RobotUnitWidgetBase.cpp.
~RobotUnitWidgetBase | ( | ) |
Definition at line 36 of file RobotUnitWidgetBase.cpp.
|
inlineprotectedvirtual |
Definition at line 69 of file RobotUnitWidgetBase.h.
|
protectedpure virtual |
Implemented in NJointControllersWidget, NJointControllerClassesWidget, ControlDevicesWidget, and SensorDevicesWidget.
|
protectedpure virtual |
Implemented in NJointControllersWidget, NJointControllerClassesWidget, ControlDevicesWidget, and SensorDevicesWidget.
|
protectedpure virtual |
Implemented in NJointControllersWidget, NJointControllerClassesWidget, ControlDevicesWidget, and SensorDevicesWidget.
|
protectedpure virtual |
Implemented in NJointControllersWidget, NJointControllerClassesWidget, ControlDevicesWidget, and SensorDevicesWidget.
|
protectedpure virtual |
Implemented in RobotUnitWidgetTemplateBase< UI >, RobotUnitWidgetTemplateBase< Ui::SensorDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::ControlDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::NJointControllersWidget >, and RobotUnitWidgetTemplateBase< Ui::NJointControllerClassesWidget >.
|
protectedpure virtual |
Implemented in RobotUnitWidgetTemplateBase< UI >, RobotUnitWidgetTemplateBase< Ui::SensorDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::ControlDevicesWidget >, RobotUnitWidgetTemplateBase< Ui::NJointControllersWidget >, and RobotUnitWidgetTemplateBase< Ui::NJointControllerClassesWidget >.
|
protectedpure virtual |
|
inlinevirtual |
Reimplemented in NJointControllerClassesWidget, and NJointControllersWidget.
Definition at line 56 of file RobotUnitWidgetBase.h.
void reset | ( | RobotUnitInterfacePrx | ru | ) |
Definition at line 61 of file RobotUnitWidgetBase.cpp.
|
inlinevirtual |
Reimplemented in NJointControllerClassesWidget, and NJointControllersWidget.
Definition at line 57 of file RobotUnitWidgetBase.h.
|
override |
|
overrideprotected |
|
protectedslot |
|
protected |
Definition at line 87 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 83 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 86 of file RobotUnitWidgetBase.h.
|
mutableprotected |
Definition at line 82 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 85 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 84 of file RobotUnitWidgetBase.h.
|
protected |
Definition at line 81 of file RobotUnitWidgetBase.h.