HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
icon_delegate.hpp
1
2
3
4#pragma once
5
6namespace hi { inline namespace v1 {
7
9 virtual ~icon_delegate() = default;
10
16 virtual hi::icon icon(widget_intf const &sender) = 0;
17};
18
19
20}}
21
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
The HikoGUI namespace.
Definition recursive_iterator.hpp:15
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378
Definition widget_intf.hpp:24
Definition icon_delegate.hpp:8