|
fw4spl
|
Structure to regsiter signal and slot informations Contains a signal container, a slot container and a mutex to protect access. More...
#include <Proxy.hpp>
Collaboration diagram for fwServices::registry::Proxy::SigSlots:Public Types | |
| typedef std::set< ::fwCom::SignalBase::sptr > | SignalContainerType |
| typedef std::set< ::fwCom::SlotBase::sptr > | SlotContainerType |
Public Attributes | |
| SignalContainerType | m_signals |
| SlotContainerType | m_slots |
| SlotContainerType::iterator | m_lastConnectedSlot |
| ::fwCore::mt::ReadWriteMutex | m_mutex |
Structure to regsiter signal and slot informations Contains a signal container, a slot container and a mutex to protect access.