#include <layoutmanager.h>
Collaboration diagram for wxOwnerEventHandler:

Public Member Functions | |
| wxOwnerEventHandler () | |
| void | SetOwner (class wxLayoutManager *pOwner) |
| void | OnSize (wxSizeEvent &) |
| void | OnMove (wxMoveEvent &) |
| void | OnUpdateLayout (wxCommandEvent &) |
| void | OnMenu (wxCommandEvent &event) |
Private Attributes | |
| wxLayoutManager * | pOwner_ |
|
|
Definition at line 48 of file layoutmanager.h. |
|
|
Definition at line 60 of file layoutmanager.cpp. References wxLayoutManager::OnMenuToggle(), and pOwner_. |
|
|
Definition at line 47 of file layoutmanager.cpp. References wxLayoutManager::OnMove(), and pOwner_. |
|
|
Definition at line 40 of file layoutmanager.cpp. |
|
|
Definition at line 54 of file layoutmanager.cpp. References wxLayoutManager::OnUpdateLayout(), and pOwner_. |
|
|
Definition at line 51 of file layoutmanager.h. |
|
|
Definition at line 61 of file layoutmanager.h. Referenced by OnMenu(), OnMove(), and OnUpdateLayout(). |
1.4.2