Blender V5.0
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 922 of file DNA_space_types.h.

Member Data Documentation

◆ _pad0

char SpaceConsole::_pad0[6]

Definition at line 928 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 944 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 939 of file DNA_space_types.h.

◆ lheight

int SpaceConsole::lheight

Definition at line 941 of file DNA_space_types.h.

Referenced by console_create(), and console_textview_main__internal().

◆ link_flag

char SpaceConsole::link_flag

Definition at line 927 of file DNA_space_types.h.

◆ next

SpaceLink* SpaceConsole::next

Definition at line 923 of file DNA_space_types.h.

◆ prev

SpaceLink * SpaceConsole::prev

Definition at line 923 of file DNA_space_types.h.

◆ prompt

char SpaceConsole::prompt[256]

◆ regionbase

ListBase SpaceConsole::regionbase

Storage of regions for inactive spaces.

Definition at line 925 of file DNA_space_types.h.

Referenced by console_create().

◆ scrollback

◆ sel_end

◆ sel_start

◆ spacetype

char SpaceConsole::spacetype

Definition at line 926 of file DNA_space_types.h.

Referenced by console_create().


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