126 if (region->
winy < 16) {
243 msg_sub_value_region_tag_redraw.
owner = region;
244 msg_sub_value_region_tag_redraw.
user_data = region;
struct SpaceInfo * CTX_wm_space_info(const bContext *C)
struct ReportList * CTX_wm_reports(const bContext *C)
void BKE_spacetype_register(struct SpaceType *st)
void BLI_addhead(struct ListBase *listbase, void *vlink) ATTR_NONNULL(1)
void BLI_addtail(struct ListBase *listbase, void *vlink) ATTR_NONNULL(1)
void ED_region_header(const struct bContext *C, struct ARegion *region)
void ED_region_do_msg_notify_tag_redraw(struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val)
void ED_region_tag_redraw(struct ARegion *region)
void ED_region_header_init(struct ARegion *region)
Read Guarded memory(de)allocation.
void UI_ThemeClearColor(int colorid)
void UI_view2d_region_reinit(struct View2D *v2d, short type, int winx, int winy)
void UI_view2d_totRect_set(struct View2D *v2d, int width, int height)
void UI_view2d_view_restore(const struct bContext *C)
void UI_view2d_view_ortho(const struct View2D *v2d)
void UI_view2d_scrollers_draw(struct View2D *v2d, const struct rcti *mask_custom)
#define ND_SPACE_INFO_REPORT
void info_textview_main(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
int info_textview_height(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
void INFO_OT_report_copy(struct wmOperatorType *ot)
void FILE_OT_report_missing_files(struct wmOperatorType *ot)
void INFO_OT_reports_display_update(struct wmOperatorType *ot)
void INFO_OT_report_delete(struct wmOperatorType *ot)
void INFO_OT_report_replay(struct wmOperatorType *ot)
void INFO_OT_select_all(struct wmOperatorType *ot)
void FILE_OT_pack_libraries(struct wmOperatorType *ot)
void FILE_OT_pack_all(struct wmOperatorType *ot)
void INFO_OT_select_pick(struct wmOperatorType *ot)
void FILE_OT_unpack_item(struct wmOperatorType *ot)
void FILE_OT_unpack_libraries(struct wmOperatorType *ot)
void FILE_OT_autopack_toggle(struct wmOperatorType *ot)
void FILE_OT_make_paths_relative(struct wmOperatorType *ot)
void INFO_OT_select_box(struct wmOperatorType *ot)
void FILE_OT_find_missing_files(struct wmOperatorType *ot)
void FILE_OT_unpack_all(struct wmOperatorType *ot)
void FILE_OT_make_paths_absolute(struct wmOperatorType *ot)
void *(* MEM_dupallocN)(const void *vmemh)
void *(* MEM_callocN)(size_t len, const char *str)
static void area(int d1, int d2, int e1, int e2, float weights[2])
static const pxr::TfToken st("st", pxr::TfToken::Immortal)
static SpaceLink * info_duplicate(SpaceLink *sl)
static void info_keymap(struct wmKeyConfig *keyconf)
static void info_init(struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(area))
static void info_main_region_init(wmWindowManager *wm, ARegion *region)
static void info_main_region_listener(const wmRegionListenerParams *params)
static void info_textview_update_rect(const bContext *C, ARegion *region)
static void info_header_region_draw(const bContext *C, ARegion *region)
void ED_spacetype_info(void)
static SpaceLink * info_create(const ScrArea *UNUSED(area), const Scene *UNUSED(scene))
static void info_free(SpaceLink *UNUSED(sl))
static void info_header_listener(const wmRegionListenerParams *params)
static void info_main_region_draw(const bContext *C, ARegion *region)
static void info_header_region_message_subscribe(const wmRegionMessageSubscribeParams *params)
static void info_header_region_init(wmWindowManager *UNUSED(wm), ARegion *region)
static void info_operatortypes(void)
void(* draw)(const struct bContext *C, struct ARegion *region)
void(* message_subscribe)(const wmRegionMessageSubscribeParams *params)
void(* listener)(const wmRegionListenerParams *params)
void(* init)(struct wmWindowManager *wm, struct ARegion *region)
struct wmKeyConfig * defaultconf
wmEventHandler_Keymap * WM_event_add_keymap_handler(ListBase *handlers, wmKeyMap *keymap)
wmKeyMap * WM_keymap_ensure(wmKeyConfig *keyconf, const char *idname, int spaceid, int regionid)
#define WM_msg_subscribe_rna_anon_prop(mbus, type_, prop_, value)
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))