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
21
void
drawOverlay(QGraphicsScene* scene, QGraphicsItem* parent,
22
const
VIS::RectOverlay
& overlay);
23
24
void
drawOverlay(QGraphicsScene* scene, QGraphicsItem* parent,
25
const
VIS::TextOverlay
& overlay);
26
27
void
drawOverlay(QGraphicsScene* scene, QGraphicsItem* parent,
28
const
VIS::ImageOverlay
& overlay);
VIS::ImageOverlay
Represents an image overlay to be rendered on an image. The given image will be drawn over the base i...
Definition
visualization.h:116
VIS::RectOverlay
Represents a rectangle overlay to be rendered on an image. The rectangle is defined in the normalized...
Definition
visualization.h:47
VIS::TextOverlay
Represents a text overlay to be rendered on an image. The position is defined in the normalized [0,...
Definition
visualization.h:91
iVS3D
src
iVS3D-core
view
overlay.h
Generated by
1.9.8