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 37 of file ProjectSettings.h.

37 {
38 // The buttons that are in the Tools toolbar must be in correspondence
39 // with the first few
44
45#ifdef EXPERIMENTAL_BRUSH_TOOL
46 brushTool,
47#endif
48
51};