33 #ifndef rqt_rviz__ConfigDialog_H 34 #define rqt_rviz__ConfigDialog_H 57 void SetFile(
const std::string& file);
84 #endif // rqt_rviz__ConfigDialog_H void OnBrowse()
Callback when the browse button is pressed.
bool GetHide() const
Get the hide menu option.
ConfigDialog()
Constructor.
std::string GetFile() const
Get the file path entered by the user.
void SetHide(const bool hide)
Set the hide menu option.
QCheckBox * hide_box_
Holds the boolean for whether to hide the menu.
~ConfigDialog()
Destructor.
QLineEdit * file_edit_
Holds the file path.
void SetFile(const std::string &file)
Populate the file path line edit.