valueChanged() and the subscribeFinished() signals to the correct PropertyHandle object.
More...
#include <handlesignalrouter.h>
Public Slots | |
| void | onValueChanged (QString key) |
| void | onSubscribeFinished (Provider *provider, QString key) |
Static Public Member Functions | |
| static HandleSignalRouter * | instance () |
Private Member Functions | |
| HandleSignalRouter () | |
Static Private Attributes | |
| static HandleSignalRouter | myInstance |
| Singleton instance. | |
valueChanged() and the subscribeFinished() signals to the correct PropertyHandle object.
This is an optimization, so we don't have to connect all of the providers to all of the PropertyHandles of that provider.
| ContextSubscriber::HandleSignalRouter::HandleSignalRouter | ( | ) | [private] |
| HandleSignalRouter * ContextSubscriber::HandleSignalRouter::instance | ( | ) | [static] |
| void ContextSubscriber::HandleSignalRouter::onValueChanged | ( | QString | key | ) | [slot] |
| void ContextSubscriber::HandleSignalRouter::onSubscribeFinished | ( | Provider * | provider, | |
| QString | key | |||
| ) | [slot] |
HandleSignalRouter ContextSubscriber::HandleSignalRouter::myInstance [static, private] |
Singleton instance.
1.5.6