Audacity 3.2.0
Classes | Enumerations
ZoomInfo.h File Reference
#include <cstdint>
#include <vector>
Include dependency graph for ZoomInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ZoomInfo
 
struct  ZoomInfo::Interval
 

Enumerations

enum  : int {
  kBorderThickness = 1 , kShadowThickness = 1 , kLeftInset = 4 , kRightInset = kLeftInset ,
  kLeftMargin = kLeftInset + kBorderThickness , kRightMargin = kRightInset + kShadowThickness + kBorderThickness , kTrackInfoWidth = 100 - kLeftMargin
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kBorderThickness 
kShadowThickness 
kLeftInset 
kRightInset 
kLeftMargin 
kRightMargin 
kTrackInfoWidth 

Definition at line 20 of file ZoomInfo.h.

20 : int {
21 // Constants related to x coordinates in the track panel
24
25 kLeftInset = 4,
29
31};
@ kRightMargin
Definition: ZoomInfo.h:28
@ kTrackInfoWidth
Definition: ZoomInfo.h:30
@ kRightInset
Definition: ZoomInfo.h:26
@ kShadowThickness
Definition: ZoomInfo.h:23
@ kBorderThickness
Definition: ZoomInfo.h:22
@ kLeftMargin
Definition: ZoomInfo.h:27
@ kLeftInset
Definition: ZoomInfo.h:25