HikoGUI
A low latency retained GUI
|
Defines async_widget. More...
#include "widget.hpp"
#include "with_label_widget.hpp"
#include "menu_button_widget.hpp"
#include "async_delegate.hpp"
#include "../telemetry/telemetry.hpp"
#include "../macros.hpp"
Go to the source code of this file.
Data Structures | |
class | hi::v1::async_widget |
A GUI widget that permits the user to make a binary choice. More... | |
struct | hi::v1::async_widget::attributes_type |
Namespaces | |
namespace | hi |
The HikoGUI namespace. | |
namespace | hi::v1 |
The HikoGUI API version 1. | |
Concepts | |
concept | hi::v1::async_widget_attribute |
Typedefs | |
using | hi::v1::async_with_label_widget = with_label_widget<async_widget> |
using | hi::v1::async_menu_button_widget = menu_button_widget<async_widget> |
Functions | |
hi_export_module (hikogui.widgets.async_widget) | |
Defines async_widget.