#include <ExportBundlerDialog.h>
Signals | |
| void | configChanged () |
Public Member Functions | |
| ExportBundlerDialog (QWidget *parent=0) | |
| double | laplacianThreshold () const |
| void | loadSettings (QSettings &settings, const QString &group="") |
| double | maxAngularSpeed () const |
| double | maxLinearSpeed () const |
| QString | outputPath () const |
| void | saveSettings (QSettings &settings, const QString &group="") const |
| void | setWorkingDirectory (const QString &path) |
| virtual | ~ExportBundlerDialog () |
Private Slots | |
| void | getPath () |
| void | restoreDefaults () |
Private Attributes | |
| Ui_ExportBundlerDialog * | _ui |
Definition at line 40 of file ExportBundlerDialog.h.
| rtabmap::ExportBundlerDialog::ExportBundlerDialog | ( | QWidget * | parent = 0 | ) |
Definition at line 36 of file ExportBundlerDialog.cpp.
| rtabmap::ExportBundlerDialog::~ExportBundlerDialog | ( | ) | [virtual] |
Definition at line 54 of file ExportBundlerDialog.cpp.
| void rtabmap::ExportBundlerDialog::configChanged | ( | ) | [signal] |
| void rtabmap::ExportBundlerDialog::getPath | ( | ) | [private, slot] |
Definition at line 101 of file ExportBundlerDialog.cpp.
| double rtabmap::ExportBundlerDialog::laplacianThreshold | ( | ) | const |
Definition at line 123 of file ExportBundlerDialog.cpp.
| void rtabmap::ExportBundlerDialog::loadSettings | ( | QSettings & | settings, |
| const QString & | group = "" |
||
| ) |
Definition at line 74 of file ExportBundlerDialog.cpp.
| double rtabmap::ExportBundlerDialog::maxAngularSpeed | ( | ) | const |
Definition at line 119 of file ExportBundlerDialog.cpp.
| double rtabmap::ExportBundlerDialog::maxLinearSpeed | ( | ) | const |
Definition at line 115 of file ExportBundlerDialog.cpp.
| QString rtabmap::ExportBundlerDialog::outputPath | ( | ) | const |
Definition at line 110 of file ExportBundlerDialog.cpp.
| void rtabmap::ExportBundlerDialog::restoreDefaults | ( | ) | [private, slot] |
Definition at line 94 of file ExportBundlerDialog.cpp.
| void rtabmap::ExportBundlerDialog::saveSettings | ( | QSettings & | settings, |
| const QString & | group = "" |
||
| ) | const |
Definition at line 59 of file ExportBundlerDialog.cpp.
| void rtabmap::ExportBundlerDialog::setWorkingDirectory | ( | const QString & | path | ) |
Definition at line 89 of file ExportBundlerDialog.cpp.
Ui_ExportBundlerDialog* rtabmap::ExportBundlerDialog::_ui [private] |
Definition at line 68 of file ExportBundlerDialog.h.