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

Method IsChannelSelected

Source/FrameEditorModel.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool CFrameEditorModel::IsChannelSelected(int channel) const {
135 return IsSelecting() && m_selection.IncludesChannel(channel);
136}
137
138CFrameClipData CFrameEditorModel::CopySelection(const CFrameSelection &sel) const {
139 auto [b, e] = CFrameIterator::FromSelection(sel, *view_->GetSongView());

Callers 1

OnLButtonDownMethod · 0.80

Calls 1

IncludesChannelMethod · 0.80

Tested by

no test coverage detected