Blender  V3.3
Public Attributes | List of all members
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 1636 of file DNA_space_types.h.

Member Data Documentation

◆ cursor

int ConsoleLine::cursor

◆ len

int ConsoleLine::len

◆ len_alloc

int ConsoleLine::len_alloc

◆ line

char* ConsoleLine::line

◆ next

struct ConsoleLine* ConsoleLine::next

Definition at line 1637 of file DNA_space_types.h.

Referenced by console_copy_exec().

◆ prev

struct ConsoleLine * ConsoleLine::prev

◆ type

int ConsoleLine::type

Only for use when in the 'scrollback' listbase.

Definition at line 1648 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: