|
Blender V4.3
|
#include <cstdlib>#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "DNA_sound_types.h"#include "DNA_speaker_types.h"#include "BLT_translation.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_speaker (BlenderRNA *brna) |
| void | RNA_def_speaker (BlenderRNA *brna) |
| void RNA_def_speaker | ( | BlenderRNA * | brna | ) |
Definition at line 169 of file rna_speaker.cc.
References rna_def_speaker().
|
static |
Definition at line 32 of file rna_speaker.cc.
References BLT_I18NCONTEXT_ID_SOUND, FLT_MAX, 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().