MatOCAD Logo

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

wxIFMComponentButtonEvent Class Reference

#include <definterface.h>

Collaboration diagram for wxIFMComponentButtonEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMComponentButtonEvent (wxEventType type, wxIFMComponent *component, wxIFMComponentButton *button)
wxIFMComponentButton * GetButton () const

Private Attributes

wxIFMComponentButton * m_button

Detailed Description

Event used to notify plugins of component button events

Definition at line 727 of file definterface.h.


Constructor & Destructor Documentation

wxIFMComponentButtonEvent::wxIFMComponentButtonEvent (  wxEventType  type,
wxIFMComponent *  component,
wxIFMComponentButton *  button
)  [inline]
 

Definition at line 733 of file definterface.h.


Member Function Documentation

wxIFMComponentButton* wxIFMComponentButtonEvent::GetButton (   )  const [inline]
 

Returns:
Component button triggering the event

Definition at line 741 of file definterface.h.

References m_button.

Referenced by wxIFMDefaultPanelPlugin::OnComponentButtonClick(), and wxIFMDefaultContainerPlugin::OnComponentButtonClick().


Member Data Documentation

wxIFMComponentButton* wxIFMComponentButtonEvent::m_button [private]
 

Definition at line 730 of file definterface.h.

Referenced by GetButton().


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

 

SourceForge Logo