Audacity 3.2.0
|
#include <ScrubState.h>
Static Public Member Functions | |
static bool | IsScrubbing () |
static void | UpdateScrub (double endTimeOrSpeed, const ScrubbingOptions &options) |
Notify scrubbing engine of desired position or speed. If options.adjustStart is true, then when mouse movement exceeds maximum scrub speed, adjust the beginning of the scrub interval rather than the end, so that the scrub skips or "stutters" to stay near the cursor. More... | |
static void | StopScrub () |
static double | GetLastScrubTime () |
return the ending time of the last scrub interval. More... | |
Definition at line 91 of file ScrubState.h.
|
static |
return the ending time of the last scrub interval.
Definition at line 476 of file ScrubState.cpp.
Referenced by Scrubber::ContinueScrubbingPoll().
|
static |
Definition at line 482 of file ScrubState.cpp.
References AudioIOBase::Get().
Referenced by ProjectAudioManager::OnPause().
|
static |
Definition at line 469 of file ScrubState.cpp.
Referenced by Scrubber::StopScrubbing().
|
static |
Notify scrubbing engine of desired position or speed. If options.adjustStart is true, then when mouse movement exceeds maximum scrub speed, adjust the beginning of the scrub interval rather than the end, so that the scrub skips or "stutters" to stay near the cursor.
Definition at line 462 of file ScrubState.cpp.
Referenced by Scrubber::ContinueScrubbingPoll().