MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_accumulated_text()

const std::string & MayaFlux::Buffers::TextBuffer::get_accumulated_text ( ) const
inline

Full accumulated text composited into this buffer since the last repress().

Seeded by press(), appended by impress(), cleared by repress().

Definition at line 116 of file TextBuffer.hpp.

116{ return m_accumulated_text; }