39 #ifndef __usRobotManualControlWidget_h_
40 #define __usRobotManualControlWidget_h_
43 #include <visp3/ustk_core/usConfig.h>
45 #ifdef USTK_HAVE_VTK_QT
47 #include <QGridLayout>
50 #include <QPushButton>
61 void setUpConnections();
77 QPushButton *initPushButton;
78 QPushButton *startStopPushButton;
79 QLabel *labelRobotState;
80 QPushButton *automaticForceButton;
84 bool automaticForceControl;
104 void robotErrorSlot();
105 void robotInitialized(
void);
106 void releaseSlider(
void);
107 void setRobotState(QString text);
108 void setRobotActivation();
111 void activateAutomaticForceControlSlot();