Subversion Repositories seema-scanner

Rev

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

Rev 196 Rev 199
Line 854... Line 854...
854
        for(unsigned int i=0; i<captureData.size(); i++)
854
        for(unsigned int i=0; i<captureData.size(); i++)
855
            captureData[i].reconstructed = false;
855
            captureData[i].reconstructed = false;
856
    }
856
    }
857
}
857
}
858
 
858
 
-
 
859
 
-
 
860
void SMScanner::on_actionProject_Focusing_Pattern_triggered()
-
 
861
{
-
 
862
    bool projectFocusingPattern = ui->actionProject_Focusing_Pattern->isChecked();
-
 
863
    QMetaObject::invokeMethod(captureWorker, "setProjectFocusingPattern", Q_ARG(bool, projectFocusingPattern));
-
 
864
 
-
 
865
}