|
Blender V4.3
|
#include <cstdio>#include <cstring>#include "MEM_guardedalloc.h"#include "BLI_blenlib.h"#include "BLI_utildefines.h"#include "BKE_context.hh"#include "BKE_screen.hh"#include "ED_screen.hh"#include "ED_space_api.hh"#include "WM_api.hh"#include "WM_message.hh"#include "WM_types.hh"#include "UI_resources.hh"#include "UI_view2d.hh"#include "BLO_read_write.hh"#include "info_intern.hh"Go to the source code of this file.
| void ED_spacetype_info | ( | ) |
Definition at line 255 of file space_info.cc.
References BKE_spacetype_register(), BLI_addhead(), ARegionType::draw, ED_KEYMAP_FRAMES, ED_KEYMAP_HEADER, ED_KEYMAP_UI, ED_KEYMAP_VIEW2D, HEADERY, info_create(), info_duplicate(), info_free(), info_header_listener(), info_header_region_draw(), info_header_region_init(), info_header_region_message_subscribe(), info_init(), info_keymap(), info_main_region_draw(), info_main_region_init(), info_main_region_listener(), info_operatortypes(), info_space_blend_write(), ARegionType::init, ARegionType::keymapflag, ARegionType::listener, MEM_callocN, ARegionType::message_subscribe, ARegionType::prefsizey, ARegionType::regionid, RGN_TYPE_HEADER, RGN_TYPE_WINDOW, SPACE_INFO, and STRNCPY.
Referenced by ED_spacetypes_init().
Definition at line 36 of file space_info.cc.
References BLI_addtail(), INFO_RPT_OP, MEM_callocN, SpaceInfo::regionbase, RGN_ALIGN_BOTTOM, RGN_ALIGN_TOP, RGN_TYPE_HEADER, RGN_TYPE_WINDOW, SpaceInfo::rpt_mask, SPACE_INFO, SpaceInfo::spacetype, USER_HEADER_BOTTOM, V2D_ALIGN_NO_NEG_X, V2D_ALIGN_NO_NEG_Y, V2D_KEEPASPECT, V2D_KEEPTOT_BOUNDS, V2D_LIMITZOOM, V2D_LOCKOFS_X, V2D_LOCKZOOM_X, V2D_LOCKZOOM_Y, and V2D_SCROLL_RIGHT.
Referenced by ED_spacetype_info().
Definition at line 82 of file space_info.cc.
References MEM_dupallocN.
Referenced by ED_spacetype_info().
|
static |
Definition at line 74 of file space_info.cc.
Referenced by ED_spacetype_info().
|
static |
Definition at line 201 of file space_info.cc.
References wmNotifier::action, wmNotifier::category, wmNotifier::data, ED_region_tag_redraw(), ELEM, NA_RENAME, NC_ID, NC_SCENE, NC_SCREEN, NC_SPACE, NC_WM, ND_ANIMPLAY, ND_JOB, ND_LAYER, ND_RENDER_RESULT, ND_SPACE_INFO, and params.
Referenced by ED_spacetype_info().
Definition at line 180 of file space_info.cc.
References ED_region_header().
Referenced by ED_spacetype_info().
|
static |
Definition at line 175 of file space_info.cc.
References ED_region_header_init().
Referenced by ED_spacetype_info().
|
static |
Definition at line 236 of file space_info.cc.
References ED_region_do_msg_notify_tag_redraw(), wmMsgSubscribeValue::notify, wmMsgSubscribeValue::owner, params, wmMsgSubscribeValue::user_data, and WM_msg_subscribe_rna_anon_prop.
Referenced by ED_spacetype_info().
|
static |
Definition at line 80 of file space_info.cc.
Referenced by ED_spacetype_info().
|
static |
Definition at line 168 of file space_info.cc.
References RGN_TYPE_WINDOW, SPACE_EMPTY, SPACE_INFO, and WM_keymap_ensure().
Referenced by ED_spacetype_info().
Definition at line 115 of file space_info.cc.
References CTX_wm_reports(), CTX_wm_space_info(), info_textview_main(), info_textview_update_rect(), TH_BACK, UI_ThemeClearColor(), UI_view2d_scrollers_draw(), UI_view2d_view_ortho(), and UI_view2d_view_restore().
Referenced by ED_spacetype_info().
|
static |
Definition at line 92 of file space_info.cc.
References wmWindowManager::defaultconf, RGN_TYPE_WINDOW, SPACE_INFO, UI_view2d_region_reinit(), V2D_COMMONVIEW_CUSTOM, V2D_SCROLL_RIGHT, WM_event_add_keymap_handler(), and WM_keymap_ensure().
Referenced by ED_spacetype_info().
|
static |
Definition at line 185 of file space_info.cc.
References wmNotifier::category, wmNotifier::data, ED_region_tag_redraw(), NC_SPACE, ND_SPACE_INFO_REPORT, and params.
Referenced by ED_spacetype_info().
|
static |
Definition at line 143 of file space_info.cc.
References FILE_OT_autopack_toggle(), FILE_OT_find_missing_files(), FILE_OT_make_paths_absolute(), FILE_OT_make_paths_relative(), FILE_OT_pack_all(), FILE_OT_pack_libraries(), FILE_OT_report_missing_files(), FILE_OT_unpack_all(), FILE_OT_unpack_item(), FILE_OT_unpack_libraries(), INFO_OT_report_copy(), INFO_OT_report_delete(), INFO_OT_report_replay(), INFO_OT_reports_display_update(), INFO_OT_select_all(), INFO_OT_select_box(), INFO_OT_select_pick(), and WM_operatortype_append().
Referenced by ED_spacetype_info().
|
static |
Definition at line 250 of file space_info.cc.
References BLO_write_struct.
Referenced by ED_spacetype_info().
Definition at line 106 of file space_info.cc.
References CTX_wm_reports(), CTX_wm_space_info(), info_textview_height(), UI_view2d_totRect_set(), and View2D::winx.
Referenced by info_main_region_draw().