An event sent by a window upon a char pressed by the user.
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 172 of file CBaseGUIWindow.h.
#include <mrpt/gui/CBaseGUIWindow.h>

Public Member Functions | |
| mrptEventWindowChar (CBaseGUIWindow *obj, int _char_code, mrptKeyModifier _key_mod) | |
Public Attributes | |
| CBaseGUIWindow * | source_object |
| int | char_code |
| The virtual key code, as defined in <mrpt/gui/keycodes.h> (a replication of wxWidgets key codes). | |
| mrptKeyModifier | key_modifiers |
| Modifiers (Shift, Control, etc...) | |
Protected Member Functions | |
| virtual void | do_nothing () |
| Just to allow this class to be polymorphic. | |
|
inline |
Definition at line 177 of file CBaseGUIWindow.h.
|
inlineprotectedvirtual |
Just to allow this class to be polymorphic.
Definition at line 175 of file CBaseGUIWindow.h.
| int mrpt::gui::mrptEventWindowChar::char_code |
The virtual key code, as defined in <mrpt/gui/keycodes.h> (a replication of wxWidgets key codes).
Definition at line 184 of file CBaseGUIWindow.h.
| mrptKeyModifier mrpt::gui::mrptEventWindowChar::key_modifiers |
Modifiers (Shift, Control, etc...)
Definition at line 185 of file CBaseGUIWindow.h.
| CBaseGUIWindow* mrpt::gui::mrptEventWindowChar::source_object |
Definition at line 183 of file CBaseGUIWindow.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |