Blender
V3.3
|
#include <text_format.h>
Public Attributes | |
struct TextFormatType * | next |
struct TextFormatType * | prev |
char(* | format_identifier )(const char *string) |
void(* | format_line )(SpaceText *st, TextLine *line, bool do_next) |
const char ** | ext |
Definition at line 61 of file text_format.h.
const char** TextFormatType::ext |
Definition at line 77 of file text_format.h.
Referenced by ED_text_format_get(), ED_text_format_register_lua(), ED_text_format_register_osl(), ED_text_format_register_pov(), ED_text_format_register_pov_ini(), ED_text_format_register_py(), and ED_text_is_syntax_highlight_supported().
char(* TextFormatType::format_identifier) (const char *string) |
Definition at line 64 of file text_format.h.
Referenced by ED_text_format_register_lua(), ED_text_format_register_osl(), ED_text_format_register_pov(), ED_text_format_register_pov_ini(), ED_text_format_register_py(), and text_autocomplete_build().
Definition at line 75 of file text_format.h.
Referenced by ED_text_format_register_lua(), ED_text_format_register_osl(), ED_text_format_register_pov(), ED_text_format_register_pov_ini(), and ED_text_format_register_py().
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().
struct TextFormatType * TextFormatType::prev |
Definition at line 62 of file text_format.h.