argos::CQTOpenGLLogStream Class Reference

#include <qtopengl_log_stream.h>

Inheritance diagram for argos::CQTOpenGLLogStream:
Collaboration diagram for argos::CQTOpenGLLogStream:

Public Member Functions

 CQTOpenGLLogStream (std::ostream &c_stream, QTextEdit *c_textedit)
 
virtual ~CQTOpenGLLogStream ()
 
virtual int_type overflow (int_type t_value)
 
virtual std::streamsize xsputn (const char *pc_message, std::streamsize un_size)
 

Detailed Description

Definition at line 21 of file qtopengl_log_stream.h.

Constructor & Destructor Documentation

◆ CQTOpenGLLogStream()

argos::CQTOpenGLLogStream::CQTOpenGLLogStream ( std::ostream &  c_stream,
QTextEdit *  c_textedit 
)
inline

Definition at line 25 of file qtopengl_log_stream.h.

◆ ~CQTOpenGLLogStream()

virtual argos::CQTOpenGLLogStream::~CQTOpenGLLogStream ( )
inlinevirtual

Definition at line 36 of file qtopengl_log_stream.h.

Member Function Documentation

◆ overflow()

virtual int_type argos::CQTOpenGLLogStream::overflow ( int_type  t_value)
inlinevirtual

Definition at line 41 of file qtopengl_log_stream.h.

◆ xsputn()

virtual std::streamsize argos::CQTOpenGLLogStream::xsputn ( const char *  pc_message,
std::streamsize  un_size 
)
inlinevirtual

Definition at line 56 of file qtopengl_log_stream.h.