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) |
|
double | anonymous_namespace{TimeShiftHandle.cpp}::FindDesiredSlideAmount (const ViewInfo &viewInfo, wxCoord xx, const wxMouseEvent &event, SnapManager *pSnapManager, bool slideUpDownOnly, bool snapPreferRightEdge, ClipMoveState &state, Track &track) |
|
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 276 of file TimeShiftHandle.cpp.
276 {
278 return std::make_unique<CoarseTrackShifter>(track);
279 };
280}
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.