MRPT
1.9.9
|
The wx dialog for gui::CDisplayWindow.
Definition at line 317 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 |
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 121 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 241 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 210 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 236 of file CDisplayWindow.cpp.
|
private |
Definition at line 321 of file CDisplayWindow.cpp.
Referenced by CWindowDialog().
|
private |
Definition at line 319 of file CDisplayWindow.cpp.
Referenced by CWindowDialog().
|
private |
Definition at line 329 of file CDisplayWindow.cpp.
References mrpt::gui::CWindowDialog::wxMRPTImageControl::GetBitmap(), and m_image.
Referenced by CWindowDialog().
|
private |
Definition at line 282 of file CDisplayWindow.cpp.
References mrpt::system::CObservable::hasSubscribers(), m_win2D, and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
private |
Definition at line 300 of file CDisplayWindow.cpp.
References mrpt::system::CObservable::hasSubscribers(), m_win2D, and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
private |
Definition at line 264 of file CDisplayWindow.cpp.
References mrpt::system::CObservable::hasSubscribers(), m_win2D, and mrpt::system::CObservable::publishEvent().
Referenced by CWindowDialog().
|
static |
Definition at line 367 of file WxSubsystem.h.
Referenced by CWindowDialog().
wxMRPTImageControl* mrpt::gui::CWindowDialog::m_image |
Definition at line 365 of file WxSubsystem.h.
Referenced by CWindowDialog(), and OnMenuSave().
WxSubsystem::CWXMainFrame* mrpt::gui::CWindowDialog::m_mainFrame |
Definition at line 362 of file WxSubsystem.h.
CDisplayWindow* mrpt::gui::CWindowDialog::m_win2D |
Definition at line 361 of file WxSubsystem.h.
Referenced by OnChar(), OnClose(), OnMouseDown(), OnMouseMove(), and OnResize().
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 |