MCPcopy Create free account
hub / github.com/audacity/audacity / Section

Class Section

src/FrameStatisticsDialog.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 struct Section final
134 {
135 wxStaticText* Last;
136 wxStaticText* Min;
137 wxStaticText* Max;
138 wxStaticText* Avg;
139 wxStaticText* Events;
140
141 bool Dirty { true };
142 };
143
144 Section mSections[size_t(FrameStatistics::SectionID::Count)];
145

Callers 15

RegisterMenuItemsFunction · 0.85
RegisterMenuItemsFunction · 0.85
PluginMenuItemsFunction · 0.85
UpdateEffectMenuItemsMethod · 0.85
ToolbarsMenuFunction · 0.85
FileMenuFunction · 0.85
ExtraExportMenuFunction · 0.85
ViewMenuFunction · 0.85
SelectMenuFunction · 0.85
PopulateEffectsMenuMethod · 0.85
TracksMenuFunction · 0.85
TransportMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected