Blender
V3.3
|
#include <BKE_screen.h>
Definition at line 141 of file BKE_screen.h.
bool ARegionType::clip_gizmo_events_by_ui |
Don't handle gizmos events behind uiBlock's with UI_BLOCK_CLIP_EVENTS flag set.
Definition at line 213 of file BKE_screen.h.
Referenced by ED_spacetype_node(), and wm_handlers_do_gizmo_handler().
bContextDataCallback ARegionType::context |
Definition at line 182 of file BKE_screen.h.
Referenced by CTX_data_dir_get_ex(), and ctx_data_get().
Definition at line 179 of file BKE_screen.h.
Referenced by ED_region_cursor_set(), ED_spacetype_console(), ED_spacetype_node(), ED_spacetype_text(), and ED_spacetype_view3d().
short ARegionType::do_lock |
Definition at line 211 of file BKE_screen.h.
Referenced by ED_region_do_draw(), and ED_region_do_layout().
Definition at line 151 of file BKE_screen.h.
Referenced by ED_area_type_hud(), ED_region_do_draw(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_console(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_script(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_text(), ED_spacetype_topbar(), ED_spacetype_userpref(), ED_spacetype_view3d(), ui_searchbox_create_menu(), and ui_searchbox_create_operator().
Handler to draw overlays. This handler is called every draw loop.
Definition at line 159 of file BKE_screen.h.
Referenced by ED_spacetype_action(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_sequencer(), wm_draw_window_onscreen(), and wm_region_draw_overlay().
ListBase ARegionType::drawcalls |
Definition at line 195 of file BKE_screen.h.
Referenced by ED_region_draw_cb_activate(), ed_region_draw_cb_draw(), ED_region_draw_cb_exit(), and ED_region_draw_cb_remove_by_type().
Definition at line 172 of file BKE_screen.h.
Referenced by BKE_area_region_copy(), and ED_spacetype_view3d().
short ARegionType::event_cursor |
Definition at line 215 of file BKE_screen.h.
Referenced by ED_spacetype_console(), ED_spacetype_node(), ED_spacetype_text(), and region_cursor_set_ex().
void(* ARegionType::exit) (struct wmWindowManager *wm, struct ARegion *region) |
Definition at line 149 of file BKE_screen.h.
Referenced by ED_region_exit(), and ED_spacetype_view3d().
Definition at line 169 of file BKE_screen.h.
Referenced by BKE_area_region_free(), ED_area_type_hud(), ED_spacetype_outliner(), ED_spacetype_spreadsheet(), and ED_spacetype_view3d().
ListBase ARegionType::headertypes |
Definition at line 201 of file BKE_screen.h.
Referenced by ED_region_header_layout().
void(* ARegionType::init) (struct wmWindowManager *wm, struct ARegion *region) |
Definition at line 147 of file BKE_screen.h.
Referenced by ED_area_type_hud(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_console(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_script(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_text(), ED_spacetype_topbar(), ED_spacetype_userpref(), and ED_spacetype_view3d().
void(* ARegionType::keymap) (struct wmKeyConfig *keyconf) |
Definition at line 177 of file BKE_screen.h.
int ARegionType::keymapflag |
Definition at line 208 of file BKE_screen.h.
Referenced by ED_area_type_hud(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_console(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_script(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_text(), ED_spacetype_topbar(), ED_spacetype_userpref(), and ED_spacetype_view3d().
Definition at line 161 of file BKE_screen.h.
Referenced by ED_area_type_hud(), ED_region_do_layout(), ED_spacetype_buttons(), ED_spacetype_image(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_topbar(), ED_spacetype_userpref(), ED_spacetype_view3d(), region_rect_recursive(), and wm_draw_window_offscreen().
void(* ARegionType::listener) (const wmRegionListenerParams *params) |
Definition at line 165 of file BKE_screen.h.
Referenced by ED_region_do_listen(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_console(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_script(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_topbar(), ED_spacetype_userpref(), and ED_spacetype_view3d().
short ARegionType::lock |
Definition at line 211 of file BKE_screen.h.
Referenced by ED_area_type_hud(), and ED_spacetype_view3d().
void(* ARegionType::message_subscribe) (const wmRegionMessageSubscribeParams *params) |
Definition at line 167 of file BKE_screen.h.
Referenced by ED_region_message_subscribe(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_sequencer(), ED_spacetype_statusbar(), ED_spacetype_topbar(), and ED_spacetype_view3d().
int ARegionType::minsizex |
Definition at line 204 of file BKE_screen.h.
int ARegionType::minsizey |
Definition at line 204 of file BKE_screen.h.
struct ARegionType* ARegionType::next |
Definition at line 142 of file BKE_screen.h.
Definition at line 192 of file BKE_screen.h.
Referenced by ED_spacetype_sequencer(), and UI_view2d_curRect_changed().
Definition at line 175 of file BKE_screen.h.
ListBase ARegionType::paneltypes |
Definition at line 198 of file BKE_screen.h.
Referenced by buttons_context_register(), buttons_main_region_layout_properties(), buttons_navigation_bar_region_draw(), ED_clip_buttons_register(), ED_region_panels_ex(), ED_region_panels_layout(), ED_uvedit_buttons_register(), ED_view3d_buttons_region_layout_ex(), file_execute_region_panels_register(), file_tool_props_region_panels_register(), file_tools_region_panels_register(), fmodifier_panel_register(), fmodifier_subpanel_register(), gpencil_modifier_panel_register(), gpencil_modifier_subpanel_register(), graph_buttons_register(), hud_panels_register(), image_buttons_region_layout(), image_buttons_register(), modifier_panel_register(), modifier_subpanel_register(), nla_buttons_register(), property_search_for_context(), register_row_filter_panels(), sequencer_buttons_register(), shaderfx_panel_register(), shaderfx_subpanel_register(), blender::ed::spreadsheet::spreadsheet_data_set_region_panels_register(), UI_panel_add_instanced(), ui_panel_category_active_set(), uiItemPopoverPanelFromGroup(), userpref_main_region_layout(), and view3d_buttons_register().
int ARegionType::prefsizex |
Definition at line 206 of file BKE_screen.h.
Referenced by ED_area_type_hud(), ED_region_panels_layout_ex(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_text(), ED_spacetype_topbar(), ED_spacetype_userpref(), ED_spacetype_view3d(), and region_rect_recursive().
int ARegionType::prefsizey |
Definition at line 206 of file BKE_screen.h.
Referenced by ED_area_type_hud(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_console(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_script(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_text(), ED_spacetype_topbar(), ED_spacetype_userpref(), ED_spacetype_view3d(), and region_rect_recursive().
struct ARegionType * ARegionType::prev |
Definition at line 142 of file BKE_screen.h.
int ARegionType::regionid |
Definition at line 144 of file BKE_screen.h.
Referenced by ED_area_type_hud(), ed_default_handlers(), ED_region_do_draw(), ED_region_do_layout(), ED_region_panels_draw(), ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_console(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_script(), ED_spacetype_sequencer(), ED_spacetype_spreadsheet(), ED_spacetype_statusbar(), ED_spacetype_text(), ED_spacetype_topbar(), ED_spacetype_userpref(), and ED_spacetype_view3d().
Definition at line 163 of file BKE_screen.h.
Referenced by ED_region_snap_size_apply(), ED_region_snap_size_test(), ED_spacetype_image(), ED_spacetype_node(), ED_spacetype_sequencer(), ED_spacetype_view3d(), and region_scale_modal().