Blender  V3.3
Public Attributes | List of all members
TextFormatType Struct Reference

#include <text_format.h>

Public Attributes

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

Detailed Description

Definition at line 61 of file text_format.h.

Member Data Documentation

◆ ext

const char** TextFormatType::ext

◆ format_identifier

char(* TextFormatType::format_identifier) (const char *string)

◆ format_line

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

◆ next

struct TextFormatType* TextFormatType::next

Definition at line 62 of file text_format.h.

Referenced by ED_text_format_get(), and ED_text_is_syntax_highlight_supported().

◆ prev

struct TextFormatType * TextFormatType::prev

Definition at line 62 of file text_format.h.


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