MRPT
2.0.1
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