Blender
V3.3
|
#include <limits.h>
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "BLT_translation.h"
#include "BKE_text.h"
#include "ED_text.h"
#include "RNA_define.h"
#include "rna_internal.h"
#include "DNA_text_types.h"
#include "WM_types.h"
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) |
|
static |
Definition at line 187 of file rna_text.c.
References NC_TEXT, ND_CURSOR, NULL, 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_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().
void RNA_def_text | ( | BlenderRNA * | brna | ) |
Definition at line 290 of file rna_text.c.
References rna_def_text(), and rna_def_text_line().
|
static |
Definition at line 171 of file rna_text.c.
References BLT_I18NCONTEXT_ID_TEXT, NA_EDITED, NC_TEXT, NULL, 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().