#include <resize.h>
Public Member Functions | |
wxIFMResizeEvent (wxEventType type, wxIFMComponent *component, const wxPoint &pos, bool realtime, bool canceled=false) | |
wxIFMResizeEvent (const wxIFMResizeEvent &event) | |
virtual wxEvent * | Clone () const |
const wxPoint & | GetPosition () const |
bool | WasCanceled () const |
bool | RealtimeUpdates () const |
Private Attributes | |
const wxPoint & | m_pos |
bool | m_realtime |
bool | m_canceled |
Definition at line 123 of file resize.h.
|
Definition at line 131 of file resize.h. Referenced by Clone(). |
|
|
|
Definition at line 146 of file resize.h. References wxIFMResizeEvent(). |
|
Definition at line 151 of file resize.h. References m_pos. Referenced by wxIFMDefaultResizePlugin::OnResizeBegin(), wxIFMDefaultResizePlugin::OnResizeEnd(), and wxIFMDefaultResizePlugin::OnResizing(). |
|
Definition at line 163 of file resize.h. References m_realtime. Referenced by wxIFMDefaultResizePlugin::OnResizeBegin(), wxIFMDefaultResizePlugin::OnResizeEnd(), and wxIFMDefaultResizePlugin::OnResizing(). |
|
Definition at line 157 of file resize.h. References m_canceled. Referenced by wxIFMDefaultResizePlugin::OnResizeEnd(). |
|
Definition at line 127 of file resize.h. Referenced by WasCanceled(). |
|
Definition at line 126 of file resize.h. Referenced by GetPosition(). |
|
Definition at line 127 of file resize.h. Referenced by RealtimeUpdates(). |