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

QThread to monitor progress of the setup step. More...

#include <default_collisions_widget.hpp>

Inheritance diagram for moveit_setup::srdf_setup::MonitorThread:
Inheritance graph
[legend]
Collaboration diagram for moveit_setup::srdf_setup::MonitorThread:
Collaboration graph
[legend]

Signals

void progress (int)
 

Public Member Functions

 MonitorThread (DefaultCollisions &setup_step, QProgressBar *progress_bar=nullptr)
 
void run () override
 
void cancel ()
 
bool canceled () const
 

Detailed Description

QThread to monitor progress of the setup step.

Definition at line 215 of file default_collisions_widget.hpp.

Constructor & Destructor Documentation

◆ MonitorThread()

moveit_setup::srdf_setup::MonitorThread::MonitorThread ( DefaultCollisions setup_step,
QProgressBar *  progress_bar = nullptr 
)

Definition at line 723 of file default_collisions_widget.cpp.

Member Function Documentation

◆ cancel()

void moveit_setup::srdf_setup::MonitorThread::cancel ( )
inline

Definition at line 222 of file default_collisions_widget.hpp.

◆ canceled()

bool moveit_setup::srdf_setup::MonitorThread::canceled ( ) const
inline

Definition at line 226 of file default_collisions_widget.hpp.

◆ progress

void moveit_setup::srdf_setup::MonitorThread::progress ( int  )
signal
Here is the caller graph for this function:

◆ run()

void moveit_setup::srdf_setup::MonitorThread::run ( )
override

Definition at line 731 of file default_collisions_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: