|
Blender V4.3
|
#include <sequencer_scopes.hh>
Inherits blender::NonCopyable.
Public Member Functions | |
| SeqScopes ()=default | |
| ~SeqScopes () | |
| void | cleanup () |
Public Member Functions inherited from blender::NonCopyable | |
| NonCopyable (const NonCopyable &other)=delete | |
| NonCopyable & | operator= (const NonCopyable &other)=delete |
| NonCopyable ()=default | |
| NonCopyable (NonCopyable &&other)=default | |
| NonCopyable & | operator= (NonCopyable &&other)=default |
Public Attributes | |
| ImBuf * | reference_ibuf = nullptr |
| ImBuf * | zebra_ibuf = nullptr |
| ImBuf * | waveform_ibuf = nullptr |
| ImBuf * | sep_waveform_ibuf = nullptr |
| ImBuf * | vector_ibuf = nullptr |
| ScopeHistogram | histogram |
Definition at line 36 of file sequencer_scopes.hh.
|
default |
| blender::ed::seq::SeqScopes::~SeqScopes | ( | ) |
Definition at line 30 of file sequencer_scopes.cc.
References cleanup().
| void blender::ed::seq::SeqScopes::cleanup | ( | ) |
Definition at line 35 of file sequencer_scopes.cc.
References blender::ed::seq::ScopeHistogram::data, histogram, IMB_freeImBuf(), sep_waveform_ibuf, vector_ibuf, waveform_ibuf, and zebra_ibuf.
Referenced by sequencer_calc_scopes(), and ~SeqScopes().
| ScopeHistogram blender::ed::seq::SeqScopes::histogram |
Definition at line 42 of file sequencer_scopes.hh.
Referenced by cleanup(), sequencer_calc_scopes(), and sequencer_draw_scopes().
| ImBuf* blender::ed::seq::SeqScopes::reference_ibuf = nullptr |
Definition at line 37 of file sequencer_scopes.hh.
Referenced by sequencer_calc_scopes().
| ImBuf* blender::ed::seq::SeqScopes::sep_waveform_ibuf = nullptr |
Definition at line 40 of file sequencer_scopes.hh.
Referenced by cleanup(), sequencer_calc_scopes(), and sequencer_draw_scopes().
| ImBuf* blender::ed::seq::SeqScopes::vector_ibuf = nullptr |
Definition at line 41 of file sequencer_scopes.hh.
Referenced by cleanup(), sequencer_calc_scopes(), and sequencer_draw_scopes().
| ImBuf* blender::ed::seq::SeqScopes::waveform_ibuf = nullptr |
Definition at line 39 of file sequencer_scopes.hh.
Referenced by cleanup(), sequencer_calc_scopes(), and sequencer_draw_scopes().
| ImBuf* blender::ed::seq::SeqScopes::zebra_ibuf = nullptr |
Definition at line 38 of file sequencer_scopes.hh.
Referenced by cleanup(), sequencer_calc_scopes(), and sequencer_draw_scopes().