Public Member Functions | Private Attributes | List of all members
moveit_setup_assistant::LoadPathArgsWidget Class Reference

Extend LoadPathWidget with additional line edit for arguments. More...

#include <header_widget.h>

Inheritance diagram for moveit_setup_assistant::LoadPathArgsWidget:
Inheritance graph
[legend]

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 ()
 

Detailed Description

Extend LoadPathWidget with additional line edit for arguments.

Definition at line 104 of file header_widget.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Member Data Documentation

QLineEdit* moveit_setup_assistant::LoadPathArgsWidget::args_
private

Definition at line 109 of file header_widget.h.

QLabel* moveit_setup_assistant::LoadPathArgsWidget::args_instructions_
private

Definition at line 110 of file header_widget.h.


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


moveit_setup_assistant
Author(s): Dave Coleman
autogenerated on Wed Jul 10 2019 04:04:34