moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | List of all members
moveit_setup::assistant::NavigationWidget Class Reference

#include <navigation_widget.hpp>

Inheritance diagram for moveit_setup::assistant::NavigationWidget:
Inheritance graph
[legend]
Collaboration diagram for moveit_setup::assistant::NavigationWidget:
Collaboration graph
[legend]

Public Member Functions

 NavigationWidget (QWidget *parent=nullptr)
 
void setNavs (const QList< QString > &navs)
 
void setEnabled (int index, bool enabled)
 
void setSelected (int index)
 
bool isEnabled (int index) const
 

Detailed Description

Widget for showing a left hand side list of navigation items

Parameters
parent
Returns

Definition at line 54 of file navigation_widget.hpp.

Constructor & Destructor Documentation

◆ NavigationWidget()

moveit_setup::assistant::NavigationWidget::NavigationWidget ( QWidget *  parent = nullptr)
explicit

Definition at line 52 of file navigation_widget.cpp.

Member Function Documentation

◆ isEnabled()

bool moveit_setup::assistant::NavigationWidget::isEnabled ( int  index) const

Definition at line 120 of file navigation_widget.cpp.

Here is the caller graph for this function:

◆ setEnabled()

void moveit_setup::assistant::NavigationWidget::setEnabled ( int  index,
bool  enabled 
)

Definition at line 93 of file navigation_widget.cpp.

Here is the caller graph for this function:

◆ setNavs()

void moveit_setup::assistant::NavigationWidget::setNavs ( const QList< QString > &  navs)

Definition at line 77 of file navigation_widget.cpp.

Here is the caller graph for this function:

◆ setSelected()

void moveit_setup::assistant::NavigationWidget::setSelected ( int  index)

Definition at line 106 of file navigation_widget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: