MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / onAnalysisFinished

Method onAnalysisFinished

src/tabstructures.cpp:347–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void TabStructures::onAnalysisFinished()
348{
349 onBufferTimeout();
350 on_tabWidget_currentChanged(-1);
351 ui->treeStructs->setSortingEnabled(true);
352 ui->treeQuads->setSortingEnabled(true);
353 ui->pushStart->setChecked(false);
354 ui->pushStart->setText(tr("Analyze"));
355}
356
357void TabStructures::onBufferTimeout()
358{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected