Classes for creating GUI windows for 2D and 3D visualization.
Classes | |
class | CBaseGUIWindow |
The base class for GUI window classes. 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 | CDisplayWindowPlots |
Create a GUI window and display plots with MATLAB-like interfaces and commands. More... | |
class | mrptEvent3DWindowGrabImageFile |
An event sent by a CDisplayWindow3D window when an image is saved after enabling this feature with CDisplayWindow3D::grabImagesStart() More... | |
class | mrptEventMouseDown |
An event sent by a window upon a mouse click, giving the (x,y) pixel coordinates. More... | |
class | mrptEventWindowChar |
An event sent by a window upon a char pressed by the user. 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 | mrptEventWindowResize |
An event sent by a window upon resize. More... | |
class | WxSubsystem |
This class implements the GUI thread required for the wxWidgets-based GUI. More... | |
Variables | |
class GUI_IMPEXP | CDisplayWindow |
struct GUI_IMPEXP | CDisplayWindowPtr |
class GUI_IMPEXP | CDisplayWindow3D |
struct GUI_IMPEXP | CDisplayWindow3DPtr |
class GUI_IMPEXP | CDisplayWindowPlots |
struct GUI_IMPEXP | CDisplayWindowPlotsPtr |
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.
Definition at line 22 of file CDisplayWindow.h.
Definition at line 28 of file CDisplayWindow3D.h.
struct GUI_IMPEXP mrpt::gui::CDisplayWindow3DPtr |
Definition at line 28 of file CDisplayWindow3D.h.
Definition at line 25 of file CDisplayWindowPlots.h.
struct GUI_IMPEXP mrpt::gui::CDisplayWindowPlotsPtr |
Definition at line 25 of file CDisplayWindowPlots.h.
struct GUI_IMPEXP mrpt::gui::CDisplayWindowPtr |
Definition at line 22 of file CDisplayWindow.h.
Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 06:08:57 UTC 2023 |