Blender V2.61 - r43446
|
#include <stdlib.h>
#include "RNA_define.h"
#include "rna_internal.h"
#include "DNA_sound_types.h"
#include "DNA_property_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_sound (BlenderRNA *brna) |
void | RNA_def_sound (BlenderRNA *brna) |
Definition in file rna_sound.c.
static void rna_def_sound | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 69 of file rna_sound.c.
References NULL, PROP_BOOLEAN, PROP_FILEPATH, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and SOUND_FLAGS_MONO.
Referenced by RNA_def_sound().
void RNA_def_sound | ( | BlenderRNA * | brna | ) |
Definition at line 101 of file rna_sound.c.
References rna_def_sound().