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

Method DisplayErrorText

Qt/Python/pqPythonShell.cxx:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59 }
60 void DisplayErrorText(const char* txt) override
61 {
62 if (this->Shell)
63 {
64 this->Shell->printString(txt, pqPythonShell::ERROR);
65 }
66 }
67
68protected:
69 pqPythonShellOutputWindow() = default;

Callers 2

displayMessageMethod · 0.45
emitMethod · 0.45

Calls 1

printStringMethod · 0.45

Tested by

no test coverage detected