|
Blender V5.0
|
#include <interface_intern.hh>
Public Attributes | |
| blender::Vector< uiBut * > | buttons |
| uiButtonGroupFlag | flag |
A group of button references, used by property search to keep track of sets of buttons that should be searched together. For example, in property split layouts number buttons and their labels (and even their decorators) are separate buttons, but they must be searched and highlighted together.
Definition at line 575 of file interface_intern.hh.
| blender::Vector<uiBut *> uiButtonGroup::buttons |
Definition at line 576 of file interface_intern.hh.
Referenced by block_search_filter_tag_buttons(), button_group_has_search_match(), panel_remove_invisible_layouts_recursive(), ui_button_group_add_but(), ui_button_group_replace_but_ptr(), and UI_panel_header_buttons_end().
| uiButtonGroupFlag uiButtonGroup::flag |
Definition at line 577 of file interface_intern.hh.
Referenced by panel_remove_invisible_layouts_recursive(), ui_block_new_button_group(), and UI_panel_header_buttons_end().