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

Method SetCurrentChannel

Source/FrameEditorModel.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CFrameEditorModel::SetCurrentChannel(int channel) {
69 view_->SelectChannel(channel);
70}
71
72bool CFrameEditorModel::IsSelecting() const {
73 return m_bSelecting;

Callers

nothing calls this directly

Calls 1

SelectChannelMethod · 0.45

Tested by

no test coverage detected