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

Method createParaviewTraceTab

Qt/Python/pqPythonTabWidget.cxx:335–347  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

333
334//-----------------------------------------------------------------------------
335void pqPythonTabWidget::createParaviewTraceTab()
336{
337 if (!this->TraceWidget)
338 {
339 pqPythonTextArea* widget = this->getCurrentTextArea();
340 if (!widget->isEmpty() || widget->isLinked())
341 {
342 this->createNewEmptyTab();
343 widget = this->getCurrentTextArea();
344 }
345 this->TraceWidget = widget;
346 }
347}
348
349//-----------------------------------------------------------------------------
350void pqPythonTabWidget::updateTrace(const QString& str)

Callers 2

updateTraceMethod · 0.95
stopTraceMethod · 0.95

Calls 3

getCurrentTextAreaMethod · 0.95
createNewEmptyTabMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected