|
ORE Studio 0.0.4
|
Stream buffer that emits Qt signals when text is written. More...
#include <ShellMdiWindow.hpp>
Inherits QObject, and streambuf.

Signals | |
| void | text_ready (const QString &text) |
Public Member Functions | |
| qt_output_streambuf (QObject *parent=nullptr) | |
Protected Member Functions | |
| int_type | overflow (int_type ch) override |
| int | sync () override |
Stream buffer that emits Qt signals when text is written.
Buffers characters and emits text_ready() on newline or sync(). Thread-safe via mutex.