SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MockModuleState Member List

This is the complete list of members for MockModuleState, including all inherited members.

clone() const =0ModuleStateInterfacepure virtual
connect_state_changed(state_changed_sig_t::slot_function_type subscriber)=0ModuleStateInterfacepure virtual
containsKey(const Name &name) const =0ModuleStateInterfacepure virtual
fireTransientStateChangeSignal()=0ModuleStateInterfacepure virtual
getKeys() const =0ModuleStateInterfacepure virtual
getTransientValue(const std::string &name) const =0ModuleStateInterfacepure virtual
getValue(const Name &name) const =0ModuleStateInterfacepure virtual
Keys typedefModuleStateInterface
MOCK_CONST_METHOD0(getKeys, Keys())MockModuleState
MOCK_CONST_METHOD0(clone, ModuleStateHandle())MockModuleState
MOCK_CONST_METHOD1(getValue, const Value(const Name &))MockModuleState
MOCK_CONST_METHOD1(containsKey, bool(const Name &))MockModuleState
MOCK_CONST_METHOD1(getTransientValue, TransientValueOption(const std::string &))MockModuleState
MOCK_METHOD0(fireTransientStateChangeSignal, void())MockModuleState
MOCK_METHOD1(connect_state_changed, boost::signals2::connection(state_changed_sig_t::slot_function_type))MockModuleState
MOCK_METHOD2(setValue, void(const Name &, const SCIRun::Core::Algorithms::AlgorithmParameter::Value &))MockModuleState
MOCK_METHOD3(setTransientValue, void(const std::string &, const TransientValue &, bool))MockModuleState
Name typedefModuleStateInterface
setTransientValue(const std::string &name, const TransientValue &value, bool fireSignal)=0ModuleStateInterfacepure virtual
setValue(const Name &name, const SCIRun::Core::Algorithms::AlgorithmParameter::Value &value)=0ModuleStateInterfacepure virtual
state_changed_sig_t typedefModuleStateInterface
TransientValue typedefModuleStateInterface
TransientValueOption typedefModuleStateInterface
Value typedefModuleStateInterface
~ModuleStateInterface()ModuleStateInterfacevirtual