Extend LoadPathWidget with additional line edit for arguments. More...
#include <header_widget.h>
Public Member Functions | |
QString | getArgs () const |
LoadPathArgsWidget (const QString &title, const QString &instructions, const QString &arg_instructions, QWidget *parent, const bool dir_only=false, const bool load_only=false) | |
Constructor. More... | |
void | setArgs (const QString &args) |
void | setArgsEnabled (bool enabled=true) |
Public Member Functions inherited from moveit_setup_assistant::LoadPathWidget | |
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... | |
Private Attributes | |
QLineEdit * | args_ |
QLabel * | args_instructions_ |
Additional Inherited Members | |
Signals inherited from moveit_setup_assistant::LoadPathWidget | |
void | pathChanged (const QString &path) |
void | pathEditingFinished () |
Extend LoadPathWidget with additional line edit for arguments.
Definition at line 104 of file header_widget.h.
moveit_setup_assistant::LoadPathArgsWidget::LoadPathArgsWidget | ( | const QString & | title, |
const QString & | instructions, | ||
const QString & | arg_instructions, | ||
QWidget * | parent, | ||
const bool | dir_only = false , |
||
const bool | load_only = false |
||
) |
Constructor.
Definition at line 205 of file header_widget.cpp.
QString moveit_setup_assistant::LoadPathArgsWidget::getArgs | ( | ) | const |
Definition at line 218 of file header_widget.cpp.
void moveit_setup_assistant::LoadPathArgsWidget::setArgs | ( | const QString & | args | ) |
Definition at line 223 of file header_widget.cpp.
void moveit_setup_assistant::LoadPathArgsWidget::setArgsEnabled | ( | bool | enabled = true | ) |
Definition at line 228 of file header_widget.cpp.
|
private |
Definition at line 109 of file header_widget.h.
|
private |
Definition at line 110 of file header_widget.h.