Classes for creating GUI windows for 2D and 3D visualization.
Classes | |
| class | CBaseGUIWindow |
| The base class for GUI window classes. More... | |
| class | mrptEventWindowChar |
| An event sent by a window upon a char pressed by the user. More... | |
| class | mrptEventWindowResize |
| An event sent by a window upon resize. More... | |
| class | mrptEventMouseDown |
| An event sent by a window upon a mouse click, giving the (x,y) pixel coordinates. More... | |
| class | mrptEventWindowClosed |
| An event sent by a window upon when it's about to be closed, either manually by the user or programatically. More... | |
| class | CDisplayWindow |
| This class creates a window as a graphical user interface (GUI) for displaying images to the user. More... | |
| class | CDisplayWindow3D |
| A graphical user interface (GUI) for efficiently rendering 3D scenes in real-time. More... | |
| class | mrptEvent3DWindowGrabImageFile |
| An event sent by a CDisplayWindow3D window when an image is saved after enabling this feature with CDisplayWindow3D::grabImagesStart() More... | |
| class | CDisplayWindowPlots |
| Create a GUI window and display plots with MATLAB-like interfaces and commands. More... | |
| class | WxSubsystem |
| This class implements the GUI thread required for the wxWidgets-based GUI. More... | |
Definition at line 24 of file keycodes.h.
| Enumerator | |
|---|---|
| MRPTKMOD_NONE | |
| MRPTKMOD_ALT | |
| MRPTKMOD_CONTROL | |
| MRPTKMOD_ALTGR | |
| MRPTKMOD_SHIFT | |
| MRPTKMOD_META | |
| MRPTKMOD_WIN | |
| MRPTKMOD_CMD | |
Definition at line 158 of file keycodes.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |