Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes | Protected Member Functions
mrpt::gui::mrptEventWindowResize Class Reference

Detailed Description

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 177 of file CBaseGUIWindow.h.

#include <mrpt/gui/CBaseGUIWindow.h>

Inheritance diagram for mrpt::gui::mrptEventWindowResize:
Inheritance graph
[legend]

Public Member Functions

 mrptEventWindowResize (CBaseGUIWindow *obj, size_t _new_width, size_t _new_height)
 

Public Attributes

CBaseGUIWindowsource_object
 
size_t new_width
 
size_t new_height
 

Protected Member Functions

virtual void do_nothing ()
 Just to allow this class to be polymorphic. More...
 

Constructor & Destructor Documentation

mrpt::gui::mrptEventWindowResize::mrptEventWindowResize ( CBaseGUIWindow obj,
size_t  _new_width,
size_t  _new_height 
)
inline

Definition at line 182 of file CBaseGUIWindow.h.

Member Function Documentation

virtual void mrpt::gui::mrptEventWindowResize::do_nothing ( )
inlineprotectedvirtual

Just to allow this class to be polymorphic.

Definition at line 180 of file CBaseGUIWindow.h.

Member Data Documentation

size_t mrpt::gui::mrptEventWindowResize::new_height

Definition at line 188 of file CBaseGUIWindow.h.

size_t mrpt::gui::mrptEventWindowResize::new_width

Definition at line 188 of file CBaseGUIWindow.h.

CBaseGUIWindow* mrpt::gui::mrptEventWindowResize::source_object

Definition at line 187 of file CBaseGUIWindow.h.




Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014