#include <header_widget.h>
|
| std::string | getPath () const |
| | Returns the file path in std::string format. More...
|
| |
| QString | getQPath () const |
| | Returns the file path in QString format. More...
|
| |
| | LoadPathWidget (const QString &title, const QString &instructions, QWidget *parent, const bool dir_only=false, const bool load_only=false) |
| | Constructor. 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...
|
| |
Definition at line 65 of file header_widget.h.
| moveit_setup_assistant::LoadPathWidget::LoadPathWidget |
( |
const QString & |
title, |
|
|
const QString & |
instructions, |
|
|
QWidget * |
parent, |
|
|
const bool |
dir_only = false, |
|
|
const bool |
load_only = false |
|
) |
| |
| void moveit_setup_assistant::LoadPathWidget::btn_file_dialog |
( |
| ) |
|
|
privateslot |
| std::string moveit_setup_assistant::LoadPathWidget::getPath |
( |
| ) |
const |
| QString moveit_setup_assistant::LoadPathWidget::getQPath |
( |
| ) |
const |
| void moveit_setup_assistant::LoadPathWidget::pathChanged |
( |
const QString & |
path | ) |
|
|
signal |
| void moveit_setup_assistant::LoadPathWidget::pathEditingFinished |
( |
| ) |
|
|
signal |
| void moveit_setup_assistant::LoadPathWidget::setPath |
( |
const QString & |
path | ) |
|
| void moveit_setup_assistant::LoadPathWidget::setPath |
( |
const std::string & |
path | ) |
|
| bool moveit_setup_assistant::LoadPathWidget::dir_only_ |
|
private |
| bool moveit_setup_assistant::LoadPathWidget::load_only_ |
|
private |
| QLineEdit* moveit_setup_assistant::LoadPathWidget::path_box_ |
|
private |
The documentation for this class was generated from the following files: