7 #include "fwServices/IParametersService.hpp" 9 #include <fwCom/Slots.hxx> 16 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_BOOL_PARAMETER_SLOT =
"setBoolParameter";
17 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_COLOR_PARAMETER_SLOT =
"setColorParameter";
18 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_DOUBLE_PARAMETER_SLOT =
"setDoubleParameter";
19 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_DOUBLE2_PARAMETER_SLOT =
"setDouble2Parameter";
20 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_DOUBLE3_PARAMETER_SLOT =
"setDouble3Parameter";
21 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_INT_PARAMETER_SLOT =
"setIntParameter";
22 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_INT2_PARAMETER_SLOT =
"setInt2Parameter";
23 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_INT3_PARAMETER_SLOT =
"setInt3Parameter";
24 const ::fwCom::Slots::SlotKeyType IParametersService::s_SET_ENUM_PARAMETER_SLOT =
"setEnumParameter";
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...