#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.
◆ LoadPathWidget()
moveit_setup_assistant::LoadPathWidget::LoadPathWidget |
( |
const QString & |
title, |
|
|
const QString & |
instructions, |
|
|
QWidget * |
parent, |
|
|
const bool |
dir_only = false , |
|
|
const bool |
load_only = false |
|
) |
| |
◆ btnFileDialog
void moveit_setup_assistant::LoadPathWidget::btnFileDialog |
( |
| ) |
|
|
privateslot |
◆ getPath()
std::string moveit_setup_assistant::LoadPathWidget::getPath |
( |
| ) |
const |
◆ getQPath()
QString moveit_setup_assistant::LoadPathWidget::getQPath |
( |
| ) |
const |
◆ pathChanged
void moveit_setup_assistant::LoadPathWidget::pathChanged |
( |
const QString & |
path | ) |
|
|
signal |
◆ pathEditingFinished
void moveit_setup_assistant::LoadPathWidget::pathEditingFinished |
( |
| ) |
|
|
signal |
◆ setPath() [1/2]
void moveit_setup_assistant::LoadPathWidget::setPath |
( |
const QString & |
path | ) |
|
◆ setPath() [2/2]
void moveit_setup_assistant::LoadPathWidget::setPath |
( |
const std::string & |
path | ) |
|
◆ dir_only_
bool moveit_setup_assistant::LoadPathWidget::dir_only_ |
|
private |
◆ load_only_
bool moveit_setup_assistant::LoadPathWidget::load_only_ |
|
private |
◆ path_box_
QLineEdit* moveit_setup_assistant::LoadPathWidget::path_box_ |
|
private |
The documentation for this class was generated from the following files: