Subversion Repositories seema-scanner

Rev

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

Rev 67 Rev 73
Line 30... Line 30...
30
        void closeEvent(QCloseEvent *event);
30
        void closeEvent(QCloseEvent *event);
31
        ~SMScanner();
31
        ~SMScanner();
32
 
32
 
33
    private slots:
33
    private slots:
34
        void on_actionPreferences_triggered();
34
        void on_actionPreferences_triggered();
-
 
35
        void onPreferencesChanged();
35
 
36
 
36
        void onReceiveFrame(unsigned int camId, cv::Mat frame);
37
        void onReceiveFrame(unsigned int camId, cv::Mat frame);
37
        void onReceiveCalibrationSet(SMCalibrationSet calibrationSet);
38
        void onReceiveCalibrationSet(SMCalibrationSet calibrationSet);
38
        void onReceiveFrameSequence(SMFrameSequence frameSequence);
39
        void onReceiveFrameSequence(SMFrameSequence frameSequence);
39
        void onReceiveRotatedTo(float angle);
40
        void onReceiveRotatedTo(float angle);