MCPcopy Create free account
hub / github.com/baldurk/renderdoc / addText

Method addText

qrenderdoc/Code/pyrenderdoc/PythonContext.cpp:1223–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1221}
1222
1223void PythonContext::addText(bool isStdError, const QString &output)
1224{
1225 QMutexLocker lock(&outputMutex);
1226
1227 if(isStdError)
1228 errstr += output;
1229 else
1230 outstr += output;
1231}
1232
1233void PythonContext::setPyGlobal(const char *varName, PyObject *obj)
1234{

Callers 1

outstream_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected