|
Blender V4.3
|
#include <interface_intern.hh>
Public Attributes | |
| const char * | title |
| int | icon |
| int | pie_dir_mask |
| float | pie_dir [2] |
| float | pie_center_init [2] |
| float | pie_center_spawned [2] |
| float | last_pos [2] |
| double | duration_gesture |
| int | flags |
| short | event_type |
| float | alphafac |
Definition at line 504 of file interface_intern.hh.
| float PieMenuData::alphafac |
Definition at line 519 of file interface_intern.hh.
Referenced by ui_pie_handler(), and widget_menu_pie_itembut().
| double PieMenuData::duration_gesture |
Definition at line 515 of file interface_intern.hh.
Referenced by ui_pie_handler().
| short PieMenuData::event_type |
Initial event used to fire the pie menu, store here so we can query for release
Definition at line 518 of file interface_intern.hh.
Referenced by ui_handle_menus_recursive(), ui_pie_handler(), UI_pie_menu_begin(), and ui_popup_handler().
| int PieMenuData::flags |
Definition at line 516 of file interface_intern.hh.
Referenced by ui_block_calc_pie_segment(), ui_but_isect_pie_seg(), ui_draw_pie_center(), ui_pie_handler(), UI_pie_menu_begin(), and ui_popup_block_refresh().
| int PieMenuData::icon |
Definition at line 507 of file interface_intern.hh.
Referenced by UI_pie_menu_begin().
| float PieMenuData::last_pos[2] |
Definition at line 514 of file interface_intern.hh.
Referenced by ui_pie_handler().
| float PieMenuData::pie_center_init[2] |
Definition at line 512 of file interface_intern.hh.
Referenced by ui_block_calc_pie_segment(), ui_pie_handler(), and ui_popup_block_refresh().
| float PieMenuData::pie_center_spawned[2] |
Definition at line 513 of file interface_intern.hh.
Referenced by ui_block_bounds_calc_centered_pie(), ui_block_calc_pie_segment(), ui_block_func_PIE(), ui_draw_pie_center(), ui_pie_handler(), and ui_popup_block_refresh().
| float PieMenuData::pie_dir[2] |
Definition at line 511 of file interface_intern.hh.
Referenced by ui_block_calc_pie_segment(), ui_but_isect_pie_seg(), and ui_draw_pie_center().
| int PieMenuData::pie_dir_mask |
A mask combining the directions of all buttons in the pie menu (excluding separators).
Definition at line 510 of file interface_intern.hh.
Referenced by ui_but_isect_pie_seg(), ui_draw_pie_center(), and ui_litem_layout_radial().
| const char* PieMenuData::title |
store title and icon to allow access when pie levels are created
Definition at line 506 of file interface_intern.hh.
Referenced by UI_pie_menu_begin(), and ui_pie_menu_level_create().