#include <events.h>
Collaboration diagram for wxIFMUpdateEvent:

Public Member Functions | |
| wxIFMUpdateEvent (wxWindow *content, wxRect rect, bool floating) | |
| wxIFMUpdateEvent (const wxIFMUpdateEvent &event) | |
| virtual wxEvent * | Clone () const |
| wxRect | GetRect () const |
| wxSize | GetSize () const |
| wxPoint | GetPosition () const |
| wxWindow * | GetContent () const |
| bool | GetFoating () const |
Protected Attributes | |
| wxRect | m_rect |
| dimensions of area managed by interface manager | |
| wxWindow * | m_content |
| content window of the interface | |
| bool | m_floating |
| update floating windows as well | |
| wxIFMComponent * | m_component |
This event is sent when the interface needs to be updated. It is typically sent when the window a wxInterfaceManager object is managing changes size, or when wxInterfaceManager::Update() is called.
Definition at line 615 of file events.h.
|
||||||||||||||||
|
Definition at line 625 of file events.h. Referenced by Clone(). |
|
|
|
|
|
Definition at line 641 of file events.h. References wxIFMUpdateEvent(). |
|
|
Definition at line 661 of file events.h. References m_content. Referenced by wxIFMDefaultInterfacePlugin::OnUpdate(). |
|
|
Definition at line 666 of file events.h. References m_floating. Referenced by wxIFMDefaultInterfacePlugin::OnUpdate(). |
|
|
Definition at line 656 of file events.h. References m_rect. Referenced by wxIFMDefaultInterfacePlugin::OnUpdate(). |
|
|
Definition at line 646 of file events.h. References m_rect. Referenced by wxIFMDefaultInterfacePlugin::OnUpdate(). |
|
|
Definition at line 651 of file events.h. References m_rect. Referenced by wxIFMDefaultInterfacePlugin::OnUpdate(). |
|
|
|
|
|
content window of the interface
Definition at line 619 of file events.h. Referenced by GetContent(). |
|
|
update floating windows as well
Definition at line 620 of file events.h. Referenced by GetFoating(). |
|
|
dimensions of area managed by interface manager
Definition at line 618 of file events.h. Referenced by GetPosition(), GetRect(), and GetSize(). |