MCPcopy Create free account
hub / github.com/Kitware/ParaView / updateTrace

Method updateTrace

Qt/Python/pqPythonTabWidget.cxx:350–357  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

348
349//-----------------------------------------------------------------------------
350void pqPythonTabWidget::updateTrace(const QString& str)
351{
352 this->createParaviewTraceTab();
353
354 const int traceWidgetId = this->indexOf(this->TraceWidget);
355 this->tabBar()->setCurrentIndex(traceWidgetId);
356 this->TraceWidget->setText(str);
357}
358
359//-----------------------------------------------------------------------------
360void pqPythonTabWidget::stopTrace(const QString& str)

Callers

nothing calls this directly

Calls 4

indexOfMethod · 0.45
setCurrentIndexMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected