Main MRPT website > C++ reference for MRPT 1.9.9
Classes | Namespaces | Macros | Functions
WxUtils.h File Reference
#include <mrpt/img/CImage.h>
#include <mrpt/config/CConfigFileBase.h>
#include <mrpt/config/CConfigFileMemory.h>
#include <mrpt/gui/keycodes.h>
#include <wx/sizer.h>
#include <wx/statbmp.h>
#include <wx/menu.h>
#include <wx/toolbar.h>
#include <wx/frame.h>
#include <wx/timer.h>
#include <wx/statusbr.h>
#include <wx/msgdlg.h>
#include <wx/artprov.h>
#include <wx/bitmap.h>
#include <wx/intl.h>
#include <wx/image.h>
#include <wx/string.h>
#include <wx/panel.h>
#include <wx/filedlg.h>
#include <wx/progdlg.h>
#include <wx/imaglist.h>
#include <wx/busyinfo.h>
#include <wx/log.h>
#include <wx/textdlg.h>
#include <wx/dirdlg.h>
#include <wx/colordlg.h>
#include <wx/dcmemory.h>
#include <wx/app.h>
#include <wx/pen.h>
#include <wx/spinctrl.h>
#include <wx/notebook.h>
#include <wx/button.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/choice.h>
#include <wx/radiobox.h>
#include <wx/settings.h>
#include <wx/checkbox.h>
#include <wx/dc.h>
#include <wx/dcclient.h>
#include <mutex>
Include dependency graph for WxUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 
struct  mrpt::gui::detail::TReturnAskUserOpenCamera
 

Namespaces

 mrpt
 This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
 mrpt::gui
 Classes for creating GUI windows for 2D and 3D visualization.
 
 mrpt::gui::detail
 Auxiliary structures used internally to mrpt.
 

Macros

#define _U(x)   (x)
 
#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...
 
wxImage * mrpt::gui::IplImage2wxImage (void *img)
 Create a wxImage from a IPL image. More...
 
mrpt::img::CImagemrpt::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...
 

Macro Definition Documentation

◆ _U

#define _U (   x)    (x)

Definition at line 77 of file WxUtils.h.

◆ WX_END_TRY

#define WX_END_TRY
Value:
} \
catch (std::exception & e) \
{ \
wxMessageBox( \
wxString(e.what(), wxConvUTF8), wxT("Exception"), wxOK, nullptr); \
} \
catch (...) \
{ \
wxMessageBox(_("Untyped exception!"), _("Exception"), wxOK, nullptr); \
}

Definition at line 86 of file WxUtils.h.

◆ WX_START_TRY

#define WX_START_TRY
Value:
try \
{

Definition at line 83 of file WxUtils.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST