Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
Enumerations
Enumerator
b
g
h
j
l
o
p
r
s
w
x
y
Classes
Class List
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
x
y
z
~
Variables
_
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
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
z
Related Functions
:
a
b
c
d
e
f
h
k
l
n
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
i
m
n
o
p
s
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
s
t
u
v
Enumerations
Enumerator
a
d
f
i
k
l
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Examples
src
tools
lvr2_viewer
widgets
LVRBackgroundDialog.hpp
Go to the documentation of this file.
1
34
#ifndef LVRBACKGROUNDDIALOG_HPP_
35
#define LVRBACKGROUNDDIALOG_HPP_
36
37
#include <vtkSmartPointer.h>
38
#include <vtkRenderWindow.h>
39
40
41
#include <QColorDialog>
42
43
#include "ui_LVRBackgroundDialogUI.h"
44
45
using
Ui::BackgroundDialogUI;
46
47
namespace
lvr2
48
{
49
50
class
LVRBackgroundDialog
:
public
QDialog
51
{
52
Q_OBJECT
53
public
:
54
LVRBackgroundDialog
(vtkSmartPointer<vtkRenderWindow> renderWindow);
55
virtual
~LVRBackgroundDialog
();
56
57
void
getColor1
(
float
&r,
float
&g,
float
&b);
58
void
getColor2
(
float
&r,
float
&g,
float
&b);
59
bool
renderGradient
();
60
61
public
Q_SLOTS:
62
void
color1Changed
();
63
void
color2Changed
();
64
65
private
:
66
67
void
updateColorBox
(QFrame* box, QColor
color
);
68
69
vtkSmartPointer<vtkRenderWindow>
m_renderWindow
;
70
BackgroundDialogUI*
m_ui
;
71
QColor
m_color1
;
72
QColor
m_color2
;
73
};
74
75
}
/* namespace lvr2 */
76
77
#endif
/* LVRBACKGROUNDDIALOG_HPP_ */
lvr2::LVRBackgroundDialog::m_color2
QColor m_color2
Definition:
LVRBackgroundDialog.hpp:72
lvr2::LVRBackgroundDialog::color2Changed
void color2Changed()
Definition:
LVRBackgroundDialog.cpp:69
lvr2::LVRBackgroundDialog::~LVRBackgroundDialog
virtual ~LVRBackgroundDialog()
Definition:
LVRBackgroundDialog.cpp:96
lvr2::color
Definition:
DataStruct.hpp:81
lvr2::LVRBackgroundDialog::getColor1
void getColor1(float &r, float &g, float &b)
Definition:
LVRBackgroundDialog.cpp:77
lvr2::LVRBackgroundDialog::m_renderWindow
vtkSmartPointer< vtkRenderWindow > m_renderWindow
Definition:
LVRBackgroundDialog.hpp:69
lvr2::LVRBackgroundDialog::renderGradient
bool renderGradient()
Definition:
LVRBackgroundDialog.cpp:91
lvr2::LVRBackgroundDialog::m_color1
QColor m_color1
Definition:
LVRBackgroundDialog.hpp:71
lvr2::LVRBackgroundDialog::updateColorBox
void updateColorBox(QFrame *box, QColor color)
Definition:
LVRBackgroundDialog.cpp:53
lvr2::LVRBackgroundDialog
Definition:
LVRBackgroundDialog.hpp:50
lvr2::LVRBackgroundDialog::LVRBackgroundDialog
LVRBackgroundDialog(vtkSmartPointer< vtkRenderWindow > renderWindow)
Definition:
LVRBackgroundDialog.cpp:39
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::LVRBackgroundDialog::m_ui
BackgroundDialogUI * m_ui
Definition:
LVRBackgroundDialog.hpp:70
lvr2::LVRBackgroundDialog::getColor2
void getColor2(float &r, float &g, float &b)
Definition:
LVRBackgroundDialog.cpp:84
lvr2::LVRBackgroundDialog::color1Changed
void color1Changed()
Definition:
LVRBackgroundDialog.cpp:61
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24