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

Method scrollToBottom

Qt/Python/pqPythonScriptEditor.cxx:211–215  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

209
210//-----------------------------------------------------------------------------
211void pqPythonScriptEditor::scrollToBottom()
212{
213 this->TabWidget->getCurrentTextArea()->getTextEdit()->verticalScrollBar()->setValue(
214 this->TabWidget->getCurrentTextArea()->getTextEdit()->verticalScrollBar()->maximum());
215}
216
217//-----------------------------------------------------------------------------
218void pqPythonScriptEditor::updateMacroList()

Callers 1

editTraceMethod · 0.80

Calls 3

getCurrentTextAreaMethod · 0.80
setValueMethod · 0.45
maximumMethod · 0.45

Tested by

no test coverage detected