MRPT
1.9.9
|
#include <mrpt/gui/WxUtils.h>)
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 | WX_START_TRY |
#define | WX_END_TRY |
Functions | |
wxImage * | mrpt::gui::MRPTImage2wxImage (const mrpt::img::CImage &img) |
Create a wxImage from a MRPT image. More... | |
wxBitmap * | mrpt::gui::MRPTImage2wxBitmap (const mrpt::img::CImage &img) |
Create a wxBitmap from a MRPT image. More... | |
mrpt::img::CImage * | mrpt::gui::wxImage2MRPTImage (const wxImage &img) |
Create a MRPT image from a wxImage. More... | |
mrpt::img::CImage::Ptr | 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 |
mrptKeyModifier mrpt::gui::keyEventToMrptKeyModifier | ( | const wxKeyEvent & | ev | ) |
Extracts the key modifiers from a wxKeyEvent.
Definition at line 942 of file WxUtils.cpp.
References mrpt::gui::MRPTKMOD_ALT, mrpt::gui::MRPTKMOD_CMD, mrpt::gui::MRPTKMOD_CONTROL, mrpt::gui::MRPTKMOD_META, mrpt::gui::MRPTKMOD_NONE, and mrpt::gui::MRPTKMOD_SHIFT.
Referenced by mrpt::gui::CWindowDialog::OnChar(), and mrpt::gui::CWindowDialogPlots::OnChar().
wxBitmap * mrpt::gui::MRPTImage2wxBitmap | ( | const mrpt::img::CImage & | img | ) |
Create a wxBitmap from a MRPT image.
The new object must be freed by the user when not required anymore.
Definition at line 72 of file WxUtils.cpp.
References mrpt::gui::MRPTImage2wxImage(), and THROW_EXCEPTION.
Referenced by mrpt::gui::wxMRPTImageControl::AssignImage().
wxImage * mrpt::gui::MRPTImage2wxImage | ( | const mrpt::img::CImage & | img | ) |
Create a wxImage from a MRPT image.
The new object must be freed by the user when not required anymore.
Definition at line 24 of file WxUtils.cpp.
References mrpt::img::CH_RGB, mrpt::img::CImage::colorImage(), mrpt::img::CImage::getChannelCount(), mrpt::img::CImage::getChannelsOrder(), mrpt::img::CImage::getHeight(), mrpt::img::CImage::getRowStride(), mrpt::img::CImage::getWidth(), mrpt::img::CImage::isColor(), mrpt::img::CImage::makeDeepCopy(), mrpt::system::os::memcpy(), mrpt::img::CImage::ptrLine(), mrpt::img::SHALLOW_COPY, and mrpt::img::CImage::swapRB().
Referenced by mrpt::gui::CDisplayWindowPlots::image(), mrpt::gui::MRPTImage2wxBitmap(), and mrpt::gui::CDisplayWindow::showImage().
mrpt::img::CImage * 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.
Definition at line 87 of file WxUtils.cpp.
Referenced by mrpt::gui::wxImage2MRPTImagePtr().
mrpt::img::CImage::Ptr 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.
Definition at line 103 of file WxUtils.cpp.
References mrpt::gui::wxImage2MRPTImage().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |