|
Blender V4.3
|
#include <climits>#include <cstdlib>#include "MEM_guardedalloc.h"#include "BLT_translation.hh"#include "BKE_text.h"#include "ED_text.hh"#include "RNA_define.hh"#include "rna_internal.hh"#include "DNA_text_types.h"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_text_line (BlenderRNA *brna) |
| static void | rna_def_text (BlenderRNA *brna) |
| void | RNA_def_text (BlenderRNA *brna) |
| void RNA_def_text | ( | BlenderRNA * | brna | ) |
Definition at line 293 of file rna_text.cc.
References rna_def_text(), and rna_def_text_line().
|
static |
Definition at line 187 of file rna_text.cc.
References BLT_I18NCONTEXT_ID_TEXT, NC_TEXT, ND_CURSOR, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_UNSIGNED, RNA_api_text(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_clear_flag(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), STRUCT_ID_REFCOUNT, TXT_ISDIRTY, TXT_ISMEM, TXT_ISSCRIPT, and TXT_TABSTOSPACES.
Referenced by RNA_def_text().
|
static |
Definition at line 171 of file rna_text.cc.
References BLT_I18NCONTEXT_ID_TEXT, NA_EDITED, NC_TEXT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_string_funcs(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_text().