Audacity 3.2.0
Public Member Functions | List of all members
WaveClipListener Struct Referenceabstract

#include <WaveClip.h>

Inheritance diagram for WaveClipListener:
[legend]

Public Member Functions

virtual ~WaveClipListener ()=0
 
virtual void MarkChanged ()=0
 
virtual void Invalidate ()=0
 

Detailed Description

Definition at line 92 of file WaveClip.h.

Constructor & Destructor Documentation

◆ ~WaveClipListener()

WaveClipListener::~WaveClipListener ( )
pure virtual

Definition at line 40 of file WaveClip.cpp.

41{
42}

Member Function Documentation

◆ Invalidate()

virtual void WaveClipListener::Invalidate ( )
pure virtual

Implemented in WaveClipSpectrumCache, and WaveClipWaveformCache.

Referenced by WaveClip::ApplyStretchRatio(), and WaveClip::Resample().

Here is the caller graph for this function:

◆ MarkChanged()

virtual void WaveClipListener::MarkChanged ( )
pure virtual

Implemented in WaveClipSpectrumCache, and WaveClipWaveformCache.

Referenced by WaveClip::MarkChanged().

Here is the caller graph for this function:

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