MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / onStandardOutputBytesWritten

Method onStandardOutputBytesWritten

Engine/ProcessHandler.cpp:217–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void
218ProcessHandler::onStandardOutputBytesWritten()
219{
220 QString str = QString::fromUtf8( _process->readAllStandardOutput().data() );
221
222#ifdef DEBUG
223 qDebug() << "Message(stdout):" << str;
224#endif
225 _processLog.append(QString::fromUtf8("Message(stdout): ") + str);
226}
227
228void
229ProcessHandler::onStandardErrorBytesWritten()

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected