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

Method VisitSettings

src/commands/HelpCommand.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58template<bool Const>
59bool HelpCommand::VisitSettings( SettingsVisitorBase<Const> & S ){
60 S.Define( mCommandName, wxT("Command"), wxString{"Help"} );
61 S.DefineEnum( mFormat, wxT("Format"), 0, kFormats, nFormats );
62 return true;
63}
64bool HelpCommand::VisitSettings( SettingsVisitor & S )
65 { return VisitSettings<false>(S); }
66

Callers

nothing calls this directly

Calls 2

DefineMethod · 0.45
DefineEnumMethod · 0.45

Tested by

no test coverage detected