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

Method VisitSettings

src/commands/MessageCommand.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template<bool Const>
33bool MessageCommand::VisitSettings( SettingsVisitorBase<Const> & S ){
34 S.Define( mMessage, wxT("Text"), wxString{"Some message"} );
35 return true;
36}
37
38bool MessageCommand::VisitSettings( SettingsVisitor & S )
39 { return VisitSettings<false>(S); }

Callers

nothing calls this directly

Calls 1

DefineMethod · 0.45

Tested by

no test coverage detected