Blender V4.3
TextFormatType Struct Reference

#include <text_format.hh>

Public Attributes

TextFormatTypenext
 
TextFormatTypeprev
 
char(* format_identifier )(const char *string)
 
void(* format_line )(SpaceText *st, TextLine *line, bool do_next)
 
const char ** ext
 
const char * comment_line
 

Detailed Description

Definition at line 68 of file text_format.hh.

Member Data Documentation

◆ comment_line

const char* TextFormatType::comment_line

The prefix of a single-line line comment (without trailing space).

Definition at line 87 of file text_format.hh.

Referenced by ED_text_format_register_glsl(), ED_text_format_register_osl(), ED_text_format_register_pov(), ED_text_format_register_pov_ini(), and ED_text_format_register_py().

◆ ext

◆ format_identifier

◆ format_line

void(* TextFormatType::format_line) (SpaceText *st, TextLine *line, bool do_next)

◆ next

TextFormatType* TextFormatType::next

Definition at line 69 of file text_format.hh.

◆ prev

TextFormatType * TextFormatType::prev

Definition at line 69 of file text_format.hh.


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