Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
SnapPoint Class Reference

#include <Snap.h>

Collaboration diagram for SnapPoint:
[legend]

Public Member Functions

 SnapPoint (double t_=0.0, const Track *track_=nullptr)
 

Public Attributes

double t
 
const Tracktrack
 

Detailed Description

Definition at line 30 of file Snap.h.

Constructor & Destructor Documentation

◆ SnapPoint()

SnapPoint::SnapPoint ( double  t_ = 0.0,
const Track track_ = nullptr 
)
inlineexplicit

Definition at line 34 of file Snap.h.

35 : t(t_), track(track_)
36 {
37 }
double t
Definition: Snap.h:39
const Track * track
Definition: Snap.h:40

Member Data Documentation

◆ t

double SnapPoint::t

Definition at line 39 of file Snap.h.

Referenced by operator<().

◆ track

const Track* SnapPoint::track

Definition at line 40 of file Snap.h.


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