Blender V2.61 - r43446
Functions

info_intern.h File Reference

Go to the source code of this file.

Functions

void FILE_OT_pack_all (struct wmOperatorType *ot)
void FILE_OT_unpack_all (struct wmOperatorType *ot)
void FILE_OT_make_paths_relative (struct wmOperatorType *ot)
void FILE_OT_make_paths_absolute (struct wmOperatorType *ot)
void FILE_OT_report_missing_files (struct wmOperatorType *ot)
void FILE_OT_find_missing_files (struct wmOperatorType *ot)
void INFO_OT_reports_display_update (struct wmOperatorType *ot)
void * info_text_pick (struct SpaceInfo *sinfo, struct ARegion *ar, ReportList *reports, int mouse_y)
int info_textview_height (struct SpaceInfo *sinfo, struct ARegion *ar, struct ReportList *reports)
void info_textview_main (struct SpaceInfo *sinfo, struct ARegion *ar, struct ReportList *reports)
int info_report_mask (struct SpaceInfo *sinfo)
void INFO_OT_select_pick (struct wmOperatorType *ot)
void INFO_OT_select_all_toggle (struct wmOperatorType *ot)
void INFO_OT_select_border (struct wmOperatorType *ot)
void INFO_OT_report_replay (struct wmOperatorType *ot)
void INFO_OT_report_delete (struct wmOperatorType *ot)
void INFO_OT_report_copy (struct wmOperatorType *ot)

Detailed Description

Definition in file info_intern.h.


Function Documentation

void FILE_OT_find_missing_files ( struct wmOperatorType ot)
void FILE_OT_make_paths_absolute ( struct wmOperatorType ot)
void FILE_OT_make_paths_relative ( struct wmOperatorType ot)
void FILE_OT_pack_all ( struct wmOperatorType ot)
void FILE_OT_report_missing_files ( struct wmOperatorType ot)
void FILE_OT_unpack_all ( struct wmOperatorType ot)
void INFO_OT_report_copy ( struct wmOperatorType ot)
void INFO_OT_report_delete ( struct wmOperatorType ot)
void INFO_OT_report_replay ( struct wmOperatorType ot)
void INFO_OT_reports_display_update ( struct wmOperatorType ot)
void INFO_OT_select_all_toggle ( struct wmOperatorType ot)
void INFO_OT_select_border ( struct wmOperatorType ot)
void INFO_OT_select_pick ( struct wmOperatorType ot)
int info_report_mask ( struct SpaceInfo sinfo)
void* info_text_pick ( struct SpaceInfo sinfo,
struct ARegion ar,
ReportList reports,
int  mouse_y 
)

Definition at line 282 of file info_draw.c.

References info_textview_main__internal(), and NULL.

Referenced by borderselect_exec(), and select_report_pick_invoke().

int info_textview_height ( struct SpaceInfo sinfo,
struct ARegion ar,
struct ReportList reports 
)

Definition at line 295 of file info_draw.c.

References info_textview_main__internal(), and NULL.

Referenced by info_textview_update_rect().

void info_textview_main ( struct SpaceInfo sinfo,
struct ARegion ar,
struct ReportList reports 
)

Definition at line 301 of file info_draw.c.

References info_textview_main__internal(), and NULL.

Referenced by info_main_area_draw().