Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Enumerations | |
enum | theme_t { theme_none_s , theme_large_s , theme_normal_s , theme_small_s , theme_mini_s , theme_adornment_label_s , theme_adornment_number_s , theme_adornment_mono_s , theme_mask_s , theme_adornment_mask_s , theme_default_s } |
Semantic theme settings to apply to a widget. More... | |
enum | modifiers_t : std::uint32_t { modifiers_none_s , modifiers_left_shift_s , modifiers_right_shift_s , modifiers_left_option_s , modifiers_right_option_s , modifiers_left_control_s , modifiers_right_control_s , modifiers_caps_lock_s , modifiers_any_command_s , modifiers_any_shift_s , modifiers_any_option_s , modifiers_any_control_s , modifiers_all_s } |
Standard keyboard state modifiers. More... |
enum theme_t |
theme_large_s
through theme_mini_s
)\ are mutually exclusive. A theme's adornments can be manipulated via logical operations. Definition at line 39 of file widget_attributes.hpp.
enum modifiers_t : std::uint32_t |
Definition at line 87 of file widget_attributes.hpp.