|
Blender V4.3
|
#include <deg_eval_runtime_backup_sound.h>
Public Member Functions | |
| SoundBackup (const Depsgraph *depsgraph) | |
| void | reset () |
| void | init_from_sound (bSound *sound) |
| void | restore_to_sound (bSound *sound) |
Public Attributes | |
| void * | cache |
| void * | waveform |
| void * | playback_handle |
Definition at line 18 of file deg_eval_runtime_backup_sound.h.
| blender::deg::SoundBackup::SoundBackup | ( | const Depsgraph * | depsgraph | ) |
Definition at line 17 of file deg_eval_runtime_backup_sound.cc.
References reset().
| void blender::deg::SoundBackup::init_from_sound | ( | bSound * | sound | ) |
Definition at line 29 of file deg_eval_runtime_backup_sound.cc.
References cache, bSound::cache, playback_handle, bSound::playback_handle, waveform, and bSound::waveform.
Referenced by blender::deg::RuntimeBackup::init_from_id().
| void blender::deg::SoundBackup::reset | ( | ) |
Definition at line 22 of file deg_eval_runtime_backup_sound.cc.
References cache, playback_handle, and waveform.
Referenced by restore_to_sound(), and SoundBackup().
| void blender::deg::SoundBackup::restore_to_sound | ( | bSound * | sound | ) |
Definition at line 40 of file deg_eval_runtime_backup_sound.cc.
References cache, bSound::cache, playback_handle, bSound::playback_handle, reset(), waveform, and bSound::waveform.
Referenced by blender::deg::RuntimeBackup::restore_to_id().
| void* blender::deg::SoundBackup::cache |
Definition at line 27 of file deg_eval_runtime_backup_sound.h.
Referenced by init_from_sound(), reset(), and restore_to_sound().
| void* blender::deg::SoundBackup::playback_handle |
Definition at line 29 of file deg_eval_runtime_backup_sound.h.
Referenced by init_from_sound(), reset(), and restore_to_sound().
| void* blender::deg::SoundBackup::waveform |
Definition at line 28 of file deg_eval_runtime_backup_sound.h.
Referenced by init_from_sound(), reset(), and restore_to_sound().