Main MRPT website > C++ reference
MRPT logo

mrpt::gui::mrptEventWindowResize Class Reference

An event sent by a window upon resize. More...

#include <mrpt/gui/CBaseGUIWindow.h>

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

List of all members.

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.

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


Constructor & Destructor Documentation

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

Definition at line 187 of file CBaseGUIWindow.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 193 of file CBaseGUIWindow.h.

Definition at line 193 of file CBaseGUIWindow.h.

Definition at line 192 of file CBaseGUIWindow.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010