|
Blender V4.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 96 of file DNA_windowmanager_types.h.
| short Report::flag |
Definition at line 100 of file DNA_windowmanager_types.h.
Referenced by 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 102 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), report_textview_begin(), report_textview_step(), and uiTemplateReportsBanner().
| const char* Report::message |
Definition at line 104 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), BKE_reports_clear(), BPy_reports_write_stdout(), report_delete_exec(), report_replay_exec(), report_textview_init__internal(), report_textview_line_get(), and uiTemplateReportsBanner().
| struct Report* Report::next |
Definition at line 97 of file DNA_windowmanager_types.h.
Referenced by BKE_reports_clear(), box_select_exec(), BPy_reports_write_stdout(), and report_delete_exec().
| struct Report * Report::prev |
Definition at line 97 of file DNA_windowmanager_types.h.
Referenced by report_replay_exec().
| short Report::type |
eReportType.
Definition at line 99 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), BPy_reports_write_stdout(), report_delete_exec(), report_line_data(), report_replay_exec(), uiTemplateReportsBanner(), and update_reports_display_invoke().
| const char* Report::typestr |
Definition at line 103 of file DNA_windowmanager_types.h.
Referenced by BKE_report(), BKE_reportf(), and BPy_reports_write_stdout().