6 #ifndef HPP_GUI_JOINTBOUNDDIALOG_HH 7 #define HPP_GUI_JOINTBOUNDDIALOG_HH 10 #include <QDoubleSpinBox> 12 #include <hpp/common-idl.hh> 23 void setBounds(
const hpp::floatSeq& bounds);
25 void getBounds(hpp::floatSeq& bounds)
const;
32 QDoubleSpinBox *min, *max;
33 Line(
const QString& name, QWidget* parent);
34 void addToLayout(QLayout* l);
42 #endif // HPP_GUI_JOINTBOUNDDIALOG_HH namespace that encapsulate all the softwares of humanoid-path-planner
Definition: __init__.py:1
void getBounds(hpp::floatSeq &bounds) const
Definition: jointbounddialog.hh:16
JointBoundDialog(QString name, std::size_t nbDof, QWidget *parent=0)
void setBounds(const hpp::floatSeq &bounds)