8#ifndef ROBOTWIDGETTREE_H
9#define ROBOTWIDGETTREE_H
29 std::unordered_map<int, PartPointers> m_indexToPartMap;
37 void setIcons(
const QIcon& okIcon,
const QIcon& warningIcon);
41 void updateRobotPart(
int index,
const QVector<JointItem::JointState>& modes);
51 void onRobotTitleDoubleClick();
53 void onPartTitleDoubleClick(
int index);