![]() |
Audacity 3.2.0
|
#include "ClientData.h"
Go to the source code of this file.
Classes | |
class | ZoomInfo |
struct | ZoomInfo::Interval |
Macros | |
#define | CONST const |
Enumerations | |
enum | : int { kBorderThickness = 1 , kShadowThickness = 1 , kLeftInset = 4 , kRightInset = kLeftInset , kLeftMargin = kLeftInset + kBorderThickness , kRightMargin = kRightInset + kShadowThickness + kBorderThickness , kTrackInfoWidth = 100 - kLeftMargin } |
#define CONST const |
Definition at line 19 of file ZoomInfo.h.
anonymous enum : int |
Enumerator | |
---|---|
kBorderThickness | |
kShadowThickness | |
kLeftInset | |
kRightInset | |
kLeftMargin | |
kRightMargin | |
kTrackInfoWidth |
Definition at line 25 of file ZoomInfo.h.