The command to create a ZooWatcher and add it to the global m_WatcherList.
More...
|
| 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...
|
|
The command to create a ZooWatcher and add it to the global m_WatcherList.
void MyCommand::Execute |
( |
itk::Object * |
caller, |
|
|
const itk::EventObject & |
event |
|
) |
| |
|
inline |
The method that defines the action to be taken by the command.
- Parameters
-
caller | an itk::Object pointer |
event | an 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
-
caller | a const itk::Object pointer |
event | an itk::EventObject pointer |
- See also
- ZooWatcher,ZooWatcher::SetConf
The documentation for this class was generated from the following file: