Audacity 3.2.0
|
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
class | ZoomInfo |
struct | ZoomInfo::Interval |
Enumerations | |
enum | : int { kBorderThickness = 1 , kShadowThickness = 0 , kLeftInset = 4 , kRightInset = kLeftInset , kLeftMargin = kLeftInset + kBorderThickness , kRightMargin = kRightInset + kShadowThickness + kBorderThickness , kTrackInfoWidth = 155 - kLeftMargin } |
anonymous enum : int |
Enumerator | |
---|---|
kBorderThickness | |
kShadowThickness | |
kLeftInset | |
kRightInset | |
kLeftMargin | |
kRightMargin | |
kTrackInfoWidth |
Definition at line 20 of file ZoomInfo.h.