Audacity 3.2.0
Enumerations
ToolCodes Namespace Reference

Enumerations

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

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
selectTool 
envelopeTool 
drawTool 
multiTool 
numTools 
firstTool 

Definition at line 30 of file ProjectSettings.h.

30 {
31 // The buttons that are in the Tools toolbar must be in correspondence
32 // with the first few
37
38#ifdef EXPERIMENTAL_BRUSH_TOOL
39 brushTool,
40#endif
41
44};