Blender
V3.3
|
#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 78 of file DNA_windowmanager_types.h.
short Report::flag |
Definition at line 82 of file DNA_windowmanager_types.h.
Referenced by report_copy_exec(), report_delete_exec(), report_line_data(), report_replay_exec(), and select_report_pick_exec().
int Report::len |
strlen(message)
, saves some time calculating the word wrap.
Definition at line 84 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), BKE_reports_prepend(), BKE_reports_prependf(), report_textview_begin(), report_textview_step(), and uiTemplateReportsBanner().
const char* Report::message |
Definition at line 86 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_report_write_file_fp(), BKE_reportf(), BKE_reports_clear(), BKE_reports_prepend(), BKE_reports_prependf(), BKE_reports_string(), report_copy_exec(), report_delete_exec(), report_replay_exec(), report_textview_init__internal(), report_textview_line_get(), and uiTemplateReportsBanner().
struct Report* Report::next |
Definition at line 79 of file DNA_windowmanager_types.h.
Referenced by BKE_report_write_file_fp(), BKE_reports_clear(), BKE_reports_contain(), BKE_reports_prepend(), BKE_reports_prependf(), BKE_reports_string(), box_select_exec(), report_copy_exec(), report_delete_exec(), and write_result().
struct Report * Report::prev |
Definition at line 79 of file DNA_windowmanager_types.h.
Referenced by BKE_reports_last_displayable(), and report_replay_exec().
short Report::type |
eReportType.
Definition at line 81 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), BKE_reports_contain(), BKE_reports_last_displayable(), BKE_reports_string(), report_copy_exec(), report_delete_exec(), report_line_data(), report_replay_exec(), uiTemplateReportsBanner(), and update_reports_display_invoke().
const char* Report::typestr |
Definition at line 85 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_report_write_file_fp(), BKE_reportf(), and BKE_reports_string().