#include <cutSelectionTask.h>
Inheritance diagram for cutSelectionTask:
Public Methods | |
cutSelectionTask (std::string name) | |
constructor - set a name and recive the services declared in serviceI. | |
virtual | ~cutSelectionTask () |
destructor. | |
virtual void | writeOut () const |
write Out the information of this class. | |
Protected Methods | |
virtual void | defineOption () |
define the options. | |
virtual void | setOption (std::string addCut, std::string cutName) |
operation : add cut into composite. | |
Private Attributes | |
std::string | m_cutName |
dummy - last cut in composite, for optionVI. |
cutSelectionTask is a cutComposite and a cutVI.
the user can dinamically add cuts into the cutComposite using the services of serviceI.
setOption()
methods of optionVI.
Definition at line 22 of file cutSelectionTask.h.
|
constructor - set a name and recive the services declared in serviceI.
Definition at line 28 of file cutSelectionTask.h.
|
|
|
operation : add cut into composite.
Reimplemented from optionVI.
Definition at line 12 of file cutSelectionTask.cpp.
|
write Out the information of this class.
Reimplemented from messageVI.
Definition at line 24 of file cutSelectionTask.cpp.
|