ZOO-Project
Public Member Functions
MyCommand Class Reference

The command to create a ZooWatcher and add it to the global m_WatcherList. More...

Inheritance diagram for MyCommand:

Public Member Functions

 itkNewMacro (MyCommand)
 
void Execute (itk::Object *caller, const itk::EventObject &event)
 The method that defines the action to be taken by the command. More...
 
void Execute (const itk::Object *caller, const itk::EventObject &event)
 The method that defines the action to be taken by the command. More...
 

Detailed Description

The command to create a ZooWatcher and add it to the global m_WatcherList.

Member Function Documentation

void MyCommand::Execute ( itk::Object *  caller,
const itk::EventObject &  event 
)
inline

The method that defines the action to be taken by the command.

Parameters
calleran itk::Object pointer
eventan itk::EventObject pointer
void MyCommand::Execute ( const itk::Object *  caller,
const itk::EventObject &  event 
)
inline

The method that defines the action to be taken by the command.

Create a new ZooWatcher instance then add it to the m_WatcherList.

Parameters
callera const itk::Object pointer
eventan itk::EventObject pointer
See also
ZooWatcher,ZooWatcher::SetConf
MyCommand::itkNewMacro ( MyCommand  )

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