Audacity 3.2.0
Enumerations
ToolCodes Namespace Reference

Enumerations

enum  : int {
  selectTool , envelopeTool , drawTool , multiTool ,
  numTools , firstTool = selectTool
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
selectTool 
envelopeTool 
drawTool 
multiTool 
numTools 
firstTool 

Definition at line 25 of file ProjectSettings.h.

25 : int {
26 // The buttons that are in the Tools toolbar must be in correspondence
27 // with the first few
32
33#ifdef EXPERIMENTAL_BRUSH_TOOL
34 brushTool,
35#endif
36
39};