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

Method text

Qt/Python/pqPythonManager.cxx:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 void DisplayErrorText(const char* txt) override { this->ErrorStream << txt; }
55
56 std::string text() const { return this->TextStream.str(); }
57 std::string errorText() const { return this->ErrorStream.str(); }
58
59private:

Callers 3

updateScriptsListMethod · 0.45
paintEventMethod · 0.45
executeCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected