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

Method DisplayText

Qt/Python/pqPythonShell.cxx:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 void SetShell(pqPythonShell* shell) { this->Shell = shell; }
52
53 void DisplayText(const char* txt) override
54 {
55 if (this->Shell)
56 {
57 this->Shell->printString(txt, pqPythonShell::OUTPUT);
58 }
59 }
60 void DisplayErrorText(const char* txt) override
61 {
62 if (this->Shell)

Callers

nothing calls this directly

Calls 1

printStringMethod · 0.45

Tested by

no test coverage detected