HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Namespaces | Concepts | Typedefs | Functions
radio_widget.hpp File Reference

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)
 

Detailed Description

Defines radio_widget.