OpenShot Library | libopenshot
0.4.0
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
v
w
Functions
Variables
Typedefs
Enumerations
Enumerator
a
b
c
e
f
g
h
l
m
p
r
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Related Functions
Files
File List
File Members
All
_
a
c
e
f
h
i
k
m
n
o
p
q
r
s
t
u
Functions
Variables
Typedefs
Macros
_
a
e
f
h
i
k
m
n
o
p
q
r
s
t
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
RendererBase.cpp
Go to the documentation of this file.
1
9
// Copyright (c) 2008-2019 OpenShot Studios, LLC
10
//
11
// SPDX-License-Identifier: LGPL-3.0-or-later
12
13
#include "
RendererBase.h
"
14
using namespace
openshot
;
15
16
RendererBase::RendererBase
()
17
{
18
}
19
20
RendererBase::~RendererBase
()
21
{
22
}
23
24
void
RendererBase::paint
(
const
std::shared_ptr<Frame> & frame)
25
{
26
if
(frame)
27
this->
render
(frame->GetImage());
28
}
openshot::RendererBase::RendererBase
RendererBase()
Definition:
RendererBase.cpp:16
openshot
This namespace is the default namespace for all code in the openshot library.
Definition:
Compressor.h:28
openshot::RendererBase::paint
void paint(const std::shared_ptr< openshot::Frame > &frame)
Paint(render) a video Frame.
Definition:
RendererBase.cpp:24
openshot::RendererBase::~RendererBase
virtual ~RendererBase()
Definition:
RendererBase.cpp:20
openshot::RendererBase::render
virtual void render(std::shared_ptr< QImage > image)=0
RendererBase.h
Header file for RendererBase class.
Generated by
1.8.17