|
MRPT
2.0.1
|
The wx dialog for gui::CDisplayWindow.
Definition at line 315 of file WxSubsystem.h.
#include <mrpt/gui/WxSubsystem.h>
Classes | |
| class | wxMRPTImageControl |
| A custom control to display the bitmap and avoid flicker. More... | |
Public Member Functions | |
| CWindowDialog (CDisplayWindow *win2D, WxSubsystem::CWXMainFrame *parent, wxWindowID id=-1, const std::string &caption=std::string("[MRPT-CDisplayWindow]"), wxSize initialSize=wxDefaultSize) | |
| ~CWindowDialog () override | |
Public Attributes | |
| CDisplayWindow * | m_win2D = nullptr |
| WxSubsystem::CWXMainFrame * | m_mainFrame |
| wxMRPTImageControl * | m_image |
Static Public Attributes | |
| static const long | ID_IMAGE_BITMAP = wxNewId() |
Private Member Functions | |
| void | OnClose (wxCloseEvent &event) |
| void | OnMenuClose (wxCommandEvent &event) |
| void | OnMenuAbout (wxCommandEvent &event) |
| void | OnMenuSave (wxCommandEvent &event) |
| void | OnChar (wxKeyEvent &event) |
| void | OnKeyDown (wxKeyEvent &event) |
| void | OnResize (wxSizeEvent &event) |
| void | OnMouseDown (wxMouseEvent &event) |
| void | OnMouseMove (wxMouseEvent &event) |
| CWindowDialog::CWindowDialog | ( | CDisplayWindow * | win2D, |
| WxSubsystem::CWXMainFrame * | parent, | ||
| wxWindowID | id = -1, |
||
| const std::string & | caption = std::string("[MRPT-CDisplayWindow]"), |
||
| wxSize | initialSize = wxDefaultSize |
||
| ) |
Definition at line 100 of file CDisplayWindow.cpp.
References mrpt::gui::WxSubsystem::getMRPTDefaultIcon(), ID_IMAGE_BITMAP, ID_MENUITEM1, ID_MENUITEM2, ID_MENUITEM3, m_image, mrpt::gui::WxSubsystem::CWXMainFrame::notifyWindowCreation(), OnChar(), OnClose(), OnMenuAbout(), OnMenuClose(), OnMenuSave(), OnMouseDown(), OnMouseMove(), and OnResize().
|
overridedefault |
|
private |
Definition at line 198 of file CDisplayWindow.cpp.
References mrpt::gui::keyEventToMrptKeyModifier(), mrpt::gui::CBaseGUIWindow::m_keyPushed, mrpt::gui::CBaseGUIWindow::m_keyPushedCode, mrpt::gui::CBaseGUIWindow::m_keyPushedModifier, m_win2D, and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
private |
Definition at line 167 of file CDisplayWindow.cpp.
References mrpt::gui::mrptEventWindowClosed::allow_close, m_win2D, mrpt::gui::CBaseGUIWindow::m_windowDestroyed, mrpt::gui::CBaseGUIWindow::notifyChildWindowDestruction(), mrpt::gui::WxSubsystem::CWXMainFrame::notifyWindowDestruction(), and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
private |
Definition at line 193 of file CDisplayWindow.cpp.
|
private |
Definition at line 278 of file CDisplayWindow.cpp.
Referenced by CWindowDialog().
|
private |
Definition at line 276 of file CDisplayWindow.cpp.
Referenced by CWindowDialog().
|
private |
Definition at line 286 of file CDisplayWindow.cpp.
References mrpt::gui::CWindowDialog::wxMRPTImageControl::GetBitmap(), and m_image.
Referenced by CWindowDialog().
|
private |
Definition at line 239 of file CDisplayWindow.cpp.
References mrpt::system::CObservable::hasSubscribers(), m_win2D, and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
private |
Definition at line 257 of file CDisplayWindow.cpp.
References mrpt::system::CObservable::hasSubscribers(), m_win2D, and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
private |
Definition at line 221 of file CDisplayWindow.cpp.
References mrpt::system::CObservable::hasSubscribers(), m_win2D, and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
static |
Definition at line 365 of file WxSubsystem.h.
Referenced by CWindowDialog().
| wxMRPTImageControl* mrpt::gui::CWindowDialog::m_image |
Definition at line 363 of file WxSubsystem.h.
Referenced by CWindowDialog(), and OnMenuSave().
| WxSubsystem::CWXMainFrame* mrpt::gui::CWindowDialog::m_mainFrame |
Definition at line 360 of file WxSubsystem.h.
| CDisplayWindow* mrpt::gui::CWindowDialog::m_win2D = nullptr |
Definition at line 359 of file WxSubsystem.h.
Referenced by OnChar(), OnClose(), OnMouseDown(), OnMouseMove(), and OnResize().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |