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

#include <helper_widgets.hpp>

Inheritance diagram for moveit_setup::LoadPathWidget:
Inheritance graph
[legend]
Collaboration diagram for moveit_setup::LoadPathWidget:
Collaboration graph
[legend]

Signals

void pathChanged (const QString &path)
 
void pathEditingFinished ()
 

Public Member Functions

 LoadPathWidget (const QString &title, const QString &instructions, QWidget *parent, const bool dir_only=false, const bool load_only=false)
 Constructor. More...
 
QString getQPath () const
 Returns the file path in QString format. More...
 
std::string getPath () const
 Returns the file path in std::string format. More...
 
void setPath (const QString &path)
 Set the path with QString. More...
 
void setPath (const std::string &path)
 Set the path with std string. More...
 

Detailed Description

Definition at line 65 of file helper_widgets.hpp.

Constructor & Destructor Documentation

◆ LoadPathWidget()

moveit_setup::LoadPathWidget::LoadPathWidget ( const QString &  title,
const QString &  instructions,
QWidget *  parent,
const bool  dir_only = false,
const bool  load_only = false 
)

Constructor.

Definition at line 92 of file helper_widgets.cpp.

Member Function Documentation

◆ getPath()

std::string moveit_setup::LoadPathWidget::getPath ( ) const

Returns the file path in std::string format.

Definition at line 185 of file helper_widgets.cpp.

Here is the call graph for this function:

◆ getQPath()

QString moveit_setup::LoadPathWidget::getQPath ( ) const

Returns the file path in QString format.

Definition at line 177 of file helper_widgets.cpp.

Here is the caller graph for this function:

◆ pathChanged

void moveit_setup::LoadPathWidget::pathChanged ( const QString &  path)
signal
Here is the caller graph for this function:

◆ pathEditingFinished

void moveit_setup::LoadPathWidget::pathEditingFinished ( )
signal
Here is the caller graph for this function:

◆ setPath() [1/2]

void moveit_setup::LoadPathWidget::setPath ( const QString &  path)

Set the path with QString.

Definition at line 193 of file helper_widgets.cpp.

Here is the caller graph for this function:

◆ setPath() [2/2]

void moveit_setup::LoadPathWidget::setPath ( const std::string &  path)

Set the path with std string.

Definition at line 201 of file helper_widgets.cpp.


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