Blender  V3.3
Public Attributes | List of all members
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 78 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 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().

◆ message

const char* Report::message

◆ next

struct Report* Report::next

◆ prev

struct Report * Report::prev

Definition at line 79 of file DNA_windowmanager_types.h.

Referenced by BKE_reports_last_displayable(), and report_replay_exec().

◆ type

short Report::type

◆ typestr

const char* Report::typestr

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