Public Member Functions | Private Slots | Private Attributes
moveit_setup_assistant::LoadPathWidget Class Reference

#include <header_widget.h>

List of all members.

Public Member Functions

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

Private Slots

void btn_file_dialog ()
 Load the file dialog.

Private Attributes

bool dir_only_
bool load_only_
QLineEdit * path_box_

Detailed Description

Definition at line 65 of file header_widget.h.


Constructor & Destructor Documentation

moveit_setup_assistant::LoadPathWidget::LoadPathWidget ( const std::string &  title,
const std::string &  instructions,
const bool  dir_only = false,
const bool  load_only = false,
QWidget *  parent = 0 
)

Constructor.

Definition at line 91 of file header_widget.cpp.


Member Function Documentation

Load the file dialog.

Definition at line 142 of file header_widget.cpp.

Returns the file path in std::string format.

Definition at line 182 of file header_widget.cpp.

Returns the file path in QString format.

Definition at line 174 of file header_widget.cpp.

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

Set the path with QString.

Definition at line 190 of file header_widget.cpp.

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

Set the path with std string.

Definition at line 198 of file header_widget.cpp.


Member Data Documentation

Definition at line 71 of file header_widget.h.

Definition at line 73 of file header_widget.h.

Definition at line 75 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 Jun 19 2019 19:25:13