45 gFont.Create(fontSize, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);
64 auto pLines = lines.begin();
65 while ( pLines != lines.end() &&
66 0 == (pLines->items & iItem) ) {
67 y += pLines->height + pLines->extraSpace;
71 if ( pLines != lines.end() )
72 height = pLines->height;
Extends Track with notions of mute and solo setting.
static Settings & settings()
A listener notified of changes in preferences.
AUDACITY_DLL_API void SetTrackInfoFont(wxDC *dc)
std::vector< TCPLine > TCPLines
AUDACITY_DLL_API std::pair< int, int > CalcItemY(const TCPLines &lines, unsigned iItem)
void UpdatePrefs() override