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
LVRRenameDialog.hpp
Go to the documentation of this file.
1
28
#ifndef RENAMEDIALOG_H_
29
#define RENAMEDIALOG_H_
30
31
#include <vtkRenderWindow.h>
32
#include <vtkRenderer.h>
33
#include <vtkRendererCollection.h>
34
#include <vtkSmartPointer.h>
35
36
#include "ui_LVRRenameDialogUI.h"
37
#include "
LVRModelItem.hpp
"
38
39
using
Ui::RenameDialog;
40
41
namespace
lvr2
42
{
43
44
class
LVRRenameDialog
:
public
QObject
45
{
46
Q_OBJECT
47
48
public
:
49
LVRRenameDialog
(
LVRModelItem
* item, QTreeWidget* treeWidget);
50
virtual
~LVRRenameDialog
();
51
52
public
Q_SLOTS:
53
void
renameItem
();
54
55
private
:
56
void
connectSignalsAndSlots
();
57
58
RenameDialog*
m_dialog
;
59
LVRModelItem
*
m_item
;
60
QTreeWidget*
m_treeWidget
;
61
};
62
63
}
// namespace lvr2
64
65
#endif
/* RENAMEDIALOG_H_ */
lvr2::LVRRenameDialog::connectSignalsAndSlots
void connectSignalsAndSlots()
Definition:
LVRRenameDialog.cpp:57
lvr2::LVRRenameDialog::m_treeWidget
QTreeWidget * m_treeWidget
Definition:
LVRRenameDialog.hpp:60
lvr2::LVRRenameDialog::LVRRenameDialog
LVRRenameDialog(LVRModelItem *item, QTreeWidget *treeWidget)
Definition:
LVRRenameDialog.cpp:34
LVRModelItem.hpp
lvr2::LVRRenameDialog
Definition:
LVRRenameDialog.hpp:44
lvr2::LVRModelItem
Definition:
LVRModelItem.hpp:47
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::LVRRenameDialog::~LVRRenameDialog
virtual ~LVRRenameDialog()
Definition:
LVRRenameDialog.cpp:52
lvr2::LVRRenameDialog::renameItem
void renameItem()
Definition:
LVRRenameDialog.cpp:62
lvr2::LVRRenameDialog::m_item
LVRModelItem * m_item
Definition:
LVRRenameDialog.hpp:59
lvr2::LVRRenameDialog::m_dialog
RenameDialog * m_dialog
Definition:
LVRRenameDialog.hpp:58
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