iVS3D v2.0.9
Loading...
Searching...
No Matches
overlay.h
Go to the documentation of this file.
1#pragma once
15#include <QGraphicsItem>
16#include <QGraphicsScene>
17#include <QRect>
18
19#include "visualization.h"
20
21void drawOverlay(QGraphicsScene* scene, QGraphicsItem* parent,
22 const VIS::RectOverlay& overlay);
23
24void drawOverlay(QGraphicsScene* scene, QGraphicsItem* parent,
25 const VIS::TextOverlay& overlay);
26
27void drawOverlay(QGraphicsScene* scene, QGraphicsItem* parent,
28 const VIS::ImageOverlay& overlay);
Represents an image overlay to be rendered on an image. The given image will be drawn over the base i...
Definition visualization.h:116
Represents a rectangle overlay to be rendered on an image. The rectangle is defined in the normalized...
Definition visualization.h:47
Represents a text overlay to be rendered on an image. The position is defined in the normalized [0,...
Definition visualization.h:91