An event sent by a window upon resize.
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 193 of file CBaseGUIWindow.h.
#include <mrpt/gui/CBaseGUIWindow.h>

Public Member Functions | |
| mrptEventWindowResize (CBaseGUIWindow *obj, size_t _new_width, size_t _new_height) | |
Public Attributes | |
| CBaseGUIWindow * | source_object |
| size_t | new_width |
| size_t | new_height |
Protected Member Functions | |
| virtual void | do_nothing () |
| Just to allow this class to be polymorphic. | |
|
inline |
Definition at line 198 of file CBaseGUIWindow.h.
|
inlineprotectedvirtual |
Just to allow this class to be polymorphic.
Definition at line 196 of file CBaseGUIWindow.h.
| size_t mrpt::gui::mrptEventWindowResize::new_height |
Definition at line 204 of file CBaseGUIWindow.h.
| size_t mrpt::gui::mrptEventWindowResize::new_width |
Definition at line 204 of file CBaseGUIWindow.h.
| CBaseGUIWindow* mrpt::gui::mrptEventWindowResize::source_object |
Definition at line 203 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 |