The wx dialog for gui::CDisplayWindowPlots.
Definition at line 402 of file WxSubsystem.h.
#include <mrpt/gui/WxSubsystem.h>
|
| | 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...
|
| |
◆ CWindowDialogPlots()
◆ ~CWindowDialogPlots()
| virtual mrpt::gui::CWindowDialogPlots::~CWindowDialogPlots |
( |
| ) |
|
|
virtual |
◆ image()
| void mrpt::gui::CWindowDialogPlots::image |
( |
void * |
theWxImage, |
|
|
const float & |
x0, |
|
|
const float & |
y0, |
|
|
const float & |
w, |
|
|
const float & |
h, |
|
|
const std::string & |
plotName |
|
) |
| |
◆ OnChar()
| void mrpt::gui::CWindowDialogPlots::OnChar |
( |
wxKeyEvent & |
event | ) |
|
|
private |
◆ OnClose()
| void mrpt::gui::CWindowDialogPlots::OnClose |
( |
wxCloseEvent & |
event | ) |
|
|
private |
◆ OnMenuAbout()
| void mrpt::gui::CWindowDialogPlots::OnMenuAbout |
( |
wxCommandEvent & |
event | ) |
|
|
private |
◆ OnMenuClose()
| void mrpt::gui::CWindowDialogPlots::OnMenuClose |
( |
wxCommandEvent & |
event | ) |
|
|
private |
◆ OnMenuPrint()
| void mrpt::gui::CWindowDialogPlots::OnMenuPrint |
( |
wxCommandEvent & |
event | ) |
|
|
private |
◆ OnMenuSelected()
| void mrpt::gui::CWindowDialogPlots::OnMenuSelected |
( |
wxCommandEvent & |
ev | ) |
|
◆ OnMouseDown()
| void mrpt::gui::CWindowDialogPlots::OnMouseDown |
( |
wxMouseEvent & |
event | ) |
|
|
private |
◆ OnMouseMove()
| void mrpt::gui::CWindowDialogPlots::OnMouseMove |
( |
wxMouseEvent & |
event | ) |
|
◆ OnResize()
| void mrpt::gui::CWindowDialogPlots::OnResize |
( |
wxSizeEvent & |
event | ) |
|
|
private |
◆ plot()
◆ plotEllipse()
◆ ID_MENU_PRINT
| const long mrpt::gui::CWindowDialogPlots::ID_MENU_PRINT |
|
static |
◆ ID_PLOT
| const long mrpt::gui::CWindowDialogPlots::ID_PLOT |
|
static |
◆ m_curCursorPos
◆ m_firstSubmenu
| bool mrpt::gui::CWindowDialogPlots::m_firstSubmenu |
to know whether to insert a separator the first time.
Definition at line 415 of file WxSubsystem.h.
◆ m_ID2ID
| std::map<long,long> mrpt::gui::CWindowDialogPlots::m_ID2ID |
◆ m_last_mouse_point
| wxPoint mrpt::gui::CWindowDialogPlots::m_last_mouse_point |
◆ m_mainFrame
◆ m_plot
| mpWindow* mrpt::gui::CWindowDialogPlots::m_plot |
◆ m_winPlots