ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Member Functions | List of all members
qt_output_streambuf Class Reference

Stream buffer that emits Qt signals when text is written. More...

#include <ShellMdiWindow.hpp>

Inherits QObject, and streambuf.

Collaboration diagram for qt_output_streambuf:
Collaboration graph

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
 

Detailed Description

Stream buffer that emits Qt signals when text is written.

Buffers characters and emits text_ready() on newline or sync(). Thread-safe via mutex.