#include <definterface.h>
Collaboration diagram for wxIFMSelectTabEvent:

Public Member Functions | |
| wxIFMSelectTabEvent (wxIFMComponent *panel, wxIFMTab *tab, bool update) | |
| wxIFMSelectTabEvent (const wxIFMSelectTabEvent &event) | |
| virtual wxEvent * | Clone () const |
| wxIFMTab * | GetTab () |
| bool | GetUpdate () |
Private Attributes | |
| wxIFMTab * | m_tab |
| the tab being selected | |
| bool | m_update |
| update the interface | |
Definition at line 692 of file definterface.h.
|
||||||||||||||||
|
Definition at line 699 of file definterface.h. Referenced by Clone(). |
|
|
Definition at line 705 of file definterface.h. |
|
|
Definition at line 711 of file definterface.h. References wxIFMSelectTabEvent(). |
|
|
Definition at line 716 of file definterface.h. References m_tab. Referenced by wxIFMDefaultPanelPlugin::OnSelectTab(). |
|
|
Definition at line 721 of file definterface.h. References m_update. Referenced by wxIFMDefaultPanelPlugin::OnSelectTab(). |
|
|
the tab being selected
Definition at line 695 of file definterface.h. Referenced by GetTab(). |
|
|
update the interface
Definition at line 696 of file definterface.h. Referenced by GetUpdate(). |