Connection is returned from Signal::connect(), which can be used to disconnect the callback slot.


Public Member Functions

  • Connection ()
  • Connection (const std::shared_ptr< detail::Disconnector > &disconnector, detail::SignalLinkBase *link, int priority)
  • Connection (const Connection &other)
  • Connection (Connection &&other)
  • operator= (const Connection &rhs)
  • operator= (Connection &&rhs)