Blender V5.0
Report Struct Reference

#include <BKE_report.hh>

Public Attributes

Reportnext
Reportprev
short type
short flag
int len
const char * typestr
const char * message

Detailed Description

Definition at line 63 of file BKE_report.hh.

Member Data Documentation

◆ flag

short Report::flag

◆ len

int Report::len

strlen(message), saves some time calculating the word wrap.

Definition at line 69 of file BKE_report.hh.

Referenced by BKE_report(), BKE_reportf(), report_textview_begin(), report_textview_step(), and uiTemplateReportsBanner().

◆ message

◆ next

◆ prev

Report * Report::prev

Definition at line 64 of file BKE_report.hh.

Referenced by report_replay_exec().

◆ type

◆ typestr

const char* Report::typestr

Definition at line 70 of file BKE_report.hh.

Referenced by BKE_report(), BKE_reportf(), and BPy_reports_write_stdout().


The documentation for this struct was generated from the following file: