![]() |
Orfeo Toolbox
3.16
|
This class implements an event storing a pointer to itk::ProcessObject and a string describing the process. More...
#include <otbWrapperAddProcessToWatchEvent.h>
Inheritance diagram for otb::Wrapper::AddProcessToWatchEvent:
Collaboration diagram for otb::Wrapper::AddProcessToWatchEvent:Public Types | |
| typedef AddProcessToWatchEvent | Self |
| typedef itk::EventObject | Superclass |
Public Member Functions | |
| AddProcessToWatchEvent () | |
| AddProcessToWatchEvent (const Self &s) | |
| virtual | ~AddProcessToWatchEvent () |
| virtual bool | CheckEvent (const itk::EventObject *e) const |
| virtual const char * | GetEventName () const |
| virtual itk::ProcessObject * | GetProcess () const |
| virtual std::string | GetProcessDescription () const |
| virtual itk::EventObject * | MakeObject () const |
| virtual void | Print (std::ostream &os) const |
| virtual void | SetProcess (itk::ProcessObject *process) |
| virtual void | SetProcessDescription (const std::string desc) |
Protected Member Functions | |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Private Attributes | |
| itk::ProcessObject::Pointer | m_Process |
| std::string | m_ProcessDescription |
This class implements an event storing a pointer to itk::ProcessObject and a string describing the process.
Definition at line 34 of file otbWrapperAddProcessToWatchEvent.h.
Definition at line 38 of file otbWrapperAddProcessToWatchEvent.h.
Definition at line 39 of file otbWrapperAddProcessToWatchEvent.h.
|
inline |
Definition at line 41 of file otbWrapperAddProcessToWatchEvent.h.
|
inline |
Definition at line 42 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Definition at line 43 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Check if given event matches or derives from this event.
Implements itk::EventObject.
Definition at line 76 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Return the StringName associated with the event.
Implements itk::EventObject.
Definition at line 72 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Definition at line 50 of file otbWrapperAddProcessToWatchEvent.h.
Referenced by otb::Wrapper::CommandLineLauncher::LinkWatchers(), otb::Wrapper::QtWidgetSimpleProgressReport::ProcessEvent(), and otb::Wrapper::QtWidgetProgressReport::ProcessEvent().
|
inlinevirtual |
Definition at line 61 of file otbWrapperAddProcessToWatchEvent.h.
Referenced by otb::Wrapper::CommandLineLauncher::LinkWatchers(), otb::Wrapper::QtWidgetSimpleProgressReport::ProcessEvent(), and otb::Wrapper::QtWidgetProgressReport::ProcessEvent().
|
inlinevirtual |
Virtual pure method to implement
Implements itk::EventObject.
Definition at line 67 of file otbWrapperAddProcessToWatchEvent.h.
|
virtualinherited |
Print Event information. This method can be overridden by specific Event subtypes. The default is to print out the type of the event.
Definition at line 24 of file itkEventObject.cxx.
References itk::Indent::GetNextIndent().
|
protectedvirtualinherited |
Define a default print header for all objects.
Definition at line 38 of file itkEventObject.cxx.
|
protectedvirtualinherited |
Methods invoked by 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.
Definition at line 57 of file itkEventObject.cxx.
|
protectedvirtualinherited |
Define a default print trailer for all objects.
Definition at line 50 of file itkEventObject.cxx.
|
inlinevirtual |
Set/Get the process to watch
Definition at line 46 of file otbWrapperAddProcessToWatchEvent.h.
Referenced by otb::Wrapper::Application::AddProcess().
|
inlinevirtual |
Set/Get the process description
Definition at line 56 of file otbWrapperAddProcessToWatchEvent.h.
|
private |
Definition at line 82 of file otbWrapperAddProcessToWatchEvent.h.
|
private |
Definition at line 83 of file otbWrapperAddProcessToWatchEvent.h.