HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
hi::v1::selection_widget::attributes_type Struct Reference

Public Member Functions

 attributes_type (attributes_type const &) noexcept=default
 
 attributes_type (attributes_type &&) noexcept=default
 
attributes_typeoperator= (attributes_type const &) noexcept=default
 
attributes_typeoperator= (attributes_type &&) noexcept=default
 
template<selection_widget_attribute... Attributes>
 attributes_type (Attributes &&...attributes) noexcept
 
void set_attributes () noexcept
 
template<selection_widget_attribute First, selection_widget_attribute... Rest>
void set_attributes (First &&first, Rest &&...rest) noexcept
 

Data Fields

observer< label > off_label
 The label to show when nothing is selected.
 
observer< alignmentalignment = hi::alignment::middle_left()
 
observer< semantic_text_style > text_style = semantic_text_style::label
 The text style to display the label's text in and color of the label's (non-color) icon.
 

Field Documentation

◆ off_label

observer<label> hi::v1::selection_widget::attributes_type::off_label

The label to show when nothing is selected.

◆ text_style

observer<semantic_text_style> hi::v1::selection_widget::attributes_type::text_style = semantic_text_style::label

The text style to display the label's text in and color of the label's (non-color) icon.


The documentation for this struct was generated from the following file: