1 #ifndef STREAM_WIDGET_H 2 #define STREAM_WIDGET_H 5 #include <QOpenGLWidget> 6 #include "streams/stream_object.h" 7 #include "core/output_p.h" 29 virtual void reset(
void) = 0;
35 virtual QWidget *
qwidget(
void) = 0;
47 #endif // STREAM_WIDGET_H Base class of all objects that can be transported with a stream.
Definition: stream_object.h:39
Private part of the Ouput class.
Definition: output_p.h:16