#include <cutSelection.h>
Inheritance diagram for cutSelection:
Public Methods | |
cutSelection (std::string name) | |
constructor - set a name and recive the services declared in serviceI. | |
~cutSelection () | |
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. |
setOption()
methods of optionVI.
Definition at line 16 of file cutSelection.h.
|
constructor - set a name and recive the services declared in serviceI.
Definition at line 23 of file cutSelection.h.
|
destructor.
|
|
operation : add cut into composite.
Reimplemented from optionVI.
Definition at line 12 of file cutSelection.cpp.
|
write Out the information of this class.
Reimplemented from messageVI.
Definition at line 24 of file cutSelection.cpp.
|