#include <events.h>
Inherits wxIFMRectEvent.
Inheritance diagram for wxIFMConvertRectEvent:
Public Member Functions | |
wxIFMConvertRectEvent (wxIFMComponent *component, int coordsFrom, int coordsTo, const wxRect &rect) | |
wxIFMConvertRectEvent (wxIFMComponent *component, int coordsFrom, int coordsTo, const wxPoint &pos, const wxSize &size) | |
wxIFMConvertRectEvent (const wxIFMConvertRectEvent &event) | |
virtual wxEvent * | Clone () const |
int | GetSourceCoords () const |
int | GetDestinationCoords () const |
Protected Attributes | |
int | m_coordsTo |
int | m_coordsFrom |
which coordinate systems are we converting to and from |
Definition at line 517 of file events.h.
|
Definition at line 526 of file events.h. Referenced by Clone(). |
|
|
|
|
|
Reimplemented from wxIFMRectEvent. Definition at line 546 of file events.h. References wxIFMConvertRectEvent(). |
|
Definition at line 556 of file events.h. References m_coordsTo. Referenced by wxIFMDefaultResizePlugin::OnConvertRect(), and wxIFMDefaultPlugin::OnConvertRect(). |
|
Definition at line 551 of file events.h. References m_coordsFrom. Referenced by wxIFMDefaultResizePlugin::OnConvertRect(), and wxIFMDefaultPlugin::OnConvertRect(). |
|
which coordinate systems are we converting to and from
Definition at line 521 of file events.h. Referenced by GetSourceCoords(). |
|
Definition at line 521 of file events.h. Referenced by GetDestinationCoords(). |