1 #ifndef BASICSMALLVIEW_H
2 #define BASICSMALLVIEW_H
10 class BasicSmallView :
public QWidget
31 BasicSmallView(Alignment alignment, Type type, std::string jointName,
bool shiftMirrored, QWidget *parent = 0);
34 std::string getJointName();
35 void setEnabled(
bool enabled);
36 bool withinRange(
double value);
38 virtual bool eventFilter(QObject *
object, QEvent *event);
41 bool isShiftPressed();
42 void setUpLayout(std::vector<QWidget*> widgets, Alignment alignment);
43 std::string determineInverseJoint(std::string joint);
47 std::string m_inverse_joint_name;
54 std::vector<QWidget*> widgets;
const std::string jointName[NUM_JOINTS]
List of names of the joints that are required by the gait motion module (indexed by the JointID enum)...
Definition: gait_common.h:57