6 #ifndef HPP_GUI_JOINTTREEWIDGET_HH 7 #define HPP_GUI_JOINTTREEWIDGET_HH 13 class JointTreeWidget;
58 void moveJoint(hpp::Transform__slice* transform,
59 std::string
const& jointName);
65 void resize(
const QModelIndex index);
69 void currentJointChanged(
const QModelIndex& current,
70 const QModelIndex& previous);
73 void initSearchActions();
78 JointTreeItem* buildJointTreeItem(
const char* name, CORBA::ULong& rkConfig,
82 ::Ui::JointTreeWidget* ui_;
84 QStandardItemModel* model_;
90 #endif // HPP_GUI_JOINTTREEWIDGET_HH
namespace that encapsulate all the softwares of humanoid-path-planner
Definition: __init__.py:1
Definition: configurationlistwidget.hh:18
Definition: joint-tree-item.hh:26