Audacity 3.2.0
Public Attributes | List of all members
SnapResult Struct Referencefinal

#include <SnapUtils.h>

Public Attributes

double time {}
 Snapped time. More...
 
bool snapped {}
 Set to true, if snapping has succeeded. More...
 

Detailed Description

Definition at line 39 of file SnapUtils.h.

Member Data Documentation

◆ snapped

bool SnapResult::snapped {}

Set to true, if snapping has succeeded.

Definition at line 49 of file SnapUtils.h.

◆ time

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().


The documentation for this struct was generated from the following file: