mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Saving ExportCloudsDialog and PostProcessing parameters to config file.
This commit is contained in:
@@ -138,7 +138,7 @@ public:
|
||||
void removeAllGraphs();
|
||||
|
||||
bool isTrajectoryShown() const;
|
||||
int getTrajectorySize() const;
|
||||
unsigned int getTrajectorySize() const;
|
||||
void setTrajectoryShown(bool shown);
|
||||
void setTrajectorySize(unsigned int value);
|
||||
void clearTrajectory();
|
||||
|
||||
@@ -61,8 +61,6 @@ class OdometryThread;
|
||||
class CameraThread;
|
||||
class Signature;
|
||||
class LoopClosureViewer;
|
||||
class CloudViewer;
|
||||
class ImageView;
|
||||
|
||||
class RTABMAPGUI_EXP PreferencesDialog : public QDialog
|
||||
{
|
||||
@@ -103,10 +101,8 @@ public:
|
||||
void loadWindowGeometry(const QString & windowName, QWidget * window);
|
||||
void saveMainWindowState(const QMainWindow * mainWindow);
|
||||
void loadMainWindowState(QMainWindow * mainWindow);
|
||||
void saveCloudViewerState(const QString & name, const CloudViewer * viewer);
|
||||
void loadCloudViewerState(const QString & name, CloudViewer * viewer);
|
||||
void saveImageViewState(const QString & name, const ImageView * view);
|
||||
void loadImageViewState(const QString & name, ImageView * view);
|
||||
void saveWidgetState(const QString & name, const QWidget * widget);
|
||||
void loadWidgetState(const QString & name, QWidget * widget);
|
||||
|
||||
void saveCustomConfig(const QString & section, const QString & key, const QString & value);
|
||||
QString loadCustomConfig(const QString & section, const QString & key);
|
||||
|
||||
Reference in New Issue
Block a user