Blender V4.3
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 96 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 102 of file DNA_windowmanager_types.h.

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

◆ message

◆ next

struct Report* Report::next

◆ prev

struct Report * Report::prev

Definition at line 97 of file DNA_windowmanager_types.h.

Referenced by report_replay_exec().

◆ type

◆ typestr

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().


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