MRPT
1.9.9
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-2019, 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
- mrpt::gui::CDisplayWindow3D: A powerful 3D rendering window capable of
34
displaying a mrpt::opengl::COpenGLScene, or efficiently displaying 2D images
35
using graphics card acceleration. It features mouse navigation, Alt+Enter
36
fullscreen switching, multiple viewports, etc. See this <a
37
href="http://www.mrpt.org/Tutorial_3D_Scenes" >tutorial</a>.
38
39
- mrpt::gui::CDisplayWindowPlots: Displays one or more 2D vectorial graphs,
40
in a manner very similar to MATLAB "plot" commands.
41
42
All these window classes inherits from mrpt::gui::CBaseGUIWindow, which provides
43
a set of methods and variables common to all the classes. It allow
44
moving/resizing the windows, polling for key strokes, etc. Note events-driven
45
applications can be also implemented since it also implements the
46
mrpt::system::CObservable pattern, emitting events as described in the
47
description of mrpt::gui::CBaseGUIWindow.
48
49
All the classes in this library are in the namespace mrpt::gui
50
51
*/
Page generated by
Doxygen 1.8.14
for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019