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