Audacity 3.2.0
Enumerations
TrackPanelConstants.h File Reference
#include "ZoomInfo.h"
Include dependency graph for TrackPanelConstants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  : int {
  kAffordancesAreaHeight = 18 , kTopInset = 4 , kTopMargin = kTopInset + kBorderThickness , kBottomMargin = kShadowThickness + kBorderThickness ,
  kTrackSeparatorThickness = kBottomMargin + kTopMargin , kChannelSeparatorThickness = 1
}
 constants related to y coordinates in the track panel More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : int

constants related to y coordinates in the track panel


Audacity: A Digital Audio Editor

TrackPanelConstants.h

Paul Licameli split from ViewInfo.h

Enumerator
kAffordancesAreaHeight 
kTopInset 
kTopMargin 
kBottomMargin 
kTrackSeparatorThickness 
kChannelSeparatorThickness 

Definition at line 18 of file TrackPanelConstants.h.

18 : int {
20 kTopInset = 4,
25};
@ kBottomMargin
@ kTopInset
@ kTrackSeparatorThickness
@ kTopMargin
@ kChannelSeparatorThickness
@ kAffordancesAreaHeight
@ kShadowThickness
Definition: ZoomInfo.h:23
@ kBorderThickness
Definition: ZoomInfo.h:22