Blender V4.3
ConsoleLine Struct Reference

#include <DNA_space_types.h>

Public Attributes

struct ConsoleLinenext
 
struct ConsoleLineprev
 
int len_alloc
 
int len
 
char * line
 
int cursor
 
int type
 

Detailed Description

Console content.

Definition at line 1691 of file DNA_space_types.h.

Member Data Documentation

◆ cursor

◆ len

◆ len_alloc

int ConsoleLine::len_alloc

◆ line

◆ next

struct ConsoleLine* ConsoleLine::next

Definition at line 1692 of file DNA_space_types.h.

◆ prev

struct ConsoleLine * ConsoleLine::prev

◆ type

int ConsoleLine::type

Only for use when in the 'scrollback' listbase.

Definition at line 1703 of file DNA_space_types.h.

Referenced by console_lb_add__internal(), console_line_data(), console_scrollback_append_exec(), and console_scrollback_prompt_begin().


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