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