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

Method onStandardOutputBytesWritten

Engine/ProcessHandler.cpp:212–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected