13 #ifndef DtConsoleLogWidget_H_
14 #define DtConsoleLogWidget_H_
20 #include <QtCore/QFile>
21 #include <QtWidgets/QWidget>
66 QDebugStream(std::ostream &stream, QTextEdit* pTE, QString& fileName);
72 virtual std::ios::int_type overflow(std::ios::int_type v);
73 virtual std::streamsize xsputn(
const char *p, std::streamsize n);
98 Qt::WindowFlags f = Qt::Widget);
105 virtual bool initiallyVisible()
const;
std::streambuf * m_old_buf
Definition: DtConsoleLogWidget.h:78
QTextEdit * pLogWindow
Definition: DtConsoleLogWidget.h:80
std::string m_string
Definition: DtConsoleLogWidget.h:79
The dockable class provides the docking interface for any class to be a dockable widget in the DtDeMa...
Definition: DtDockable.h:31
std::ostream & m_stream
Definition: DtConsoleLogWidget.h:77
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains makVrv::DtDockable class.
QFile logFile
Definition: DtConsoleLogWidget.h:81
This class redirects cout/cerr to the text edit that's passed in:
Definition: DtConsoleLogWidget.h:48
voidpf stream
Definition: ioapi.h:39
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69