SHORE API
|
Slot. More...
Public Member Functions | |
slot (functor_t) | |
Construct a slot associated with the given functor. | |
~slot () | |
Destructor, disconnect from all signals. | |
void | disconnect_all () |
Disconnect from all signals. | |
slot (const slot &bp) | |
Copy constructor: connect to the same signals as the copied object. | |
slot & | operator= (const slot &bp) |
Assignment, connect to the same signals as the assigned object. | |
void | copy_connections (const slot &bp) |
Connect to the same signals as another object. | |
size_t | nsignals () const |
Get the number of connected signals. | |
Friends | |
class | signal< T > |
Slot.