#include <events.h>
Inherits wxIFMChildEvent.
Inheritance diagram for wxIFMSetChildSizeEvent:
Public Member Functions | |
wxIFMSetChildSizeEvent (wxWindow *child, const wxSize &desired, const wxSize &min, const wxSize &max, bool update) | |
wxIFMSetChildSizeEvent (const wxIFMSetChildSizeEvent &event) | |
virtual wxEvent * | Clone () const |
wxSize | GetMinSize () const |
wxSize | GetMaxSize () const |
wxSize | GetDesiredSize () const |
bool | GetUpdate () const |
void | SetUpdate (bool s) |
Protected Attributes | |
wxSize | m_min |
wxSize | m_max |
wxSize | m_desired |
bool | m_update |
Definition at line 1217 of file events.h.
|
Definition at line 1224 of file events.h. Referenced by Clone(). |
|
|
|
Reimplemented from wxIFMChildEvent. Definition at line 1240 of file events.h. References wxIFMSetChildSizeEvent(). |
|
Definition at line 1261 of file events.h. References m_desired. |
|
Definition at line 1254 of file events.h. References m_max. |
|
Definition at line 1247 of file events.h. References m_min. Referenced by wxIFMDefaultPlugin::OnSetChildSize(). |
|
Definition at line 1266 of file events.h. References m_update. Referenced by wxIFMDefaultPlugin::OnSetChildSize(). |
|
Definition at line 1267 of file events.h. References m_update. |
|
Definition at line 1220 of file events.h. Referenced by GetDesiredSize(). |
|
Definition at line 1220 of file events.h. Referenced by GetMaxSize(). |
|
Definition at line 1220 of file events.h. Referenced by GetMinSize(). |
|
Definition at line 1221 of file events.h. Referenced by GetUpdate(), and SetUpdate(). |