Helper class to register proxy connections.
More...
#include <ProxyConnections.hpp>
|
typedef std::pair< std::string,::fwCom::Signals::SignalKeyType > | SignalInfoType |
|
typedef std::pair< std::string,::fwCom::Slots::SlotKeyType > | SlotInfoType |
|
typedef std::vector< SlotInfoType > | SlotInfoContainerType |
|
typedef std::string | UIDType |
|
typedef std::string | KeyType |
|
typedef std::pair< UIDType, KeyType > | ProxyEltType |
|
typedef std::vector< ProxyEltType > | ProxyEltVectType |
|
|
| ProxyConnections (const std::string &channel) |
|
void | addSignalConnection (UIDType uid, KeyType key) |
|
void | addSignalConnection (const SignalInfoType &pair) |
|
void | addSlotConnection (UIDType uid, KeyType key) |
|
void | addSlotConnection (const SlotInfoType &pair) |
|
bool | empty () const |
|
|
std::string | m_channel |
|
ProxyEltVectType | m_slots |
|
ProxyEltVectType | m_signals |
|
Helper class to register proxy connections.
Definition at line 22 of file ProxyConnections.hpp.
The documentation for this struct was generated from the following file: