28 : QWidget(parent), m_currentScan(0), m_numberScans(0), m_treeDepth(
_TREE_MAX_DEPTH), m_resolution(0.1)
31 connect(
ui.treeDepth, SIGNAL(valueChanged(
int)),
this, SLOT(
setTreeDepth(
int)));
52 if (increase > 5) increase = 5;
75 ui.scanProgressBar->setMaximum(1);
78 ui.nextScanButton->setEnabled(
false);
79 ui.fastFwdScanButton->setEnabled(
false);
80 ui.lastScanButton->setEnabled(
false);
83 ui.nextScanButton->setEnabled(
true);
84 ui.fastFwdScanButton->setEnabled(
true);
85 ui.lastScanButton->setEnabled(
true);
89 ui.firstScanButton->setEnabled(
false);
91 ui.firstScanButton->setEnabled(
true);
96 ui.scanProgressBar->update();
122 ui.leafSize->setText(QString::number(leafSize)+
" m");
void setNumberOfScans(unsigned scans)
void setResolution(double resolution)
void scanProgressChanged()
void setTreeDepth(int depth)
void on_firstScanButton_clicked()
void on_fastFwdScanButton_clicked()
void addNextScans(unsigned scans)
ViewerSettingsPanel(QWidget *parent=0)
void treeDepthChanged(int depth)
void on_nextScanButton_clicked()
Ui::ViewerSettingsPanelClass ui
void setCurrentScan(unsigned scan)
void on_lastScanButton_clicked()