Blender V4.3
blender::ed::seq::SeqScopes Struct Reference

#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
 
NonCopyableoperator= (const NonCopyable &other)=delete
 
 NonCopyable ()=default
 
 NonCopyable (NonCopyable &&other)=default
 
NonCopyableoperator= (NonCopyable &&other)=default
 

Public Attributes

ImBufreference_ibuf = nullptr
 
ImBufzebra_ibuf = nullptr
 
ImBufwaveform_ibuf = nullptr
 
ImBufsep_waveform_ibuf = nullptr
 
ImBufvector_ibuf = nullptr
 
ScopeHistogram histogram
 

Detailed Description

Definition at line 36 of file sequencer_scopes.hh.

Constructor & Destructor Documentation

◆ SeqScopes()

blender::ed::seq::SeqScopes::SeqScopes ( )
default

◆ ~SeqScopes()

blender::ed::seq::SeqScopes::~SeqScopes ( )

Definition at line 30 of file sequencer_scopes.cc.

References cleanup().

Member Function Documentation

◆ cleanup()

void blender::ed::seq::SeqScopes::cleanup ( )

Member Data Documentation

◆ histogram

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().

◆ reference_ibuf

ImBuf* blender::ed::seq::SeqScopes::reference_ibuf = nullptr

Definition at line 37 of file sequencer_scopes.hh.

Referenced by sequencer_calc_scopes().

◆ sep_waveform_ibuf

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().

◆ vector_ibuf

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().

◆ waveform_ibuf

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().

◆ zebra_ibuf

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().


The documentation for this struct was generated from the following files: