Blender V4.3
SpaceConsole Struct Reference

#include <DNA_space_types.h>

Public Attributes

SpaceLinknext
 
SpaceLinkprev
 
ListBase regionbase
 
char spacetype
 
char link_flag
 
char _pad0 [6]
 
ListBase scrollback
 
ListBase history
 
char prompt [256]
 
char language [32]
 
int lheight
 
int history_index
 
int sel_start
 
int sel_end
 

Detailed Description

Console View.

Definition at line 1716 of file DNA_space_types.h.

Member Data Documentation

◆ _pad0

char SpaceConsole::_pad0[6]

Definition at line 1722 of file DNA_space_types.h.

◆ history

◆ history_index

int SpaceConsole::history_index

Index into history of most recent up/down arrow keys.

Definition at line 1738 of file DNA_space_types.h.

Referenced by console_history_append_exec(), and console_history_cycle_exec().

◆ language

char SpaceConsole::language[32]

Multiple consoles are possible, not just python.

Definition at line 1733 of file DNA_space_types.h.

◆ lheight

int SpaceConsole::lheight

Definition at line 1735 of file DNA_space_types.h.

Referenced by console_create(), and console_textview_main__internal().

◆ link_flag

char SpaceConsole::link_flag

Definition at line 1721 of file DNA_space_types.h.

◆ next

SpaceLink* SpaceConsole::next

Definition at line 1717 of file DNA_space_types.h.

◆ prev

SpaceLink * SpaceConsole::prev

Definition at line 1717 of file DNA_space_types.h.

◆ prompt

char SpaceConsole::prompt[256]

◆ regionbase

ListBase SpaceConsole::regionbase

Storage of regions for inactive spaces.

Definition at line 1719 of file DNA_space_types.h.

Referenced by console_create().

◆ scrollback

◆ sel_end

◆ sel_start

◆ spacetype

char SpaceConsole::spacetype

Definition at line 1720 of file DNA_space_types.h.

Referenced by console_create().


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