Blender  V2.93
Public Attributes | List of all members
SpaceText Struct Reference

#include <DNA_space_types.h>

Public Attributes

SpaceLinknext
 
SpaceLinkprev
 
ListBase regionbase
 
char spacetype
 
char link_flag
 
char _pad0 [6]
 
struct Texttext
 
int top
 
int left
 
char _pad1 [4]
 
short flags
 
short lheight
 
int tabnumber
 
char wordwrap
 
char doplugins
 
char showlinenrs
 
char showsyntax
 
char line_hlight
 
char overwrite
 
char live_edit
 
char _pad2 [1]
 
char findstr [256]
 
char replacestr [256]
 
short margin_column
 
char _pad3 [2]
 
SpaceText_Runtime runtime
 

Detailed Description

Definition at line 1392 of file DNA_space_types.h.

Member Data Documentation

◆ _pad0

char SpaceText::_pad0[6]

Definition at line 1398 of file DNA_space_types.h.

◆ _pad1

char SpaceText::_pad1[4]

Definition at line 1408 of file DNA_space_types.h.

◆ _pad2

char SpaceText::_pad2[1]

Definition at line 1426 of file DNA_space_types.h.

◆ _pad3

char SpaceText::_pad3[2]

Definition at line 1435 of file DNA_space_types.h.

◆ doplugins

char SpaceText::doplugins

◆ findstr

char SpaceText::findstr[256]

ST_MAX_FIND_STR.

Definition at line 1429 of file DNA_space_types.h.

Referenced by text_find_and_replace(), text_find_set_selected_exec(), and text_replace_all().

◆ flags

short SpaceText::flags

◆ left

int SpaceText::left

Determines the horizontal scroll (in columns).

Definition at line 1407 of file DNA_space_types.h.

Referenced by text_cursor_set_to_pos(), text_do_suggest_select(), text_new_exec(), text_open_exec(), text_scroll_apply(), and text_scroll_state_init().

◆ lheight

short SpaceText::lheight

User preference, is font_size!

Definition at line 1413 of file DNA_space_types.h.

Referenced by blo_do_versions_pre250(), and text_create().

◆ line_hlight

char SpaceText::line_hlight

Definition at line 1422 of file DNA_space_types.h.

◆ link_flag

char SpaceText::link_flag

Definition at line 1397 of file DNA_space_types.h.

◆ live_edit

char SpaceText::live_edit

Run python while editing, evil.

Definition at line 1425 of file DNA_space_types.h.

Referenced by text_delete_exec().

◆ margin_column

short SpaceText::margin_column

Column number to show right margin at.

Definition at line 1434 of file DNA_space_types.h.

Referenced by text_create().

◆ next

SpaceLink* SpaceText::next

Definition at line 1393 of file DNA_space_types.h.

◆ overwrite

char SpaceText::overwrite

Definition at line 1423 of file DNA_space_types.h.

Referenced by text_insert_exec(), and text_toggle_overwrite_exec().

◆ prev

SpaceLink * SpaceText::prev

Definition at line 1393 of file DNA_space_types.h.

◆ regionbase

ListBase SpaceText::regionbase

Storage of regions for inactive spaces.

Definition at line 1395 of file DNA_space_types.h.

Referenced by text_create().

◆ replacestr

char SpaceText::replacestr[256]

ST_MAX_FIND_STR.

Definition at line 1431 of file DNA_space_types.h.

Referenced by text_find_and_replace(), text_replace_all(), and text_replace_set_selected_exec().

◆ runtime

SpaceText_Runtime SpaceText::runtime

◆ showlinenrs

char SpaceText::showlinenrs

◆ showsyntax

char SpaceText::showsyntax

◆ spacetype

char SpaceText::spacetype

Definition at line 1396 of file DNA_space_types.h.

Referenced by text_create().

◆ tabnumber

int SpaceText::tabnumber

◆ text

struct Text* SpaceText::text

◆ top

int SpaceText::top

◆ wordwrap

char SpaceText::wordwrap

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