MatOCAD Logo

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

wxIFMQueryChildEvent Class Reference

Used to query information on a given child window. This event is used to determine if a child window is hidden or shown within the interface. More...

#include <events.h>

Inherits wxIFMChildEvent.

Inheritance diagram for wxIFMQueryChildEvent:

Inheritance graph
[legend]
Collaboration diagram for wxIFMQueryChildEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMQueryChildEvent (wxWindow *child)
 wxIFMQueryChildEvent (const wxIFMQueryChildEvent &event)
virtual wxEvent * Clone () const
bool IsVisible () const
void SetVisible (bool vis)

Protected Attributes

bool m_visible
 the child is visible

Detailed Description

Used to query information on a given child window. This event is used to determine if a child window is hidden or shown within the interface.

Definition at line 1188 of file events.h.


Constructor & Destructor Documentation

wxIFMQueryChildEvent::wxIFMQueryChildEvent wxWindow *  child  )  [inline]
 

Definition at line 1195 of file events.h.

Referenced by Clone().

wxIFMQueryChildEvent::wxIFMQueryChildEvent const wxIFMQueryChildEvent event  )  [inline]
 

Definition at line 1200 of file events.h.


Member Function Documentation

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

Reimplemented from wxIFMChildEvent.

Definition at line 1205 of file events.h.

References wxIFMQueryChildEvent().

bool wxIFMQueryChildEvent::IsVisible  )  const [inline]
 

Returns:
True if the child is not hidden.

Definition at line 1210 of file events.h.

References m_visible.

Referenced by wxInterfaceManager::IsChildVisible().

void wxIFMQueryChildEvent::SetVisible bool  vis  )  [inline]
 

Definition at line 1211 of file events.h.

References m_visible.

Referenced by wxIFMDefaultPanelPlugin::OnQueryChild().


Member Data Documentation

bool wxIFMQueryChildEvent::m_visible [protected]
 

the child is visible

Definition at line 1191 of file events.h.

Referenced by IsVisible(), and SetVisible().


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

 

SourceForge Logo