7#include "../macros.hpp"
9hi_export_module(hikogui.font.hikogui_icon);
11hi_export
namespace hi::inline
v1 {
13hi_export
enum class hikogui_icon :
char32_t {
14 MinimizeWindow = 0xf301,
15 MaximizeWindowMS = 0xf302,
16 RestoreWindowMS = 0xf303,
18 RestoreWindowMacOS = 0xf305,
19 MaximizeWindowMacOS = 0xf306,
29 surround_3_0 = 0xf3c7,
30 surround_3_1 = 0xf3c8,
31 surround_4_0 = 0xf3c9,
32 surround_4_1 = 0xf3ca,
33 surround_5_0 = 0xf3cb,
34 surround_5_1 = 0xf3cc,
35 surround_7_0 = 0xf3cd,
36 surround_7_1 = 0xf3ce,
37 surround_9_0 = 0xf3cf,
38 surround_9_1 = 0xf3d0,
39 surround_11_0 = 0xf3d1,
40 surround_11_1 = 0xf3d2,
43 surround_side_5_0 = 0xf3d3,
44 surround_side_5_1 = 0xf3d4,
45 surround_side_6_0 = 0xf3d5,
46 surround_side_6_1 = 0xf3d6,
47 surround_side_7_0 = 0xf3d7,
48 surround_side_7_1 = 0xf3d8,
51 surround_wide_6_0 = 0xf3d9,
52 surround_wide_6_1 = 0xf3da,
53 surround_wide_7_0 = 0xf3db,
54 surround_wide_7_1 = 0xf3dc,
59 quad_side_4_0 = 0xf3df,
60 quad_side_4_1 = 0xf3e0,
61 hexagonal_6_0 = 0xf3e1,
62 hexagonal_6_1 = 0xf3e2,
63 octagonal_8_0 = 0xf3e3,
64 octagonal_8_1 = 0xf3e4,
67 surround_atmos_5_1_4 = 0xf3e5,
68 surround_atmos_7_1_4 = 0xf3e6,
DOXYGEN BUG.
Definition algorithm_misc.hpp:20