Audacity 3.2.0
|
#include <SnapUtils.h>
Public Attributes | |
double | time {} |
Snapped time. More... | |
bool | snapped {} |
Set to true, if snapping has succeeded. More... | |
Definition at line 39 of file SnapUtils.h.
bool SnapResult::snapped {} |
Set to true, if snapping has succeeded.
Definition at line 49 of file SnapUtils.h.
double SnapResult::time {} |
Snapped time.
In case the snapping has failed for any reason, this will match the input. Snapping can fail if the function matching the identifier was not found or if the function decides the input is incorrect.
Definition at line 47 of file SnapUtils.h.
Referenced by SnapManager::CondListAdd(), and SnapManager::Snap().