#include <navigation_widget.h>
Public Member Functions | |
NavigationWidget (QWidget *parent=nullptr) | |
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 52 of file navigation_widget.h.
|
explicit |
Definition at line 82 of file navigation_widget.cpp.
void moveit_setup_assistant::NavigationWidget::setEnabled | ( | const int | index, |
bool | enabled | ||
) |
Definition at line 123 of file navigation_widget.cpp.
void moveit_setup_assistant::NavigationWidget::setNavs | ( | const QList< QString > & | navs | ) |
Definition at line 107 of file navigation_widget.cpp.
void moveit_setup_assistant::NavigationWidget::setSelected | ( | const int | index | ) |
Definition at line 132 of file navigation_widget.cpp.
|
private |
Definition at line 63 of file navigation_widget.h.