Audacity 3.2.0
Classes | Typedefs | Variables
Snap.h File Reference
#include <vector>
#include <wx/defs.h>
#include "ComponentInterfaceSymbol.h"
Include dependency graph for Snap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SnapPoint
 
struct  SnapResults
 
class  SnapManager
 

Typedefs

using SnapPointArray = std::vector< SnapPoint >
 

Variables

const int kPixelTolerance = 4
 

Typedef Documentation

◆ SnapPointArray

using SnapPointArray = std::vector < SnapPoint >

Definition at line 43 of file Snap.h.

Variable Documentation

◆ kPixelTolerance

const int kPixelTolerance = 4

Definition at line 28 of file Snap.h.

Referenced by anonymous_namespace{CutlineHandle.cpp}::IsOverCutline().