|  | Blender V2.61 - r43446 | 
#include <DNA_windowmanager_types.h>
| Public Attributes | |
| struct Report * | next | 
| struct Report * | prev | 
| short | type | 
| short | flag | 
| int | len | 
| const char * | typestr | 
| const char * | message | 
Definition at line 92 of file DNA_windowmanager_types.h.
| short Report::flag | 
Definition at line 95 of file DNA_windowmanager_types.h.
Referenced by borderselect_exec(), info_report_color(), report_copy_exec(), report_delete_exec(), report_select_all_toggle_exec(), and select_report_pick_exec().
| int Report::len | 
Definition at line 96 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), BKE_reports_prepend(), BKE_reports_prependf(), report_textview_init__internal(), and report_textview_step().
| const char* Report::message | 
Definition at line 98 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), BKE_reports_clear(), BKE_reports_prepend(), BKE_reports_prependf(), BKE_reports_string(), report_copy_exec(), report_delete_exec(), report_textview_init__internal(), report_textview_line_get(), uiPupMenuReports(), and uiTemplateReportsBanner().
| struct Report* Report::next | 
Definition at line 93 of file DNA_windowmanager_types.h.
Referenced by BKE_reports_clear(), BKE_reports_prepend(), BKE_reports_prependf(), BKE_reports_string(), borderselect_exec(), report_copy_exec(), report_delete_exec(), and uiPupMenuReports().
| struct Report * Report::prev | 
Definition at line 93 of file DNA_windowmanager_types.h.
Referenced by BKE_reports_last_displayable(), borderselect_exec(), and report_select_all_toggle_exec().
| short Report::type | 
Definition at line 94 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), BKE_reports_last_displayable(), BKE_reports_string(), borderselect_exec(), info_report_color(), report_copy_exec(), report_delete_exec(), report_select_all_toggle_exec(), uiPupMenuReports(), uiTemplateReportsBanner(), and update_reports_display_invoke().
| const char* Report::typestr | 
Definition at line 97 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), and BKE_reports_string().