Rose
|
Establish an intra-application signaling protocol. More...
#include <memory>
#include <functional>
#include <vector>
Go to the source code of this file.
Classes | |
struct | rose::Slot< Args > |
The receiver portion of a Signal-Slot transmitter receiver pair. More... | |
class | rose::Signal< Args > |
The transmitter portion of a Signal-Slot transmitter receiver pair. More... | |
struct | rose::Protocol< Args > |
A convenience structure that composes Signal and Slot types from a protocol signature, and provides a Slot factory. More... | |
Namespaces | |
rose | |
ToDo: There is an issue that the initial scroll interaction is lost if the click/press lands on a Widget and not a Container (by user observation). | |
Establish an intra-application signaling protocol.