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

#include <setup_assistant_widget.hpp>

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

Public Member Functions

 SetupAssistantWidget (const rviz_common::ros_integration::RosNodeAbstractionIface::WeakPtr &node, QWidget *parent, const boost::program_options::variables_map &args)
 
void moveToScreen (const int index)
 
void closeEvent (QCloseEvent *event) override
 
virtual bool notify (QObject *rec, QEvent *ev)
 

Detailed Description

Definition at line 64 of file setup_assistant_widget.hpp.

Constructor & Destructor Documentation

◆ SetupAssistantWidget()

moveit_setup::assistant::SetupAssistantWidget::SetupAssistantWidget ( const rviz_common::ros_integration::RosNodeAbstractionIface::WeakPtr &  node,
QWidget *  parent,
const boost::program_options::variables_map &  args 
)

Construct the setup assistant widget, the primary window for this application

Parameters
parent- used by Qt for destructing all elements
Returns

Definition at line 58 of file setup_assistant_widget.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ closeEvent()

void moveit_setup::assistant::SetupAssistantWidget::closeEvent ( QCloseEvent *  event)
override

Qt close event function for reminding user to save

Parameters
eventA Qt parameter

Definition at line 254 of file setup_assistant_widget.cpp.

◆ moveToScreen()

void moveit_setup::assistant::SetupAssistantWidget::moveToScreen ( const int  index)

Changes viewable screen

Parameters
indexscreen index to switch to

Definition at line 205 of file setup_assistant_widget.cpp.

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

◆ notify()

bool moveit_setup::assistant::SetupAssistantWidget::notify ( QObject *  rec,
QEvent *  ev 
)
virtual

Qt error handling function

Parameters
rec
ev
Returns
bool

Definition at line 275 of file setup_assistant_widget.cpp.


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