_connect(Signal< DataType > *signal) | itpp::Base_Slot< DataType > | [protected] |
_disconnect(Signal< DataType > *signal) | itpp::Base_Slot< DataType > | [protected] |
Base_Slot(const std::string slot_name="Unamed Base_Slot") | itpp::Base_Slot< DataType > | |
connected_signals | itpp::Base_Slot< DataType > | [protected] |
forward(ObjectType *object_pointer, void(ObjectType::*object_function_pointer)(DataType u)) | itpp::Slot< ObjectType, DataType > | [inline] |
name | itpp::Base_Slot< DataType > | [protected] |
operator()(DataType u) | itpp::Slot< ObjectType, DataType > | [inline, virtual] |
set_name(const std::string &slot_name) | itpp::Base_Slot< DataType > | |
Signal< DataType > (defined in itpp::Base_Slot< DataType >) | itpp::Base_Slot< DataType > | [friend] |
Signal_Iterator typedef | itpp::Base_Slot< DataType > | [protected] |
Slot(const std::string _name="Unamed Slot") | itpp::Slot< ObjectType, DataType > | [inline] |
~Base_Slot() | itpp::Base_Slot< DataType > | [virtual] |
~Slot() | itpp::Slot< ObjectType, DataType > | [inline] |