HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
widgets
icon_delegate.hpp
1
2
3
4
#pragma once
5
6
namespace
hi
{
inline
namespace
v1
{
7
8
class
icon_delegate
{
9
virtual
~icon_delegate
() =
default
;
10
16
virtual
hi::icon icon(
widget_intf
const
&sender) = 0;
17
};
18
19
20
}}
21
hi
The HikoGUI namespace.
Definition
recursive_iterator.hpp:15
hi::v1
The HikoGUI API version 1.
Definition
recursive_iterator.hpp:16
hi::widget_intf
Definition
widget_intf.hpp:24
hi::icon_delegate
Definition
icon_delegate.hpp:8
Generated on
for HikoGUI by
1.16.1