#include <events.h>
Inherited by wxIFMConvertRectEvent.
Inheritance diagram for wxIFMRectEvent:
Public Member Functions | |
wxIFMRectEvent (wxEventType id, wxIFMComponent *component, const wxPoint &pos, const wxSize &size) | |
wxIFMRectEvent (wxEventType id, wxIFMComponent *component, const wxRect &rect=wxRect(0, 0, 0, 0)) | |
wxIFMRectEvent (const wxIFMRectEvent &event) | |
virtual wxEvent * | Clone () const |
wxSize | GetSize () const |
wxPoint | GetPosition () const |
wxRect | GetRect () const |
void | SetSize (const wxSize &s) |
void | SetPosition (const wxPoint &p) |
void | SetRect (const wxRect &r) |
Protected Attributes | |
wxRect | m_rect |
If you would like the absolute rect, construct this event with the wxEVT_IFM_GETRECT or wxEVT_IFM_GETABSOLUTERECT event id's. For background rect, use wxEVT_IFM_GETBACKGROUNDRECT, and use wxEVT_IFM_GETCLIENTRECT for the client rect. The same applies for the SET variants of these events.
This event is used to get and set all sizes and coordinate system rects for a given component. This means that some events will not use the position values of the rect, but instead only use the size values. The events that do this are get and set variants of desired size, minimum size, and maximum size.
Definition at line 476 of file events.h.
|
Definition at line 484 of file events.h. Referenced by Clone(). |
|
|
|
|
|
Reimplemented in wxIFMConvertRectEvent. Definition at line 501 of file events.h. References wxIFMRectEvent(). |
|
Definition at line 504 of file events.h. References m_rect. |
|
|
|
Definition at line 508 of file events.h. References m_rect. |
|
Definition at line 509 of file events.h. References m_rect. Referenced by wxIFMDefaultResizePlugin::OnConvertRect(), wxIFMDefaultPlugin::OnConvertRect(), wxIFMDefaultInterfacePlugin::OnGetContentRect(), wxIFMDefaultResizePlugin::OnGetRect(), wxIFMDefaultPlugin::OnGetRect(), and wxIFMDefaultContainerPlugin::OnGetRect(). |
|
Definition at line 507 of file events.h. References m_rect. Referenced by wxIFMDefaultPlugin::OnGetDesiredSize(), wxIFMDefaultContainerPlugin::OnGetDesiredSize(), wxIFMDefaultPlugin::OnGetMaxSize(), wxIFMDefaultPlugin::OnGetMinSize(), and wxIFMDefaultPanelPlugin::OnGetMinSize(). |
|
Definition at line 479 of file events.h. Referenced by GetPosition(), GetRect(), GetSize(), SetPosition(), SetRect(), and SetSize(). |