Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
protected:
69
pqPythonShellOutputWindow() = default;
Callers
2
displayMessage
Method · 0.45
emit
Method · 0.45
Calls
1
printString
Method · 0.45
Tested by
no test coverage detected