Blender V5.0
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()

void FILE_OT_autopack_toggle ( wmOperatorType * ot)

Definition at line 136 of file info_ops.cc.

References autopack_toggle_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.

Referenced by info_operatortypes().

◆ FILE_OT_find_missing_files()

◆ FILE_OT_make_paths_absolute()

void FILE_OT_make_paths_absolute ( wmOperatorType * ot)

Definition at line 477 of file info_ops.cc.

References make_paths_absolute_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.

Referenced by info_operatortypes().

◆ FILE_OT_make_paths_relative()

void FILE_OT_make_paths_relative ( wmOperatorType * ot)

Definition at line 437 of file info_ops.cc.

References make_paths_relative_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.

Referenced by info_operatortypes().

◆ FILE_OT_pack_all()

void FILE_OT_pack_all ( wmOperatorType * ot)

Definition at line 195 of file info_ops.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, pack_all_exec(), and pack_all_invoke().

Referenced by info_operatortypes().

◆ FILE_OT_pack_libraries()

void FILE_OT_pack_libraries ( wmOperatorType * ot)

Definition at line 54 of file info_ops.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and pack_libraries_exec().

Referenced by info_operatortypes().

◆ FILE_OT_report_missing_files()

void FILE_OT_report_missing_files ( wmOperatorType * ot)

Definition at line 509 of file info_ops.cc.

References ot, and report_missing_files_exec().

Referenced by info_operatortypes().

◆ FILE_OT_unpack_all()

void FILE_OT_unpack_all ( wmOperatorType * ot)

◆ FILE_OT_unpack_item()

◆ FILE_OT_unpack_libraries()

void FILE_OT_unpack_libraries ( wmOperatorType * ot)

◆ INFO_OT_report_copy()

void INFO_OT_report_copy ( wmOperatorType * ot)

Definition at line 384 of file info_report.cc.

References ED_operator_info_active(), ot, and report_copy_exec().

Referenced by info_operatortypes().

◆ INFO_OT_report_delete()

void INFO_OT_report_delete ( wmOperatorType * ot)

Definition at line 342 of file info_report.cc.

References ED_operator_info_active(), ot, and report_delete_exec().

Referenced by info_operatortypes().

◆ INFO_OT_report_replay()

void INFO_OT_report_replay ( wmOperatorType * ot)

Definition at line 120 of file info_report.cc.

References ED_operator_info_active(), ot, and report_replay_exec().

Referenced by info_operatortypes().

◆ INFO_OT_reports_display_update()

void INFO_OT_reports_display_update ( wmOperatorType * ot)

Definition at line 659 of file info_ops.cc.

References ot, and update_reports_display_invoke().

Referenced by info_operatortypes().

◆ INFO_OT_select_all()

void INFO_OT_select_all ( wmOperatorType * ot)

◆ 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 201 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 213 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 219 of file info_draw.cc.

References info_textview_main__internal().

Referenced by info_main_region_draw().