Blender
V3.3
|
#include <stdlib.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_sound_types.h"
#include "DNA_speaker_types.h"
#include "BLT_translation.h"
Go to the source code of this file.
Functions | |
static void | rna_def_speaker (BlenderRNA *brna) |
void | RNA_def_speaker (BlenderRNA *brna) |
|
static |
Definition at line 30 of file rna_speaker.c.
References BLT_I18NCONTEXT_ID_SOUND, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_EDITABLE, PROP_FACTOR, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_animdata_common(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_override_flag(), RNA_def_property_range(), 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_ui_icon(), RNA_def_struct_ui_text(), and SPK_MUTED.
Referenced by RNA_def_speaker().
void RNA_def_speaker | ( | BlenderRNA * | brna | ) |
Definition at line 167 of file rna_speaker.c.
References rna_def_speaker().