|
|
using | notifier_type = notifier<void()> |
| |
|
using | callback_type = notifier_type::callback_type |
| |
◆ deinit()
This function is called when a widget drops ownership of a delegate.
◆ init()
This function is called when a widget takes ownership of a delegate.
◆ subscribe()
template<forward_of<
void()> Func>
| callback_type hi::v1::widget_delegate::subscribe |
( |
Func && | func, |
|
|
callback_flags | flags = callback_flags::synchronous ) |
|
inlinenoexcept |
Subscribe a callback for notifying the widget of a data change.
The documentation for this struct was generated from the following file: