|
Blender V4.3
|
#include <cstring>#include "BLI_blenlib.h"#include "DNA_space_types.h"#include "DNA_text_types.h"#include "BKE_text.h"#include "text_format.hh"Go to the source code of this file.
Functions | |
Local Functions (for #TextFormatType::format_line) | |
| static int | txtfmt_pov_find_keyword (const char *string) |
| static int | txtfmt_pov_find_reserved_keywords (const char *string) |
| static int | txtfmt_pov_find_reserved_builtins (const char *string) |
| static int | txtfmt_pov_find_specialvar (const char *string) |
| static int | txtfmt_pov_find_bool (const char *string) |
| static char | txtfmt_pov_format_identifier (const char *str) |
Format Line Implementation (#TextFormatType::format_line) | |
| static void | txtfmt_pov_format_line (SpaceText *st, TextLine *line, const bool do_next) |
Registration | |
| void | ED_text_format_register_pov () |
| void ED_text_format_register_pov | ( | ) |
Definition at line 938 of file text_format_pov.cc.
References BLI_assert, TextFormatType::comment_line, ED_text_format_register(), TextFormatType::ext, TextFormatType::format_identifier, TextFormatType::format_line, text_format_pov_literals_bool(), text_format_pov_literals_builtins(), text_format_pov_literals_keyword(), text_format_pov_literals_reserved(), text_format_pov_literals_specialvar(), text_format_string_literals_check_sorted_array(), txtfmt_pov_format_identifier(), and txtfmt_pov_format_line().
Referenced by ED_spacetype_text().
|
static |
Referenced by ED_text_format_register_pov(), and txtfmt_pov_find_bool().
|
static |
Referenced by ED_text_format_register_pov(), and txtfmt_pov_find_reserved_builtins().
|
static |
Referenced by ED_text_format_register_pov(), and txtfmt_pov_find_keyword().
|
static |
Referenced by ED_text_format_register_pov(), and txtfmt_pov_find_reserved_keywords().
|
static |
Referenced by ED_text_format_register_pov(), and txtfmt_pov_find_specialvar().
|
static |
Definition at line 731 of file text_format_pov.cc.
References text_check_identifier(), text_format_pov_literals_bool(), and text_format_string_literal_find().
Referenced by txtfmt_pov_format_line().
|
static |
POV keyword (minus boolean & 'nil'). See: http://www.povray.org/documentation/view/3.7.0/212/
Definition at line 698 of file text_format_pov.cc.
References text_check_identifier(), text_format_pov_literals_keyword(), and text_format_string_literal_find().
Referenced by txtfmt_pov_format_identifier(), and txtfmt_pov_format_line().
|
static |
Definition at line 715 of file text_format_pov.cc.
References text_check_identifier(), text_format_pov_literals_builtins(), and text_format_string_literal_find().
Referenced by txtfmt_pov_format_identifier(), and txtfmt_pov_format_line().
|
static |
Definition at line 707 of file text_format_pov.cc.
References text_check_identifier(), text_format_pov_literals_reserved(), and text_format_string_literal_find().
Referenced by txtfmt_pov_format_identifier(), and txtfmt_pov_format_line().
|
static |
Definition at line 723 of file text_format_pov.cc.
References text_check_identifier(), text_format_pov_literals_specialvar(), and text_format_string_literal_find().
Referenced by txtfmt_pov_format_identifier(), and txtfmt_pov_format_line().
|
static |
Definition at line 739 of file text_format_pov.cc.
References FMT_TYPE_DEFAULT, FMT_TYPE_DIRECTIVE, FMT_TYPE_KEYWORD, FMT_TYPE_RESERVED, FMT_TYPE_SPECIAL, str, txtfmt_pov_find_keyword(), txtfmt_pov_find_reserved_builtins(), txtfmt_pov_find_reserved_keywords(), and txtfmt_pov_find_specialvar().
Referenced by ED_text_format_register_pov().
Definition at line 764 of file text_format_pov.cc.
References BLI_assert, BLI_str_utf8_size_safe(), FlattenString::buf, ELEM, flatten_string(), flatten_string_free(), FMT_CONT_ALL, FMT_CONT_COMMENT_C, FMT_CONT_NOP, FMT_CONT_QUOTEDOUBLE, FMT_CONT_QUOTESINGLE, FMT_TYPE_COMMENT, FMT_TYPE_DEFAULT, FMT_TYPE_DIRECTIVE, FMT_TYPE_KEYWORD, FMT_TYPE_NUMERAL, FMT_TYPE_RESERVED, FMT_TYPE_SPECIAL, FMT_TYPE_STRING, FMT_TYPE_SYMBOL, FMT_TYPE_WHITESPACE, len, SpaceText::next, str, text_check_delim(), text_check_digit(), text_check_format_len(), text_format_fill(), text_format_fill_ascii(), txtfmt_pov_find_bool(), txtfmt_pov_find_keyword(), txtfmt_pov_find_reserved_builtins(), txtfmt_pov_find_reserved_keywords(), txtfmt_pov_find_specialvar(), and txtfmt_pov_format_line().
Referenced by ED_text_format_register_pov(), and txtfmt_pov_format_line().
|
static |
POV Built-in Constants.
Definition at line 644 of file text_format_pov.cc.
|
static |
Definition at line 219 of file text_format_pov.cc.
|
static |
Language Directives
Definition at line 25 of file text_format_pov.cc.
|
static |
Float Functions
Definition at line 71 of file text_format_pov.cc.
|
static |
POV modifiers. See: http://www.povray.org/documentation/view/3.7.0/212/
Definition at line 441 of file text_format_pov.cc.