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