#include <itkCommand.h>
Inheritance diagram for itk::ReceptorMemberCommand:


Public Types | |
| typedef void(T::* | TMemberFunctionPointer )(const EventObject &) |
| typedef ReceptorMemberCommand | Self |
| typedef SmartPointer< Self > | Pointer |
Public Methods | |
| virtual const char * | GetClassName () const |
| void | SetCallbackFunction (T *object, TMemberFunctionPointer memberFunction) |
| virtual void | Execute (Object *caller, const EventObject &event) |
| virtual void | Execute (const Object *caller, const EventObject &event) |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| ReceptorMemberCommand () | |
| virtual | ~ReceptorMemberCommand () |
Protected Attributes | |
| T * | m_This |
| TMemberFunctionPointer | m_MemberFunction |
\Class ReceptorMemberCommand
ReceptorMemberCommand calls a pointer to a member function with only and itk::EventObject as argument
Definition at line 152 of file itkCommand.h.
|
|||||
|
Reimplemented from itk::Command. Definition at line 161 of file itkCommand.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::Command. Definition at line 160 of file itkCommand.h. |
|
|||||
|
pointer to a member function that takes a Object* and the event Definition at line 157 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::Execute(). |
|
|||||||||
|
Definition at line 201 of file itkCommand.h. |
|
|||||||||
|
Definition at line 202 of file itkCommand.h. References itk::SimpleMemberCommand< T >::Self, and itk::SimpleMemberCommand< T >::TMemberFunctionPointer. |
|
||||||||||||||||
|
Invoke the member function with a const object Implements itk::Command. Definition at line 189 of file itkCommand.h. References itk::ReceptorMemberCommand< T >::m_MemberFunction, itk::ReceptorMemberCommand< T >::m_This, and itk::ReceptorMemberCommand< T >::TMemberFunctionPointer. |
|
||||||||||||||||
|
Invoke the member function. Implements itk::Command. Definition at line 179 of file itkCommand.h. |
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::Command. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
||||||||||||||||
|
Set the callback function along with the object that it will be invoked on. Definition at line 171 of file itkCommand.h. |
|
|||||
|
Definition at line 200 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::Execute(). |
|
|||||
|
Definition at line 199 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::Execute(). |
1.2.15 written by Dimitri van Heesch,
© 1997-2000