MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

wxIFMSelectTabEvent Class Reference

#include <definterface.h>

Collaboration diagram for wxIFMSelectTabEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMSelectTabEvent (wxIFMComponent *panel, wxIFMTab *tab, bool update)
 wxIFMSelectTabEvent (const wxIFMSelectTabEvent &event)
virtual wxEvent * Clone () const
wxIFMTabGetTab ()
bool GetUpdate ()

Private Attributes

wxIFMTabm_tab
 the tab being selected
bool m_update
 update the interface

Detailed Description

Event used to select a tab of a panel

Definition at line 692 of file definterface.h.


Constructor & Destructor Documentation

wxIFMSelectTabEvent::wxIFMSelectTabEvent wxIFMComponent panel,
wxIFMTab tab,
bool  update
[inline]
 

Definition at line 699 of file definterface.h.

Referenced by Clone().

wxIFMSelectTabEvent::wxIFMSelectTabEvent const wxIFMSelectTabEvent event  )  [inline]
 

Definition at line 705 of file definterface.h.


Member Function Documentation

virtual wxEvent* wxIFMSelectTabEvent::Clone  )  const [inline, virtual]
 

Definition at line 711 of file definterface.h.

References wxIFMSelectTabEvent().

wxIFMTab* wxIFMSelectTabEvent::GetTab  )  [inline]
 

Returns:
The tab being selected

Definition at line 716 of file definterface.h.

References m_tab.

Referenced by wxIFMDefaultPanelPlugin::OnSelectTab().

bool wxIFMSelectTabEvent::GetUpdate  )  [inline]
 

Returns:
True if the interface should be immediately updated

Definition at line 721 of file definterface.h.

References m_update.

Referenced by wxIFMDefaultPanelPlugin::OnSelectTab().


Member Data Documentation

wxIFMTab* wxIFMSelectTabEvent::m_tab [private]
 

the tab being selected

Definition at line 695 of file definterface.h.

Referenced by GetTab().

bool wxIFMSelectTabEvent::m_update [private]
 

update the interface

Definition at line 696 of file definterface.h.

Referenced by GetUpdate().


The documentation for this class was generated from the following file:

 

SourceForge Logo