HikoGUI
A low latency retained GUI
|
#include <hikogui/widgets/tab_delegate.hpp>
Public Member Functions | |
virtual void | init (widget_intf const &sender) noexcept |
virtual void | deinit (widget_intf const &sender) noexcept |
virtual void | add_tab (widget_intf const &sender, std::size_t key, std::size_t index) noexcept |
virtual std::ptrdiff_t | index (widget_intf const &sender) noexcept |
template<forward_of< void()> Func> | |
callback< void()> | subscribe (Func &&func, callback_flags flags=callback_flags::synchronous) noexcept |
Subscribe a callback for notifying the widget of a data change. | |
A delegate that controls the state of a tab_widget.
|
inlinenoexcept |
Subscribe a callback for notifying the widget of a data change.