Go to the source code of this file.
|
| DEFINE_ATTACHED_VIRTUAL (MakeTrackShifter) |
|
SnapPointArray | anonymous_namespace{TimeShiftHandle.cpp}::FindCandidates (const TrackList &tracks, const ClipMoveState::ShifterMap &shifters) |
|
void | anonymous_namespace{TimeShiftHandle.cpp}::AdjustToSnap (const ViewInfo &viewInfo, wxCoord xx, SnapManager *pSnapManager, bool snapPreferRightEdge, ClipMoveState &state, double &desiredSlideAmount) |
|
bool | anonymous_namespace{TimeShiftHandle.cpp}::FindCorrespondence (Correspondence &correspondence, TrackList &trackList, Track &capturedTrack, Track &track, ClipMoveState &state) |
|
bool | anonymous_namespace{TimeShiftHandle.cpp}::CheckFit (ClipMoveState &state, const Correspondence &correspondence, const DetachedIntervals &intervals, double tolerance, double &desiredSlideAmount) |
|
void | anonymous_namespace{TimeShiftHandle.cpp}::MigrationFailure () |
|
◆ DEFINE_ATTACHED_VIRTUAL()
Definition at line 268 of file TimeShiftHandle.cpp.
268 {
270 return std::make_unique<CoarseTrackShifter>(track);
271 };
272}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Abstract base class for an object holding data associated with points on a time axis.