2 #include <Process/LayerView.hpp>
3 #include <Process/ZoomHelper.hpp>
5 #include <ossia/detail/flat_map.hpp>
9 class VideoThumbnailer;
17 explicit View(
const Model&, QGraphicsItem* parent);
20 void setZoom(ZoomRatio r);
23 void onPathChanged(
const QString& str);
24 void widthChanged(qreal)
override;
26 void dropEvent(QGraphicsSceneDragDropEvent* event)
override;
27 void paint_impl(QPainter*)
const override;
30 ossia::flat_map<int64_t, QImage> m_images;
32 int64_t m_lastRequestIndex{};
Definition: score-plugin-gfx/Gfx/Video/Process.hpp:17
Definition: score-plugin-gfx/Gfx/Video/View.hpp:15
Definition: LayerView.hpp:21
Definition: Thumbnailer.hpp:25