17 #ifndef GEPETTO_GUI_BODYTREEWIDGET_HH 18 #define GEPETTO_GUI_BODYTREEWIDGET_HH 25 #include <QStandardItemModel> 43 void init(QTreeView *
view, QWidget *propertyArea);
83 const QModelIndex &previous);
95 QStandardItemModel* model_;
97 QWidget* propertyArea_;
102 #endif // GEPETTO_GUI_BODYTREEWIDGET_HH void init(QTreeView *view, QWidget *propertyArea)
Definition: tree-item.hh:32
virtual ~BodyTreeWidget()
Definition: bodytreewidget.hh:45
void currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
QTreeView * view()
Get the body tree view.
void selectBodyByName(const QString bodyName)
Contains the list of all the bodies in the scene.
Definition: bodytreewidget.hh:31
Definition: selection-event.hh:30
Definition: action-search-bar.hh:27
QList< BodyTreeItem * > selectedBodies() const
Get selected bodies.
void emitBodySelected(SelectionEvent *event)
QStandardItemModel * model()
Definition: bodytreewidget.hh:50
void customContextMenu(const QPoint &pos)
BodyTreeWidget(QWidget *parent=NULL)
Definition: bodytreewidget.hh:36
viewer::shared_ptr< WindowsManager > WindowsManagerPtr_t
Definition: fwd.hh:55
void bodySelected(SelectionEvent *event)