Public Member Functions

fl7::events::ChildEventArgs Class Reference

#include <ChildEventArgs.h>

Inheritance diagram for fl7::events::ChildEventArgs:
fl7::events::EventArgs

List of all members.

Public Member Functions

virtual ~ChildEventArgs (void)
 ChildEventArgs (faces::Container *container, faces::Face *child, size_t index)
faces::FaceGetChild () const
size_t GetChildIndex () const

Detailed Description

The (base) class for event arguments passed in to child face event callbacks.


Constructor & Destructor Documentation

virtual fl7::events::ChildEventArgs::~ChildEventArgs ( void   )  [inline, virtual]

Destructor.

fl7::events::ChildEventArgs::ChildEventArgs ( faces::Container container,
faces::Face child,
size_t  index 
) [inline]

Explicit constructor.


Member Function Documentation

faces::Face* fl7::events::ChildEventArgs::GetChild (  )  const [inline]

Returns the child face itself.

size_t fl7::events::ChildEventArgs::GetChildIndex (  )  const [inline]

Returns the index of the child face within the container.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines