![]() |
![]() |
Public Member Functions | |
slot_do_unbind (slot_rep* rep) | |
Construct a slot_do_unbind functor. | |
void | operator() (const trackable* t) const |
Removes a dependency from t . | |
Public Attributes | |
slot_rep* | rep_ |
The slot_rep object trackables don't need to notify on destruction any more. |
sigc::internal::slot_do_unbind::slot_do_unbind | ( | slot_rep* | rep | ) | [inline] |
Construct a slot_do_unbind functor.
rep | The slot_rep object trackables don't need to notify on destruction any more. |
void sigc::internal::slot_do_unbind::operator() | ( | const trackable* | t | ) | const [inline] |
Removes a dependency from t
.
t | The trackable object to remove the callback from. |
The slot_rep object trackables don't need to notify on destruction any more.