Classes for creating GUI windows for 2D and 3D visualization.
Namespaces | |
detail | |
Auxiliary structures used internally to mrpt. | |
Classes | |
class | C3DWindowDialog |
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 | CDisplayWindow3DLocker |
Auxiliary class for safely claiming the 3DScene of a mrpt::gui::CDisplayWindow3D. More... | |
class | CDisplayWindowPlots |
Create a GUI window and display plots with MATLAB-like interfaces and commands. More... | |
class | CPanelCameraSelection |
A panel to select the camera input from all the formats supported by MRPT. More... | |
class | CWindowDialog |
The wx dialog for gui::CDisplayWindow. More... | |
class | CWindowDialogPlots |
The wx dialog for gui::CDisplayWindowPlots. 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 | mrptEventMouseMove |
An event sent by a window when the mouse is moved over it. 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 | wxMRPTImageControl |
A custom control to display the bitmap and avoid flicker. More... | |
class | WxSubsystem |
This class implements the GUI thread required for the wxWidgets-based GUI. More... | |
Functions | |
wxImage GUI_IMPEXP * | MRPTImage2wxImage (const mrpt::utils::CImage &img) |
Create a wxImage from a MRPT image. More... | |
wxBitmap GUI_IMPEXP * | MRPTImage2wxBitmap (const mrpt::utils::CImage &img) |
Create a wxBitmap from a MRPT image. More... | |
wxImage GUI_IMPEXP * | IplImage2wxImage (void *img) |
Create a wxImage from a IPL image. More... | |
mrpt::utils::CImage GUI_IMPEXP * | wxImage2MRPTImage (const wxImage &img) |
Create a MRPT image from a wxImage. More... | |
mrpt::utils::CImagePtr GUI_IMPEXP | wxImage2MRPTImagePtr (const wxImage &img) |
Create a MRPT image from a wxImage. More... | |
mrptKeyModifier | keyEventToMrptKeyModifier (const wxKeyEvent &ev) |
Extracts the key modifiers from a wxKeyEvent. 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.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at mié abr 15 19:30:12 CEST 2020 |