6 #include "../render/opengl.h" 8 #include "renderwindow.h" 10 #include "../core/topic.h" 11 #include "../displays/plot.h" 12 #include "../render/renderer.h" 13 #include "../render/texture.h" 15 class QOpenGLPaintDevice;
18 std::shared_ptr<QOpenGLContext> _offscreen_context;
19 std::shared_ptr<QOffscreenSurface> _offscreen_surface;
20 std::shared_ptr<PlotRenderer> _renderer, _renderer_async;
21 std::shared_ptr<QOpenGLPaintDevice> _paint_device;
22 std::shared_ptr<QOpenGLFramebufferObject> _fbo_render;
23 std::mutex _fbo_mutex;
27 bool _fbo_initialized =
false;
36 virtual void paintHUD(QPainter *painter)
override;
37 virtual void composite(
int target)
override;
38 virtual void handleEvent(QEvent *event)
override;