Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::StartPickEvent Class Reference

#include <itkEventObject.h>

Inheritance diagram for itk::StartPickEvent:

Inheritance graph
[legend]
Collaboration diagram for itk::StartPickEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual bool CheckEvent (const EventObject *) const =0
virtual const char * GetEventName (void) const =0
virtual EventObjectMakeObject () const =0
virtual void Print (std::ostream &os) const

Protected Member Functions

virtual void PrintTrailer (std::ostream &os, Indent indent) const

Protected Attributes

Methods invoked by virtual
Print() to print information
about the object *including
superclasses.Typically not
called by the user(use Print()*instead) but used in the
hierarchical print process
to combine the *output of
several classes.*/virtual
void PrintSelf(std voi 
PrintHeader )(std::ostream &os, Indent indent) const

Member Function Documentation

virtual bool itk::EventObject::CheckEvent const EventObject  )  const [pure virtual, inherited]
 

Check if given event matches or derives from this event.

virtual const char* itk::EventObject::GetEventName void   )  const [pure virtual, inherited]
 

Return the StringName associated with the event.

Implemented in itk::TreeChangeEvent< TTreeType >, itk::TreeAddEvent, and itk::TreeRemoveEvent.

virtual EventObject* itk::EventObject::MakeObject  )  const [pure virtual, inherited]
 

Create an Event of this type This method work as a Factory for creating events of each particular type.

Implemented in itk::TreeChangeEvent< TTreeType >, itk::TreeAddEvent, and itk::TreeRemoveEvent.

virtual void itk::EventObject::Print std::ostream &  os  )  const [virtual, inherited]
 

Print Event information. This method can be overridden by specific Event subtypes. The default is to print out the type of the event.

virtual void itk::EventObject::PrintTrailer std::ostream &  os,
Indent  indent
const [protected, virtual, inherited]
 


Member Data Documentation

Methods invoked by virtual Print () to print information about the object * including superclasses. Typically not called by the user (use Print() * instead) but used in the hierarchical print process to combine the * output of several classes. */ virtual void PrintSelf(std voi itk::EventObject::PrintHeader)(std::ostream &os, Indent indent) const [protected, inherited]
 


The documentation for this class was generated from the following file:
Generated at Sun Jul 9 21:34:08 2006 for ITK by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2000