-----------------------------------------------------------------------------
| 112 | |
| 113 | //----------------------------------------------------------------------------- |
| 114 | bool pqPythonTextArea::isEmpty() const |
| 115 | { |
| 116 | return this->TextEdit->toPlainText().isEmpty(); |
| 117 | } |
| 118 | |
| 119 | //----------------------------------------------------------------------------- |
| 120 | bool pqPythonTextArea::isDirty() const |
no outgoing calls