Inheritance diagram for RC::Signal:
Indeed Qt doesn't allow to write template Q_OBJECT.
|
Connects two objects which don't exchange datas.
|
|
Connects two objects.
|
|
Disconnects two connected objects which don't exchange datas.
|
|
Disconnects two connected objects.
|
|
Sends the datas from the object a to all the connected objects to a by the method of which pointer is getPtr.
|
|
Implemented in RC::TSignal< A, B, T >, and RC::TSignal< A, B, void >. |