Blender V5.0
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 75 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 94 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

◆ next

TextFormatType* TextFormatType::next

Definition at line 76 of file text_format.hh.

◆ prev

TextFormatType * TextFormatType::prev

Definition at line 76 of file text_format.hh.


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