#include <navigation_widget.h>
Public Member Functions | |
NavigationWidget (QWidget *parent=0) | |
void | setEnabled (const int &index, bool enabled) |
void | setNavs (const QList< QString > &navs) |
void | setSelected (const int &index) |
Private Attributes | |
QStandardItemModel * | model_ |
Widget for showing a left hand side list of navigation items
parent |
Definition at line 56 of file navigation_widget.h.
moveit_setup_assistant::NavigationWidget::NavigationWidget | ( | QWidget * | parent = 0 | ) | [explicit] |
Definition at line 47 of file navigation_widget.cpp.
void moveit_setup_assistant::NavigationWidget::setEnabled | ( | const int & | index, |
bool | enabled | ||
) |
Definition at line 88 of file navigation_widget.cpp.
void moveit_setup_assistant::NavigationWidget::setNavs | ( | const QList< QString > & | navs | ) |
Definition at line 72 of file navigation_widget.cpp.
void moveit_setup_assistant::NavigationWidget::setSelected | ( | const int & | index | ) |
Definition at line 97 of file navigation_widget.cpp.
QStandardItemModel* moveit_setup_assistant::NavigationWidget::model_ [private] |
Definition at line 67 of file navigation_widget.h.