Subversion Repositories seema-scanner

Rev

Rev 42 | Rev 67 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42 Rev 44
Line 4... Line 4...
4
#include <QMainWindow>
4
#include <QMainWindow>
5
#include <QSettings>
5
#include <QSettings>
6
#include <QThread>
6
#include <QThread>
7
#include <QCloseEvent>
7
#include <QCloseEvent>
8
#include <QModelIndex>
8
#include <QModelIndex>
-
 
9
#include <QListWidgetItem>
9
 
10
 
10
#include "SMPreferenceDialog.h"
11
#include "SMPreferenceDialog.h"
11
#include "SMCaptureWorker.h"
12
#include "SMCaptureWorker.h"
12
#include "SMCalibrationWorker.h"
13
#include "SMCalibrationWorker.h"
13
#include "SMReconstructionWorker.h"
14
#include "SMReconstructionWorker.h"
Line 65... Line 66...
65
        void on_actionExport_Sequences_triggered();
66
        void on_actionExport_Sequences_triggered();
66
 
67
 
67
        void on_reconstructButton_clicked();
68
        void on_reconstructButton_clicked();
68
        void onNewPointCloud(SMPointCloud pc);
69
        void onNewPointCloud(SMPointCloud pc);
69
 
70
 
-
 
71
        void on_actionExport_Point_Clouds_triggered();
-
 
72
 
-
 
73
        void on_pointCloudsListWidget_itemChanged(QListWidgetItem *item);
-
 
74
 
70
        void on_actionExport_Calibration_triggered();
75
        void on_actionExport_Parameters_triggered();
71
 
76
 
72
private:
77
private:
73
        Ui::SMScanner *ui;
78
        Ui::SMScanner *ui;
74
 
79
 
75
        QSettings settings;
80
        QSettings settings;