Blender V4.3
info_intern.hh File Reference

Go to the source code of this file.

Functions

void FILE_OT_autopack_toggle (wmOperatorType *ot)
 
void FILE_OT_pack_all (wmOperatorType *ot)
 
void FILE_OT_unpack_all (wmOperatorType *ot)
 
void FILE_OT_unpack_item (wmOperatorType *ot)
 
void FILE_OT_pack_libraries (wmOperatorType *ot)
 
void FILE_OT_unpack_libraries (wmOperatorType *ot)
 
void FILE_OT_make_paths_relative (wmOperatorType *ot)
 
void FILE_OT_make_paths_absolute (wmOperatorType *ot)
 
void FILE_OT_report_missing_files (wmOperatorType *ot)
 
void FILE_OT_find_missing_files (wmOperatorType *ot)
 
void INFO_OT_reports_display_update (wmOperatorType *ot)
 
void * info_text_pick (const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports, int mouse_y)
 
int info_textview_height (const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
 
void info_textview_main (const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
 
int info_report_mask (const SpaceInfo *sinfo)
 
void INFO_OT_select_pick (wmOperatorType *ot)
 
void INFO_OT_select_all (wmOperatorType *ot)
 
void INFO_OT_select_box (wmOperatorType *ot)
 
void INFO_OT_report_replay (wmOperatorType *ot)
 
void INFO_OT_report_delete (wmOperatorType *ot)
 
void INFO_OT_report_copy (wmOperatorType *ot)
 

Function Documentation

◆ 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()

◆ info_report_mask()

◆ info_text_pick()

void * info_text_pick ( const SpaceInfo * sinfo,
const ARegion * region,
const ReportList * reports,
int mouse_y )

Definition at line 205 of file info_draw.cc.

References info_textview_main__internal().

Referenced by box_select_exec(), and select_report_pick_invoke().

◆ info_textview_height()

int info_textview_height ( const SpaceInfo * sinfo,
const ARegion * region,
const ReportList * reports )

Definition at line 217 of file info_draw.cc.

References info_textview_main__internal().

Referenced by info_textview_update_rect().

◆ info_textview_main()

void info_textview_main ( const SpaceInfo * sinfo,
const ARegion * region,
const ReportList * reports )

Definition at line 223 of file info_draw.cc.

References info_textview_main__internal().

Referenced by info_main_region_draw().