An event sent by a window upon a mouse click, giving the (x,y) pixel coordinates.
IMPORTANTE NOTICE: Event handlers in your observer class will be invoked from the wxWidgets internal MRPT thread, so all your code in the handler must be thread safe.
Definition at line 198 of file CBaseGUIWindow.h.
#include <mrpt/gui/CBaseGUIWindow.h>

Public Member Functions | |
| mrptEventMouseDown (CBaseGUIWindow *obj, mrpt::utils::TPixelCoord _coords, bool _leftButton, bool _rightButton) | |
Public Attributes | |
| CBaseGUIWindow * | source_object |
| mrpt::utils::TPixelCoord | coords |
| bool | leftButton |
| bool | rightButton |
Protected Member Functions | |
| virtual void | do_nothing () |
| Just to allow this class to be polymorphic. More... | |
|
inline |
Definition at line 203 of file CBaseGUIWindow.h.
|
inlineprotectedvirtual |
Just to allow this class to be polymorphic.
Definition at line 201 of file CBaseGUIWindow.h.
| mrpt::utils::TPixelCoord mrpt::gui::mrptEventMouseDown::coords |
Definition at line 212 of file CBaseGUIWindow.h.
| bool mrpt::gui::mrptEventMouseDown::leftButton |
Definition at line 213 of file CBaseGUIWindow.h.
| bool mrpt::gui::mrptEventMouseDown::rightButton |
Definition at line 214 of file CBaseGUIWindow.h.
| CBaseGUIWindow* mrpt::gui::mrptEventMouseDown::source_object |
Definition at line 211 of file CBaseGUIWindow.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |