MRPT
2.0.1
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
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
g
h
i
l
m
n
p
r
s
t
u
v
w
+
Typedefs
a
c
f
i
m
o
p
r
s
t
v
+
Enumerations
c
e
f
g
m
n
p
s
t
v
+
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
v
w
+
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
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
r
s
t
u
v
+
Enumerations
a
e
f
j
m
o
p
q
r
s
t
u
v
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
y
+
Related Functions
c
d
e
g
m
o
p
t
w
+
Files
File List
+
File 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
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
b
c
d
g
i
j
l
m
p
r
s
t
v
x
Enumerations
+
Enumerator
a
d
e
i
j
n
p
r
s
u
w
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Examples
lib_mrpt_gui.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See details in https://www.mrpt.org/License |
8
+---------------------------------------------------------------------------+
9
*/
10
11
/** \defgroup mrpt_gui_grp [mrpt-gui]
12
13
GUI support: 2D plots (Matlab-like), 3D rendering viewports, etc.
14
15
<small> <a href="index.html#libs">Back to list of all libraries</a> | <a
16
href="modules.html" >See all modules</a> </small> <br>
17
18
# Library `mrpt-gui`
19
20
This C++ library is part of MRPT and can be installed in Debian-based systems
21
with:
22
23
sudo apt install libmrpt-gui-dev
24
25
See: \ref mrpt_from_cmake
26
27
This library provides these classes that represent GUI windows, each having a
28
specific specialized purpose:
29
30
- mrpt::gui::CDisplayWindow: Displays 2D bitmap images, and
31
optionally sets of points over them, etc.
32

33
34
- mrpt::gui::CDisplayWindow3D: A powerful 3D rendering window capable of
35
displaying a mrpt::opengl::COpenGLScene, or efficiently displaying 2D images
36
using graphics card acceleration. It features mouse navigation, Alt+Enter
37
fullscreen switching, multiple viewports, etc. See [this
38
tutorial](https://www.mrpt.org/Tutorial_3D_Scenes).
39

40
41
- mrpt::gui::CDisplayWindowPlots: Displays one or more 2D vectorial graphs,
42
in a manner very similar to MATLAB "plot" commands.
43

44
45
- mrpt::gui::CDisplayWindowGUI: UI capable of complex controls, subwindows,
46
menus, etc. powered by the nanogui library.
47

48
49
50
All these window classes inherits from mrpt::gui::CBaseGUIWindow, which provides
51
a set of methods and variables common to all the classes. It allow
52
moving/resizing the windows, polling for key strokes, etc. Note events-driven
53
applications can be also implemented since it also implements the
54
mrpt::system::CObservable pattern, emitting events as described in the
55
description of mrpt::gui::CBaseGUIWindow.
56
57
All the classes in this library are in the namespace mrpt::gui
58
59
*/
Page generated by
Doxygen 1.8.14
for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020