#include <itpp/protocol/signals_slots.h>
Public Member Functions | |
Slot (const std::string _name="Unamed Slot") | |
Default constructor. More... | |
void | forward (ObjectType *object_pointer, void(ObjectType::*object_function_pointer)(DataType u)) |
ADD DOCUMENTATION HERE. More... | |
~Slot () | |
Destructor. More... | |
void | operator() (DataType u) |
ADD DOCUMENTATION HERE. More... | |
void | set_name (const std::string &slot_name) |
set slot name More... | |
Protected Types | |
typedef std::list< Signal< DataType > *, std::allocator< Signal< DataType > * > >::iterator | Signal_Iterator |
ADD DOCUMENTATION HERE. More... | |
Protected Member Functions | |
void | _connect (Signal< DataType > *signal) |
ADD DOCUMENTATION HERE. More... | |
void | _disconnect (Signal< DataType > *signal) |
ADD DOCUMENTATION HERE. More... | |
Protected Attributes | |
std::string | name |
ADD DOCUMENTATION HERE. More... | |
std::list< Signal< DataType > *, std::allocator< Signal< DataType > * > > | connected_signals |
ADD DOCUMENTATION HERE. More... | |
Slot Class.
Definition at line 220 of file signals_slots.h.
|
protectedinherited |
ADD DOCUMENTATION HERE.
Definition at line 204 of file signals_slots.h.
itpp::Slot< ObjectType, DataType >::Slot | ( | const std::string | _name = "Unamed Slot< ObjectType, DataType >" | ) |
Default constructor.
Definition at line 588 of file signals_slots.h.
itpp::Slot< ObjectType, DataType >::~Slot |
Destructor.
Definition at line 595 of file signals_slots.h.
void itpp::Slot< ObjectType, DataType >::forward | ( | ObjectType * | object_pointer, |
void(ObjectType::*)(DataType u) | object_function_pointer | ||
) |
ADD DOCUMENTATION HERE.
Definition at line 598 of file signals_slots.h.
|
virtual |
ADD DOCUMENTATION HERE.
Implements itpp::Base_Slot< DataType >.
Definition at line 611 of file signals_slots.h.
|
inherited |
set slot name
Definition at line 545 of file signals_slots.h.
|
protectedinherited |
ADD DOCUMENTATION HERE.
Definition at line 566 of file signals_slots.h.
Referenced by itpp::Signal< DataType >::connect().
|
protectedinherited |
ADD DOCUMENTATION HERE.
Definition at line 572 of file signals_slots.h.
|
protectedinherited |
ADD DOCUMENTATION HERE.
Definition at line 206 of file signals_slots.h.
Referenced by itpp::Signal< DataType >::connect().
|
protectedinherited |
ADD DOCUMENTATION HERE.
Definition at line 212 of file signals_slots.h.
Generated on Tue Aug 17 2021 10:59:15 for IT++ by Doxygen 1.9.4