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.
#include <mrpt/gui/CBaseGUIWindow.h>

Public Member Functions | |
| mrptEventWindowResize (CBaseGUIWindow *obj, size_t _new_width, size_t _new_height) | |
| template<class EVENTTYPE > | |
| bool | isOfType () const |
| template<class EVENTTYPE > | |
| const EVENTTYPE * | getAs () const |
Public Attributes | |
| CBaseGUIWindow * | source_object |
| size_t | new_width |
| size_t | new_height |
| mrpt::system::TTimeStamp | timestamp |
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 197 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 195 of file CBaseGUIWindow.h.
| const EVENTTYPE* mrpt::utils::mrptEvent::getAs | ( | ) | const [inline, inherited] |
Definition at line 66 of file mrptEvent.h.
| bool mrpt::utils::mrptEvent::isOfType | ( | ) | const [inline, inherited] |
Definition at line 63 of file mrptEvent.h.
Definition at line 203 of file CBaseGUIWindow.h.
Definition at line 203 of file CBaseGUIWindow.h.
Definition at line 202 of file CBaseGUIWindow.h.
Definition at line 68 of file mrptEvent.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |