MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SetHighlight

Method SetHighlight

Source/FamiTrackerModule.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void CFamiTrackerModule::SetHighlight(const stHighlight &hl) { // // //
390 VisitSongs([&hl] (CSongData &song) {
391 song.SetRowHighlight(hl);
392 });
393}
394
395void CFamiTrackerModule::SetHighlight(unsigned song, const stHighlight &hl) { // // //
396 GetSong(song)->SetRowHighlight(hl);

Callers

nothing calls this directly

Calls 1

SetRowHighlightMethod · 0.80

Tested by

no test coverage detected