The wx dialog for gui::CDisplayWindowPlots.
Definition at line 403 of file WxSubsystem.h.
#include <mrpt/gui/WxSubsystem.h>
Public Member Functions | |
CWindowDialogPlots (CDisplayWindowPlots *winPlots, WxSubsystem::CWXMainFrame *parent, wxWindowID id=-1, const std::string &caption=std::string("[MRPT-CDisplayWindowPlots]"), wxSize initialSize=wxDefaultSize) | |
virtual | ~CWindowDialogPlots () |
void | OnMenuSelected (wxCommandEvent &ev) |
void | OnMouseMove (wxMouseEvent &event) |
void | plot (const mrpt::math::CVectorFloat &x, const mrpt::math::CVectorFloat &y, const std::string &lineFormat, const std::string &plotName) |
Redirected from CDisplayWindowPlots::plot. More... | |
void | plotEllipse (const mrpt::math::CVectorFloat &x, const mrpt::math::CVectorFloat &y, const std::string &lineFormat, const std::string &plotName, bool showName=false) |
Redirected from CDisplayWindowPlots::plotEllipse. More... | |
void | image (void *theWxImage, const float &x0, const float &y0, const float &w, const float &h, const std::string &plotName) |
Redirected from CDisplayWindowPlots::image. More... | |
Public Attributes | |
CDisplayWindowPlots * | m_winPlots |
WxSubsystem::CWXMainFrame * | m_mainFrame |
mpWindow * | m_plot |
bool | m_firstSubmenu |
to know whether to insert a separator the first time. More... | |
std::map< long, long > | m_ID2ID |
wxIDs to user IDs for submenus. More... | |
mrpt::math::TPoint2D | m_curCursorPos |
In graph coords. More... | |
wxPoint | m_last_mouse_point |
In pixels. More... | |
Static Public Attributes | |
static const long | ID_PLOT = wxNewId() |
static const long | ID_MENU_PRINT = wxNewId() |
Private Member Functions | |
void | OnClose (wxCloseEvent &event) |
void | OnMenuPrint (wxCommandEvent &event) |
void | OnMenuClose (wxCommandEvent &event) |
void | OnMenuAbout (wxCommandEvent &event) |
void | OnChar (wxKeyEvent &event) |
void | OnResize (wxSizeEvent &event) |
void | OnMouseDown (wxMouseEvent &event) |
CWindowDialogPlots::CWindowDialogPlots | ( | CDisplayWindowPlots * | winPlots, |
WxSubsystem::CWXMainFrame * | parent, | ||
wxWindowID | id = -1 , |
||
const std::string & | caption = std::string("[MRPT-CDisplayWindowPlots]") , |
||
wxSize | initialSize = wxDefaultSize |
||
) |
Definition at line 45 of file CDisplayWindowPlots.cpp.
References _U, mrpt::gui::WxSubsystem::getMRPTDefaultIcon(), ID_MENUITEM1, ID_MENUITEM2, mrpt::gui::WxSubsystem::CWXMainFrame::notifyWindowCreation(), OnChar(), OnClose(), OnMenuAbout(), OnMenuClose(), OnMenuPrint(), OnMouseDown(), OnMouseMove(), and OnResize().
|
virtual |
Definition at line 162 of file CDisplayWindowPlots.cpp.
void CWindowDialogPlots::image | ( | void * | theWxImage, |
const float & | x0, | ||
const float & | y0, | ||
const float & | w, | ||
const float & | h, | ||
const std::string & | plotName | ||
) |
Redirected from CDisplayWindowPlots::image.
Definition at line 458 of file CDisplayWindowPlots.cpp.
References _U.
Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests().
|
private |
Definition at line 190 of file CDisplayWindowPlots.cpp.
References mrpt::gui::keyEventToMrptKeyModifier().
Referenced by CWindowDialogPlots().
|
private |
Definition at line 167 of file CDisplayWindowPlots.cpp.
References mrpt::gui::mrptEventWindowClosed::allow_close, and mrpt::gui::WxSubsystem::CWXMainFrame::notifyWindowDestruction().
Referenced by CWindowDialogPlots().
|
private |
Definition at line 245 of file CDisplayWindowPlots.cpp.
Referenced by CWindowDialogPlots().
|
private |
Definition at line 235 of file CDisplayWindowPlots.cpp.
Referenced by CWindowDialogPlots().
|
private |
Definition at line 240 of file CDisplayWindowPlots.cpp.
Referenced by CWindowDialogPlots().
void CWindowDialogPlots::OnMenuSelected | ( | wxCommandEvent & | ev | ) |
Definition at line 250 of file CDisplayWindowPlots.cpp.
Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests().
|
private |
Definition at line 220 of file CDisplayWindowPlots.cpp.
Referenced by CWindowDialogPlots().
void CWindowDialogPlots::OnMouseMove | ( | wxMouseEvent & | event | ) |
Definition at line 260 of file CDisplayWindowPlots.cpp.
Referenced by CWindowDialogPlots().
|
private |
Definition at line 208 of file CDisplayWindowPlots.cpp.
Referenced by CWindowDialogPlots().
void CWindowDialogPlots::plot | ( | const mrpt::math::CVectorFloat & | x, |
const mrpt::math::CVectorFloat & | y, | ||
const std::string & | lineFormat, | ||
const std::string & | plotName | ||
) |
Redirected from CDisplayWindowPlots::plot.
Definition at line 282 of file CDisplayWindowPlots.cpp.
References _U, and mrpt::system::os::memcpy().
Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests().
void CWindowDialogPlots::plotEllipse | ( | const mrpt::math::CVectorFloat & | x, |
const mrpt::math::CVectorFloat & | y, | ||
const std::string & | lineFormat, | ||
const std::string & | plotName, | ||
bool | showName = false |
||
) |
Redirected from CDisplayWindowPlots::plotEllipse.
Definition at line 370 of file CDisplayWindowPlots.cpp.
References _U.
Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests().
|
static |
Definition at line 415 of file WxSubsystem.h.
|
static |
Definition at line 414 of file WxSubsystem.h.
mrpt::math::TPoint2D mrpt::gui::CWindowDialogPlots::m_curCursorPos |
In graph coords.
Definition at line 418 of file WxSubsystem.h.
bool mrpt::gui::CWindowDialogPlots::m_firstSubmenu |
to know whether to insert a separator the first time.
Definition at line 416 of file WxSubsystem.h.
Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests().
std::map<long,long> mrpt::gui::CWindowDialogPlots::m_ID2ID |
wxIDs to user IDs for submenus.
Definition at line 417 of file WxSubsystem.h.
Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests().
wxPoint mrpt::gui::CWindowDialogPlots::m_last_mouse_point |
In pixels.
Definition at line 419 of file WxSubsystem.h.
Referenced by mrpt::gui::CDisplayWindowPlots::getLastMousePosition().
WxSubsystem::CWXMainFrame* mrpt::gui::CWindowDialogPlots::m_mainFrame |
Definition at line 410 of file WxSubsystem.h.
mpWindow* mrpt::gui::CWindowDialogPlots::m_plot |
Definition at line 412 of file WxSubsystem.h.
Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests(), and mrpt::gui::CDisplayWindowPlots::setCursorCross().
CDisplayWindowPlots* mrpt::gui::CWindowDialogPlots::m_winPlots |
Definition at line 409 of file WxSubsystem.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |