|
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_ini_find_keyword (const char *string) |
| static int | txtfmt_ini_find_reserved (const char *string) |
| static int | txtfmt_ini_find_bool (const char *string) |
| static char | txtfmt_pov_ini_format_identifier (const char *str) |
Format Line Implementation (#TextFormatType::format_line) | |
| static void | txtfmt_pov_ini_format_line (SpaceText *st, TextLine *line, const bool do_next) |
Registration | |
| void | ED_text_format_register_pov_ini () |
Local Literal Definitions | |
| static const char * | text_format_pov_ini_literals_keyword_data [] |
| static const char * | text_format_pov_ini_literals_reserved_data [] |
| static const char * | text_format_pov_ini_literals_bool_data [] |
| static const Span< const char * > | text_format_pov_ini_literals_keyword (text_format_pov_ini_literals_keyword_data, ARRAY_SIZE(text_format_pov_ini_literals_keyword_data)) |
| static const Span< const char * > | text_format_pov_ini_literals_reserved (text_format_pov_ini_literals_reserved_data, ARRAY_SIZE(text_format_pov_ini_literals_reserved_data)) |
| static const Span< const char * > | text_format_pov_ini_literals_bool (text_format_pov_ini_literals_bool_data, ARRAY_SIZE(text_format_pov_ini_literals_bool_data)) |
| void ED_text_format_register_pov_ini | ( | ) |
Definition at line 523 of file text_format_pov_ini.cc.
References BLI_assert, TextFormatType::comment_line, ED_text_format_register(), TextFormatType::ext, TextFormatType::format_identifier, TextFormatType::format_line, text_format_pov_ini_literals_bool(), text_format_pov_ini_literals_keyword(), text_format_pov_ini_literals_reserved(), text_format_string_literals_check_sorted_array(), txtfmt_pov_ini_format_identifier(), and txtfmt_pov_ini_format_line().
Referenced by ED_spacetype_text().
|
static |
Referenced by ED_text_format_register_pov_ini(), and txtfmt_ini_find_bool().
|
static |
Referenced by ED_text_format_register_pov_ini(), and txtfmt_ini_find_keyword().
|
static |
Referenced by ED_text_format_register_pov_ini(), and txtfmt_ini_find_reserved().
|
static |
Definition at line 330 of file text_format_pov_ini.cc.
References text_check_identifier(), text_format_pov_ini_literals_bool(), and text_format_string_literal_find().
Referenced by txtfmt_pov_ini_format_line().
|
static |
Definition at line 314 of file text_format_pov_ini.cc.
References text_check_identifier(), text_format_pov_ini_literals_keyword(), and text_format_string_literal_find().
Referenced by txtfmt_pov_ini_format_identifier(), and txtfmt_pov_ini_format_line().
|
static |
Definition at line 322 of file text_format_pov_ini.cc.
References text_check_identifier(), text_format_pov_ini_literals_reserved(), and text_format_string_literal_find().
Referenced by txtfmt_pov_ini_format_identifier(), and txtfmt_pov_ini_format_line().
|
static |
Definition at line 338 of file text_format_pov_ini.cc.
References FMT_TYPE_DEFAULT, FMT_TYPE_KEYWORD, FMT_TYPE_RESERVED, str, txtfmt_ini_find_keyword(), and txtfmt_ini_find_reserved().
Referenced by ED_text_format_register_pov_ini().
|
static |
Definition at line 359 of file text_format_pov_ini.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_KEYWORD, FMT_TYPE_NUMERAL, FMT_TYPE_RESERVED, 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_ini_find_bool(), txtfmt_ini_find_keyword(), txtfmt_ini_find_reserved(), and txtfmt_pov_ini_format_line().
Referenced by ED_text_format_register_pov_ini(), and txtfmt_pov_ini_format_line().
|
static |
POV INI Built-in Constants
Definition at line 286 of file text_format_pov_ini.cc.
|
static |
POV INI keyword (minus boolean & 'nil') See: http://www.povray.org/documentation/view/3.7.0/212/
Definition at line 32 of file text_format_pov_ini.cc.
|
static |
POV-Ray Built-in INI Variables list is from... http://www.povray.org/documentation/view/3.7.0/212/
Definition at line 86 of file text_format_pov_ini.cc.