Blender V4.5
Report Struct Reference

#include <DNA_windowmanager_types.h>

Public Attributes

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

Detailed Description

Definition at line 105 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ flag

short Report::flag

◆ len

int Report::len

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

Definition at line 111 of file DNA_windowmanager_types.h.

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

◆ message

◆ next

◆ prev

struct Report * Report::prev

Definition at line 106 of file DNA_windowmanager_types.h.

Referenced by report_replay_exec().

◆ type

◆ typestr

const char* Report::typestr

Definition at line 112 of file DNA_windowmanager_types.h.

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


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