![]() |
Audacity 3.2.0
|
#include <Snap.h>
Public Member Functions | |
| bool | Snapped () const |
Public Attributes | |
| double | timeSnappedTime { 0.0 } |
| double | outTime { 0.0 } |
| wxInt64 | outCoord { -1 } |
| bool | snappedPoint { false } |
| bool | snappedTime { false } |
|
inline |
Definition at line 52 of file Snap.h.
References snappedPoint, and snappedTime.
Referenced by SelectHandle::AdjustSelection(), AdjustClipBorder::Drag(), AdjustClipBorder::Draw(), and SnapManager::Snap().
| wxInt64 SnapResults::outCoord { -1 } |
Definition at line 48 of file Snap.h.
Referenced by SelectHandle::AdjustSelection(), AdjustClipBorder::Draw(), SelectHandle::Draw(), SelectHandle::Release(), SelectHandle::SelectHandle(), and SnapManager::Snap().
| double SnapResults::outTime { 0.0 } |
Definition at line 47 of file Snap.h.
Referenced by SelectHandle::AdjustSelection(), anonymous_namespace{TimeShiftHandle.cpp}::AdjustToSnap(), SelectHandle::Click(), AdjustClipBorder::Drag(), SelectHandle::Preview(), SelectHandle::SetUseSnap(), and SnapManager::Snap().
| bool SnapResults::snappedPoint { false } |
Definition at line 49 of file Snap.h.
Referenced by SelectHandle::AdjustSelection(), SelectHandle::SelectHandle(), SnapManager::Snap(), and Snapped().
| bool SnapResults::snappedTime { false } |
Definition at line 50 of file Snap.h.
Referenced by SelectHandle::AdjustSelection(), SnapManager::Snap(), and Snapped().
| double SnapResults::timeSnappedTime { 0.0 } |
Definition at line 46 of file Snap.h.
Referenced by SelectHandle::Click(), SelectHandle::Preview(), SelectHandle::SetUseSnap(), and SnapManager::Snap().