MRPT
2.0.4
|
#include <mrpt/core/safe_pointers.h>
#include <mrpt/gui/gui_frwds.h>
#include <mrpt/gui/keycodes.h>
#include <mrpt/img/TPixelCoord.h>
#include <mrpt/serialization/CSerializable.h>
#include <mrpt/system/CObservable.h>
#include <mrpt/system/mrptEvent.h>
#include <atomic>
#include <future>
#include <mutex>
Go to the source code of this file.
Classes | |
class | mrpt::gui::CBaseGUIWindow |
The base class for GUI window classes based on wxWidgets. More... | |
class | mrpt::gui::mrptEventWindowChar |
An event sent by a window upon a char pressed by the user. More... | |
class | mrpt::gui::mrptEventWindowResize |
An event sent by a window upon resize. More... | |
class | mrpt::gui::mrptEventMouseDown |
An event sent by a window upon a mouse click, giving the (x,y) pixel coordinates. More... | |
class | mrpt::gui::mrptEventMouseMove |
An event sent by a window when the mouse is moved over it. More... | |
class | mrpt::gui::mrptEventWindowClosed |
An event sent by a window upon when it's about to be closed, either manually by the user or programmatically. More... | |
Namespaces | |
mrpt::gui | |
Classes for creating GUI windows for 2D and 3D visualization. | |
Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |