![]() |
Classes | |
class | mrpt::gui::wxMRPTImageControl |
A custom control to display the bitmap and avoid flicker. More... | |
class | mrpt::gui::CPanelCameraSelection |
A panel to select the camera input from all the formats supported by MRPT. More... | |
Namespaces | |
mrpt::gui::detail | |
Auxiliary structures used internally to mrpt. | |
Macros | |
#define | _U(x) (x) |
#define | WX_START_TRY |
#define | WX_END_TRY |
Functions | |
wxImage GUI_IMPEXP * | mrpt::gui::MRPTImage2wxImage (const mrpt::utils::CImage &img) |
Create a wxImage from a MRPT image. More... | |
wxBitmap GUI_IMPEXP * | mrpt::gui::MRPTImage2wxBitmap (const mrpt::utils::CImage &img) |
Create a wxBitmap from a MRPT image. More... | |
wxImage GUI_IMPEXP * | mrpt::gui::IplImage2wxImage (void *img) |
Create a wxImage from a IPL image. More... | |
mrpt::utils::CImage GUI_IMPEXP * | mrpt::gui::wxImage2MRPTImage (const wxImage &img) |
Create a MRPT image from a wxImage. More... | |
mrpt::utils::CImagePtr GUI_IMPEXP | mrpt::gui::wxImage2MRPTImagePtr (const wxImage &img) |
Create a MRPT image from a wxImage. More... | |
mrptKeyModifier | mrpt::gui::keyEventToMrptKeyModifier (const wxKeyEvent &ev) |
Extracts the key modifiers from a wxKeyEvent. More... | |
#define WX_END_TRY |
wxImage GUI_IMPEXP* mrpt::gui::IplImage2wxImage | ( | void * | img | ) |
Create a wxImage from a IPL image.
The new object must be freed by the user when not required anymore.
mrptKeyModifier mrpt::gui::keyEventToMrptKeyModifier | ( | const wxKeyEvent & | ev | ) |
Extracts the key modifiers from a wxKeyEvent.
wxBitmap GUI_IMPEXP* mrpt::gui::MRPTImage2wxBitmap | ( | const mrpt::utils::CImage & | img | ) |
Create a wxBitmap from a MRPT image.
The new object must be freed by the user when not required anymore.
wxImage GUI_IMPEXP* mrpt::gui::MRPTImage2wxImage | ( | const mrpt::utils::CImage & | img | ) |
Create a wxImage from a MRPT image.
The new object must be freed by the user when not required anymore.
mrpt::utils::CImage GUI_IMPEXP* mrpt::gui::wxImage2MRPTImage | ( | const wxImage & | img | ) |
Create a MRPT image from a wxImage.
The new object must be freed by the user when not required anymore. It is recommended to use wxImage2MRPTImagePtr instead since smart pointers are safer to manage.
mrpt::utils::CImagePtr GUI_IMPEXP mrpt::gui::wxImage2MRPTImagePtr | ( | const wxImage & | img | ) |
Create a MRPT image from a wxImage.
The new object is returned as a smart pointer to a CImage object.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |