![]() |
Ardour
9.0-pre0-1048-gdef69dd383
|
#include <wave_view_private.h>
Public Member Functions | |
WaveViewImage (std::shared_ptr< const ARDOUR::AudioRegion > const ®ion_ptr, WaveViewProperties const &properties) | |
~WaveViewImage () | |
bool | finished () |
bool | contains_image_with_properties (WaveViewProperties const &other_props) |
bool | is_valid () |
size_t | size_in_bytes () |
Public Attributes | |
std::weak_ptr< const ARDOUR::AudioRegion > | region |
WaveViewProperties | props |
Cairo::RefPtr< Cairo::ImageSurface > | cairo_image |
uint64_t | timestamp |
Definition at line 167 of file wave_view_private.h.
ArdourWaveView::WaveViewImage::WaveViewImage | ( | std::shared_ptr< const ARDOUR::AudioRegion > const & | region_ptr, |
WaveViewProperties const & | properties | ||
) |
ArdourWaveView::WaveViewImage::~WaveViewImage | ( | ) |
|
inline |
Definition at line 184 of file wave_view_private.h.
|
inline |
Definition at line 181 of file wave_view_private.h.
|
inline |
Definition at line 189 of file wave_view_private.h.
|
inline |
Definition at line 193 of file wave_view_private.h.
Cairo::RefPtr<Cairo::ImageSurface> ArdourWaveView::WaveViewImage::cairo_image |
Definition at line 177 of file wave_view_private.h.
WaveViewProperties ArdourWaveView::WaveViewImage::props |
Definition at line 176 of file wave_view_private.h.
std::weak_ptr<const ARDOUR::AudioRegion> ArdourWaveView::WaveViewImage::region |
Definition at line 175 of file wave_view_private.h.
uint64_t ArdourWaveView::WaveViewImage::timestamp |
Definition at line 178 of file wave_view_private.h.