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

Function DiscoverSubViewTypes

src/commands/SetTrackInfoCommand.cpp:244–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242};
243
244static EnumValueSymbols DiscoverSubViewTypes()
245{
246 const auto &types = WaveChannelSubViewType::All();
247 auto result = transform_container< EnumValueSymbols >(
248 types, std::mem_fn(&WaveChannelSubView::Type::name) );
249 result.push_back(WaveChannelViewConstants::MultiViewSymbol);
250 return result;
251}
252
253template<bool Const>
254bool SetTrackVisualsCommand::VisitSettings( SettingsVisitorBase<Const> & S ){

Callers 2

VisitSettingsMethod · 0.85
PopulateOrExchangeMethod · 0.85

Calls 2

AllFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected