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 183 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. |
mrpt::gui::mrptEventWindowResize::mrptEventWindowResize | ( | CBaseGUIWindow * | obj, | |
size_t | _new_width, | |||
size_t | _new_height | |||
) | [inline] |
Definition at line 188 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 186 of file CBaseGUIWindow.h.
Definition at line 194 of file CBaseGUIWindow.h.
Definition at line 194 of file CBaseGUIWindow.h.
Definition at line 193 of file CBaseGUIWindow.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |