MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

wxIFMUpdateComponentEvent Class Reference

Event for updating a component. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMUpdateComponentEvent (wxIFMComponent *component, wxRect rect)
 wxIFMUpdateComponentEvent (const wxIFMUpdateComponentEvent &event)
virtual wxEvent * Clone () const
wxSize GetSize () const
wxPoint GetPosition () const
wxRect GetRect () const

Protected Attributes

wxRect m_rect
 new absolute size and position for the component


Detailed Description

Event for updating a component.

This event is used to set the size and position of a component, and instruct the component to update any of its child components or child window.

See also:
wxIFMUpdateEvent

Definition at line 677 of file events.h.


Constructor & Destructor Documentation

wxIFMUpdateComponentEvent::wxIFMUpdateComponentEvent wxIFMComponent component,
wxRect  rect
[inline]
 

Definition at line 684 of file events.h.

Referenced by Clone().

wxIFMUpdateComponentEvent::wxIFMUpdateComponentEvent const wxIFMUpdateComponentEvent event  )  [inline]
 

Definition at line 689 of file events.h.


Member Function Documentation

virtual wxEvent* wxIFMUpdateComponentEvent::Clone  )  const [inline, virtual]
 

Definition at line 694 of file events.h.

References wxIFMUpdateComponentEvent().

wxPoint wxIFMUpdateComponentEvent::GetPosition  )  const [inline]
 

Returns:
New absolute position of the component

Definition at line 704 of file events.h.

References m_rect.

wxRect wxIFMUpdateComponentEvent::GetRect  )  const [inline]
 

Returns:
New absolute size and position of the component

Definition at line 709 of file events.h.

References m_rect.

Referenced by wxIFMDefaultPlugin::OnUpdate().

wxSize wxIFMUpdateComponentEvent::GetSize  )  const [inline]
 

Returns:
New absolute size of the component

Definition at line 699 of file events.h.

References m_rect.


Member Data Documentation

wxRect wxIFMUpdateComponentEvent::m_rect [protected]
 

new absolute size and position for the component

Definition at line 680 of file events.h.

Referenced by GetPosition(), GetRect(), and GetSize().


The documentation for this class was generated from the following file:

 

SourceForge Logo