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

Method getCurrentTextArea

Qt/Python/pqPythonTabWidget.cxx:111–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109
110//-----------------------------------------------------------------------------
111pqPythonTextArea* pqPythonTabWidget::getCurrentTextArea() const
112{
113 return this->getWidget<pqPythonTextArea>(this->currentIndex());
114}
115
116//-----------------------------------------------------------------------------
117void pqPythonTabWidget::addNewTextArea(const QString& fileName, vtkTypeUInt32 location)

Callers 7

updateActionsMethod · 0.95
addNewTextAreaMethod · 0.95
loadFileMethod · 0.95
runCurrentTabMethod · 0.80
scrollToBottomMethod · 0.80

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected