HikoGUI
A low latency retained GUI
|
Data Structures | |
class | hi::v1::widget_layout |
The layout of a widget. More... | |
Enumerations | |
enum class | hi::v1::widget_mode { hi::v1::widget_mode::collapse = 0 , hi::v1::widget_mode::invisible = 1 , hi::v1::widget_mode::disabled = 2 , hi::v1::widget_mode::display = 3 , hi::v1::widget_mode::select = 4 , hi::v1::widget_mode::partial = 5 , hi::v1::widget_mode::enabled = 6 } |
The mode that the widget is operating at. More... | |
Utility types used widgets.
|
strong |
The mode that the widget is operating at.
The enumeration here increases visibility and interactivity at each step and you may use operator<=>()
to compare modes.