An event sent by a window upon resize. More...
#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. | |
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 182 of file CBaseGUIWindow.h.
| mrpt::gui::mrptEventWindowResize::mrptEventWindowResize | ( | CBaseGUIWindow * | obj, | |
| size_t | _new_width, | |||
| size_t | _new_height | |||
| ) | [inline] |
Definition at line 187 of file CBaseGUIWindow.h.
| virtual void mrpt::gui::mrptEventWindowResize::do_nothing | ( | ) | [inline, protected, virtual] |
Just to allow this class to be polymorphic.
Reimplemented from mrpt::utils::mrptEvent.
Definition at line 185 of file CBaseGUIWindow.h.
Definition at line 193 of file CBaseGUIWindow.h.
Definition at line 193 of file CBaseGUIWindow.h.
Definition at line 192 of file CBaseGUIWindow.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |