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

Method onAnalysisItemDone

src/tabstructures.cpp:325–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void TabStructures::onAnalysisItemDone(QTreeWidgetItem *item)
326{
327 qbufs.push_back(item);
328 quint64 ns = elapsed.nsecsElapsed();
329 if (ns > nextupdate)
330 {
331 nextupdate = ns + updt * 1e6;
332 QTimer::singleShot(updt, this, &TabStructures::onBufferTimeout);
333 }
334}
335
336void TabStructures::onAnalysisQuadDone(QTreeWidgetItem *item)
337{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected