#include <ExportDialog.h>
Signals | |
| void | configChanged () |
Public Member Functions | |
| ExportDialog (QWidget *parent=0) | |
| int | framesIgnored () const |
| bool | isDepth2dExported () const |
| bool | isDepthExported () const |
| bool | isOdomExported () const |
| bool | isRgbExported () const |
| bool | isUserDataExported () const |
| void | loadSettings (QSettings &settings, const QString &group) |
| QString | outputPath () const |
| void | saveSettings (QSettings &settings, const QString &group) const |
| int | sessionExported () const |
| double | targetFramerate () const |
| virtual | ~ExportDialog () |
Private Slots | |
| void | getPath () |
| void | restoreDefaults () |
Private Attributes | |
| Ui_ExportDialog * | _ui |
Definition at line 38 of file ExportDialog.h.
| rtabmap::ExportDialog::ExportDialog | ( | QWidget * | parent = 0 | ) |
Definition at line 36 of file ExportDialog.cpp.
| rtabmap::ExportDialog::~ExportDialog | ( | ) | [virtual] |
Definition at line 59 of file ExportDialog.cpp.
| void rtabmap::ExportDialog::configChanged | ( | ) | [signal] |
| int rtabmap::ExportDialog::framesIgnored | ( | ) | const |
Definition at line 130 of file ExportDialog.cpp.
| void rtabmap::ExportDialog::getPath | ( | ) | [private, slot] |
Definition at line 116 of file ExportDialog.cpp.
| bool rtabmap::ExportDialog::isDepth2dExported | ( | ) | const |
Definition at line 155 of file ExportDialog.cpp.
| bool rtabmap::ExportDialog::isDepthExported | ( | ) | const |
Definition at line 150 of file ExportDialog.cpp.
| bool rtabmap::ExportDialog::isOdomExported | ( | ) | const |
Definition at line 160 of file ExportDialog.cpp.
| bool rtabmap::ExportDialog::isRgbExported | ( | ) | const |
Definition at line 145 of file ExportDialog.cpp.
| bool rtabmap::ExportDialog::isUserDataExported | ( | ) | const |
Definition at line 165 of file ExportDialog.cpp.
| void rtabmap::ExportDialog::loadSettings | ( | QSettings & | settings, |
| const QString & | group | ||
| ) |
Definition at line 84 of file ExportDialog.cpp.
| QString rtabmap::ExportDialog::outputPath | ( | ) | const |
Definition at line 125 of file ExportDialog.cpp.
| void rtabmap::ExportDialog::restoreDefaults | ( | ) | [private, slot] |
Definition at line 104 of file ExportDialog.cpp.
| void rtabmap::ExportDialog::saveSettings | ( | QSettings & | settings, |
| const QString & | group | ||
| ) | const |
Definition at line 64 of file ExportDialog.cpp.
| int rtabmap::ExportDialog::sessionExported | ( | ) | const |
Definition at line 140 of file ExportDialog.cpp.
| double rtabmap::ExportDialog::targetFramerate | ( | ) | const |
Definition at line 135 of file ExportDialog.cpp.
Ui_ExportDialog* rtabmap::ExportDialog::_ui [private] |
Definition at line 68 of file ExportDialog.h.